[Dev-C++] Parse error in Resource File (PART II)
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: Andre M. B. <ab...@cp...> - 2004-12-30 01:20:14
|
Dear Users, A few days ago I=B4ve post a message about a parse error in a=20 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=20 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=20 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?=20 Regards Andre Barros |