Thread: Win32 Problems?
View Single Post
  #1  
Old 12-04-2004, 04:54 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Win32 Problems?

Recently I downloaded openeq_win32.zip and using the .NET vcproj file I created a VC++ 6 Project and Workspace that was identical.

I tried downloading dranik.eqg from http://home.archshadow.com/~daeken/patch.html (Because I compiled openeq on the computer i dont have oow installed on because im lazy) and i extracted dranik.eqg from the gz or whatever it was compressed to, to desktop with winrar.

Then opening cmd, i ran the command daeken told me..

openeq eqg C:\Docume~1\Me\Desktop\ dranik

And I just got that standard crashing error (Would you like to send an error report to msft..blah blah).

Any ideas?
__________________
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