Page 1 of 1

where can i get the afxres.h from

Posted: Sat Apr 03, 2004 1:50 am
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

Posted: Sat Apr 03, 2004 7:20 pm
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

Posted: Mon Apr 05, 2004 8:56 am
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