Compiling problems.....
I compiled EmuShareMem perfectly fine;however, I cannot compile neither zone.exe or world.exe. I read some of the previous threads regarding this however the only answer i saw was to correct improper capitalization in the root directories. These are all fine on my machine. Here is the code.
Code:
ompiling... |
you skipped the steps on downloading and installing mysql and zlib, and then adding them into the includes area of your compiler.
redo those parts and then try again, make sure to follow all steps of the guide, there's no skipping anything and thinking it works |
I have...
I have installed mysql and zlib both, and if you mean by adding them to the includes of the compiler i did as it says on 7d and 7f of this guide http://www.everquestserver.com/forum...8e6a65a04ff5af. Maybe I am still missing something. Anyone know?
|
Make sure you've done it correctly, because even if you installed them, your compiler isnt finding them...
Thats the problem. I can't tell you how to fix that, but google is a good resource for information on setting up VC correctly... |
Prove to yourself that you are doing the "include" add correctly .. Create a new file, c:\foo\MyInclude.h. Add c:\foo to your include paths in VC. Then add the line #include "MyInclude.h" to the top of a .cpp file, and see if your compiler finds it.
|
After...
I added c:\foo to my include files list and i make a folder in C: called foo which contained myinclude.h and i added #include "MyInclude.h" to the top of console.cpp and tryed to compile console.cpp and this is the following error i received...
Code:
Compiling... Code:
*/ Any suggestions? |
hmm, here's an easy question, what program are you using to compile?
|
using...
I am using Microsoft Visual C++ 6.0 right now.
|
It is a known Microsoft bug. Here is the link with the explanation.
http://support.microsoft.com/default...92&Product=vc6 It lists 2 resolutions. I haven't tried to implement them yet, because I am at work and just found this. -Tanku |
All times are GMT -4. The time now is 09:41 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.