[Harbour-users] RES - RC Files

Jan Sperling sperling at racsa.co.cr
Thu Feb 25 12:51:01 EST 2010


Hi Qatan:

You can create RC / RES files with any RC Editor.
In my case, I use the Workshop from Borland.
You will need to configure Workshop to create 32 bit format, and check to 
create the .RES file.
One thing: when defining the dialog, DONT use Borland styles, seems that 
when using them, the dialog never shows up....

Then, when linking, you need to include the .RES file:
LNK_RES= CONTA.RES COMUN.RES MAINARTM.RES
link $(LNK_OPTS) $(LNK_PLIB)  -out:conta32.exe wdinit.obj $(LNK_PROG) 
$(LNK_MANT) $(LNK_LIB1) $(LNK_RES).........

Hope this helps...

BR Jan 



More information about the Harbour-users mailing list