Page 1 of 1

Complile problems - No .exe , only .dll

Posted: Wed Mar 19, 2003 7:29 pm
by funmonkey
read topic. dll compiles perfectly! but I get no .exe file... sorry to be so newbie, this is my first time using VC++

Posted: Wed Mar 19, 2003 8:51 pm
by Mckorr
Need more details. Which version of Visual C++ are you using? Which version of the source code are you using? Have you followed all the steps posted elsewhere, including adding the second project with the MacroQuest files, not the EQLib files, to the base project?

If we don't know what you are doing, we can't tell you what you are doing wrong.

Posted: Thu Mar 20, 2003 3:00 am
by Wishbringer
Had same issue, log says all ok, but no exe there.
Try this: rename "Release"-Folder to soewhatelse or delete it.
Then compile...

Problem was by me, that there were some Compiler-infos in "Release" from last compile that prevented my C++-Compiler to recompile properly.