1
Programming / Re: Compiling a PM sample with GCC
« on: Today at 01:04:39 pm »
About rc:
In my programming env I have the 32-bit version installed:
That's the one from the toolkit 4.5, also recommended for the Mozilla project long times ago. It needs an extended DPATH as well for to find its .msg file. Other 32-bit versions are extremely buggy.
I still have the 16-bit \OS2\RC.EXE in PATH, but that comes after the programming env. At any rate the toolkit versions of all files must be found first.
In my programming env I have the 32-bit version installed:
Code: [Select]
epm: {0}[G:\dev\netlabs\nepmd\trunk] rc /?
IBM RC (Resource Compiler) Version 5.00.007 Jan 30 2003
That's the one from the toolkit 4.5, also recommended for the Mozilla project long times ago. It needs an extended DPATH as well for to find its .msg file. Other 32-bit versions are extremely buggy.
I still have the 16-bit \OS2\RC.EXE in PATH, but that comes after the programming env. At any rate the toolkit versions of all files must be found first.