DevC++ / VC6 :: WinMain() Hell?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Electron
Posts: 874
Joined: Sun Mar 14, 2004 12:05 am
Location: Massachusetts USA

Post by Electron »

Dev-cpp iscapable of using Winmain() and compiling Windows gui applications, but it doesn't seem to be nearly as easy as with MSVC++.

to exal your linker error is the same one I get when trying to compile the Techdemo. Interestingly enough, that looks like part of the text in the DEF file with the static library files, so there could be an error there. I'm fairly new to C++. What is a DEF file?
keless
Posts: 805
Joined: Mon Dec 15, 2003 10:37 pm
Location: Los Angeles, California, USA

Post by keless »

um, electron-- did you read my post?
a screen cap is worth 0x100000 DWORDS
Electron
Posts: 874
Joined: Sun Mar 14, 2004 12:05 am
Location: Massachusetts USA

Post by Electron »

Oh. . . right (*smacks head*) obviously notv ery closely, keless. It would have helped me with what I was trying to do I if I had paid more attention to it too.

By the way, exal, if you're still getting that linker error just add linker commands for libirrlicht.a (also need libz and libjpeg for some stuff)
exal
Posts: 60
Joined: Tue Feb 24, 2004 9:05 am

Post by exal »

I solved that a few days ago. Just couldn't find the thread about it so that I could write the fix for it :)
Post Reply