c++.command-line - resource files and compiling
- Brian S <brianscsmith yahoo.com> Jan 10 2007
- Bertel Brander <bertel post4.tele.dk> Jan 11 2007
Hello, I recently downloaded the command line compiler so I could try writing windows programs in C. I am trying to compile a program which has a resource file and I dont know how to get the resource file included. Any help would be appreciated.
Jan 10 2007
Brian S skrev:Hello, I recently downloaded the command line compiler so I could try writing windows programs in C. I am trying to compile a program which has a resource file and I dont know how to get the resource file included. Any help would be appreciated.
Have a look at: http://damb.dk/multifile.php It use makefiles, but you can also do without. At the end of the page there is a link to a .zip file with a complete example. -- Just another homepage: http://damb.dk But it's mine - Bertel
Jan 11 2007








Bertel Brander <bertel post4.tele.dk>