Re: Translator for WIN32 using LccWin (custom icon)
>1. How can I modify the C files to add a custome icon to the resulting
>exe?
>
1. put this in *.rc:
500 ICON MOVEABLE PURE LOADONCALL DISCARDABLE "whatever.ico"
(I use 500 here but any number will do, as long as it isn't used by another
resource)
2. compile the resource-file with rc.exe (or maybe it's lrc.exe)
3. include the .res file on the commmandline when you link your program.
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
|
Not Categorized, Please Help
|
|