This directory contains a small example program which converts units. It
uses Win32 API. To build it using GNAT you can go as follows:

res2coff -i units_converter.res -o res.o
gnatmake -I../../../ units_converter.adb -largs res.o -lcomctl32 -mwindows

Note that you should have Win32 bindings installed.
