home *** CD-ROM | disk | FTP | other *** search
-
- 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.
-