Converting a .RES to a .PBR

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

What is a Resource File?

Resource Editors

Resource Compiling

Resource Scripts

Converting a .RC to a .RES

Converting a .RC to a .RES