problem with compiling, plz read

Need help running MacroQuest 1? Too bad! Use MQ2.

Moderator: MacroQuest Developers

MajikL_p00p
orc pawn
orc pawn
Posts: 25
Joined: Sat Aug 31, 2002 1:57 am

problem with compiling, plz read

Post by MajikL_p00p » Mon Nov 10, 2003 8:13 pm

I download a clean copy of the latest source, open macroquest.sln, hit build solution and it compiles with no errors. but in my release directory there is no macroquest.exe

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Post by dont_know_at_all » Mon Nov 10, 2003 8:15 pm

post your build.htm.

Falco
orc pawn
orc pawn
Posts: 23
Joined: Fri Sep 26, 2003 5:25 am

Post by Falco » Mon Nov 10, 2003 9:12 pm

well, if your errors are the 1 failure, try deleting MQext before building an see if that helps

MajikL_p00p
orc pawn
orc pawn
Posts: 25
Joined: Sat Aug 31, 2002 1:57 am

Post by MajikL_p00p » Mon Nov 10, 2003 11:03 pm

I am using .NET btw, so if I compile the .dsp file it will make macroquest.exe, but then my commands dont work in game.

here is my buildlog for macroquest, not eqlib, when compiling in .NET with the .sln file.

Code: Select all

Build Log      ------- Build started: Project: MacroQuest, Configuration: Debug|Win32 -------

 Command Lines      Creating temporary file "c:\macroQ\macroquest\MacroQuest\Debug\RSP000003.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TP
.\MacroQuest.cpp
]
Creating command line "cl.exe @c:\macroQ\macroquest\MacroQuest\Debug\RSP000003.rsp /nologo"
Creating command line "rc.exe /fo"Debug/MacroQuest.res" .\MacroQuest.rc"
Creating temporary file "c:\macroQ\macroquest\MacroQuest\Debug\RSP000004.rsp" with contents
[
/OUT:"Debug/MacroQuest.exe" /INCREMENTAL /NOLOGO /DEBUG /PDB:"Debug/MacroQuest.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib \macroQ\macroquest\Debug\EQLib.lib
.\Debug\MacroQuest.obj
.\Debug\MacroQuest.res
]
Creating command line "link.exe @c:\macroQ\macroquest\MacroQuest\Debug\RSP000004.rsp"
 Output Window      Compiling...
MacroQuest.cpp
Compiling resources...
Linking...
 Results      Build log was saved at "file://c:\macroQ\macroquest\MacroQuest\Debug\BuildLog.htm"
MacroQuest - 0 error(s), 0 warning(s) 

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Post by dont_know_at_all » Mon Nov 10, 2003 11:12 pm

Don't build debug.

MajikL_p00p
orc pawn
orc pawn
Posts: 25
Joined: Sat Aug 31, 2002 1:57 am

Post by MajikL_p00p » Mon Nov 10, 2003 11:54 pm

Figured it out, my .NET had it set to compile it as debug, I just clicked properties on the macroquest solution and changed it to release. No idea why it was like that, it never did that before. Thanks for the help DKAA