The PowerBASIC Resource Converter (PBRES.EXE) converts binary resource files (.RES) into a compatible PowerBASIC format (.PBR). To use PBRES, open a DOS box and use the following syntax:
PBRES filename[.res]
where filename specifies a binary resource file. If a file extension is not specified, .RES is assumed.
Once PBRES converts a .RES file into .PBR format, the .PBR file can be linked into your EXE or DLL file through the #RESOURCE metastatement.
Complete details of the resource script language syntax and features can be found in the RC.HLP file.
See Also