If you have Watcom C/C++ 32bit compiler you can create C programs and use my QLIB as well. You only need to do a few things: - Include the following : qlib.h :include this always for most standard protos then any other include you need from my LIBs - Compile with C2EXE This is a BAT file in \bin that will use wcc386 to compile a C program and link it with my LIBs. It works just like ASM2EXE with all the same switches. Watcom is good for programming when you're doing stuff too complex for ASM programming, like floating pt stuff and others. I've made new Math functions that use the FPU (no emulation). Only some C Math functions have been created. See math.h to see what's there. Have fun...