Index of /cica9308/UNZIPPED/NT/RESC/RESCONV

      Name                    Last modified       Size  Description

[DIR] Parent Directory 06-Dec-2005 04:12 - [TXT] EXTDEF.H 30-Jun-1992 07:03 1k [TXT] INPUT.C 13-Jul-1992 09:25 34k [TXT] MAKEFILE 06-Nov-1992 11:52 1k [TXT] OUTPUT.C 13-Jul-1992 09:15 9k [TXT] RESCONV.C 13-Jul-1992 04:26 66k [TXT] RESCONV.DEF 25-Feb-1991 09:30 1k [TXT] RESCONV.H 13-Jul-1992 09:46 8k


This series of files contain updates to the tools in ResConv and
Annotate shipped with the OS/2 to Windows NT Conversion kit.

Both tools have been converted to run on Windows NT.
They will no longer run on OS/2 or Dos.

Other news:
Annotate:
I changed the name of the tool from 'xlate' to 'annotate' to
eliminate confusion about what the tool is designed to do.

The original program had a bug where it could not distinguish between
'foo' and 'foobar'.  String lengths are now checked.

The old list option has been replaced with a '-d' option for dump.

You can now specify a different data file with '-f data_file'.
This means you can grab the win32api.dat file from the SDK for
use with the port tool if you have some Win 3.1 code.

Resconv:
I had some problems with Petzold's OS/2 rc files, and modified
the tool to take them unchanged.

I also added a debug option.  The new useage is:

Usage:
  RESCONV <OS/2 src_file> <Windows dst_file>
-or-
  RESCONV - <OS/2 src_file> <Windows dst_file>

The '-' as the first arguement turns on a sneaky debug option.
Might help since the error messages tend to be cryptic.