Re: [Dev-C++] Parse error in Resource File (PART II)
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: <go...@li...> - 2004-12-30 02:02:25
|
Hi Andre, I had the same problem few times ago; the problem was on the PATH. Be sur= e that you don't have an old version of WINDRES (cygwin perhaps?) and that the actual program that is executed is the one provided by DEVCPP. Hope that this will help you. Kind regards, > > Dear Users, > > A few days ago I=B4ve post a message about a parse error in a > resource file during the attempt to compile a windows C program. > > I received 3 recommendations: > 1-to update my WINDRES; > 2-to begin with a "empty" project (not windows > project); > 3-to include a #include <windows.h> inside the > resource file; > > Thanks for all of you. > > My actions were: > 1-I had Dev 4.9.8.0 / gcc 3.2. I uninstalled it and installed > Dev 4.9.9.1 / gcc 3.3 (thinking that the WINDES.EXE would be > updated automatically with the new mingw 3.3 package) > > The version of WINDRES.EXE was the same, 2.13.90, and the parse > error message continued to be presented; > > 2-I made a test with an empty project and the parse error continued > to be presented; > > and... > > 3-I put a #include <windows.h> inside the resource file, the parse > error was solved for that example I showed to you, the poppad2.c, > but for the next example, the problem appeared again! > > My (new) questions/considerations are: > > A) How to update the windres.exe? Is it the same way I did (Full > Dev earliest version new install)? > B) Where do I find on Mingw documentation or in Dev documentation > any tutorial about editing and compiling resource files? > C) Any other help? > > Regards > Andre Barros > > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > TO UNSUBSCRIBE: http://www23.brinkster.com/noicys/devcpp/ub.htm > https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > |