Jump to content

Resource Compiler: Difference between revisions

From EDM2
Cbockem (talk | contribs)
No edit summary
 
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Description ==
A tool that compiles OS/2 [[Resource Scripts]] (RC) into resources (RES files) and dialogs (DLG files) that can be integrated into EXE or DLL code files using a linker. The tool is supplied with most compiler kits.


Compiler for OS/2 "ressources" (RC files) and dialogs (DLG files) that can be integrated into EXE or DLL code files.
==Implementations==
===Borland===
Borland Resource Compiler (BRC.EXE)


== Source and References ==
===IBM/Microsoft===
The Resource Compiler ([[RC.EXE]]) was included in different OS/2 toolkits including the [[IBM OS/2 Developer's Toolkit]] and was also shipped with [[OS/2 Warp Version 3]].


see [[IBM_VAC_3.0|VAC/C++ 3.0 package]] and [[IBM_VAC_4.0|VAC/C++ 4.0 package]]
===Watcom===
Watcom Resource Compiler (WRC.EXE) support was added in Open Watcom C/C++ 1.5.


Versions of the ressource compiler (RC.EXE) also comes with the different OS/2 toolkits.
==Related Articles==
* [[Resources and Decompiling Them]]
* [[Dialog Editor]]


== License ==
[[Category:Tools]]
 
IBM Abandonware

Latest revision as of 02:33, 12 May 2020

A tool that compiles OS/2 Resource Scripts (RC) into resources (RES files) and dialogs (DLG files) that can be integrated into EXE or DLL code files using a linker. The tool is supplied with most compiler kits.

Implementations

Borland

Borland Resource Compiler (BRC.EXE)

IBM/Microsoft

The Resource Compiler (RC.EXE) was included in different OS/2 toolkits including the IBM OS/2 Developer's Toolkit and was also shipped with OS/2 Warp Version 3.

Watcom

Watcom Resource Compiler (WRC.EXE) support was added in Open Watcom C/C++ 1.5.

Related Articles