Building Applications Containing Windows Resources
Use the resource compiler to integrate your application executable with Windows resources to create a Windows executable for your application.
The resource compiler performs the following tasks:
For example, the resource file for
wesqldmo
can be complied with the following command:
This produces a binary resource file (
.res
) that must be included in your link script. For a Large Client, the.res
file can be added in the object files step in PROBUILD, along with the object file names. For a Small Client, the.res
file can be added to the link script along with the object file names.For more information on using the Microsoft Linker and Windows Resource Compiler, see your Microsoft software tools documentation.
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |