where can i get the afxres.h from

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.
Post Reply
ZEroOne
Posts: 6
Joined: Sat Mar 20, 2004 5:20 am

where can i get the afxres.h from

Post by ZEroOne »

i tried to run the techdemo in devc++ i link all the stuff up corectly commented out the define audiere thingo and it still says can't find afxres.h and i cna't find it any where when i looked

i have the latest versin any one have a solution to this problem

Matt
visit my clan site at www.flamingsoul.com
Visit http://www.linkinparkfan.com for great info on LP
Electron
Posts: 874
Joined: Sun Mar 14, 2004 12:05 am
Location: Massachusetts USA

Post by Electron »

afxres.h is used for some Windows resources generated by VC++. I do not have an ideal solution, but what I did for compiling the Techdemo was simply to comment out the #include "afxres.h" line. Then there were a few other things in the resource file that dev-cpp errored out on (probably because they were defined in afxres.h, though I don't know for sure). I simply deleted those lines as well. The Techdemo seems to run fine without those lines in the resource file
ZEroOne
Posts: 6
Joined: Sat Mar 20, 2004 5:20 am

Post by ZEroOne »

i commented it out but then i get an error about line 20 in the resscript.rc
but i comment out the ine with the problem then i get this error it compiles then has a message box with the caption of the .exe name then a big long code thingo and says cannot find it in the .dll file weird


does any one ahve the script codes and a devc++ project i can have please don't incldue the dlls needed i have them already just need the script files

and ones that are working with devc++


thanks
visit my clan site at www.flamingsoul.com
Visit http://www.linkinparkfan.com for great info on LP
Post Reply