Search found 5 matches

by jninja
Tue Mar 11, 2003 7:06 pm
Forum: MQ2::Development::Feature Discussion
Topic: Compiler Problems
Replies: 103
Views: 33511

any way someone could explain 6, 7, and 8 in more detail?
by jninja
Tue Mar 11, 2003 5:30 pm
Forum: MQ2::Development::Feature Discussion
Topic: Compiler Problems
Replies: 103
Views: 33511

For the VC60 compiler, you must: 1. Compile the detours source and move lib and pdb file into appropriate directory 2. Create a blank win32 application project pointing at the MQ directory. 3. Add a win32 dll project to the project in step 2. Call it eqlib 4. Add all the sources in the eqlib direct...
by jninja
Sun Mar 09, 2003 6:50 pm
Forum: MacroQuest::Help (Outdated)
Topic: how to compile?
Replies: 4
Views: 1761

--------------------Configuration: MacroQuest - Win32 Debug--------------------
Linking...
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/MacroQuest.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

MacroQuest.exe - 2 error(s), 0 warning(s)
by jninja
Sun Mar 09, 2003 6:46 pm
Forum: MacroQuest::Help (Outdated)
Topic: how to compile?
Replies: 4
Views: 1761

Visual Studio C++ 6.0, i havent done any programming in a while though, do you need to create a workspace for it and everything?
by jninja
Sun Mar 09, 2003 12:37 pm
Forum: MacroQuest::Help (Outdated)
Topic: how to compile?
Replies: 4
Views: 1761

how to compile?

i currently have a C++ compiler and when i try to compile macroquest.cpp it tells gives me 2 errors because there is no main function. am i compiling the wrong thing and/or what should i do?