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
_______________________________________________
Harbour-users mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour-users

Reply via email to