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.
			 
		
		
		
		
		
		
	
		
		
	
	
	 |