Re: [Dev-C++] Parse error in Resource File (PART II)
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: <or...@vp...> - 2004-12-30 17:41:52
|
Andre Macario Barros wrote: > My (new) questions/considerations are: >=20 > A) How to update the windres.exe? Is it the same way I did (Full > Dev earliest version new install)? Go to http://www.mingw.org and get the latest version of "binutils" from = the=20 downloads page. > B) Where do I find on Mingw documentation or in Dev documentation > any tutorial about editing and compiling resource files? About editing, there is some info in the Win32 API reference, and general= ly on=20 the net. About compiling, type "windres --help" in a command prompt, and = it will=20 print it's usage info, but Dev-Cpp uses windres correctly, so you don't r= eally=20 need that. -- Greets, Bal=E1zs |