Thread: 5.9DR3
View Single Post
  #6  
Old 10-14-2004, 12:08 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by mrea
Got the source for the 5.9DR3 files, compiled fine (0 errors, 0 warnings) but when I try to run world.exe it gives the error that I have heard means an incompatible DB and I am using PEQ's classic db. I'll wait on scorp and see how that works.
You need to source in other things besides just peq.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote