Quote:
Originally Posted by Dr Zauis
Thanks! Thankyou very much..I havent been able to play again so I guess I will have to wait until "PEQ" comes back..We had a server merge the other day and I had to patch and Im unsure if Im still compatible..Thats what I was wondering..If I should look to PEQ as the standard server..(Im assuming PEQ is The Grand Creation I was playing on.)
Anyway..I know now that my plans can be achieved so Im working on the hardware portion of the server I intend to create.
I will study the threads to fill in the details..I may even be able to create some useful programs with Delphi once I understand the files and formats used..
I think maybe another diehard fan is born!
|
Actually many (if not all) of Windcatcher's tools are written in Delphi 
__________________
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.
|