www.digitalmars.com         C & C++   DMDScript  

c++.command-line - resource files and compiling

reply Brian S <brianscsmith yahoo.com> writes:
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
parent Bertel Brander <bertel post4.tele.dk> writes:
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