First page Back Continue Last page Overview Graphics
Interfacing to TxWindows (TxWin)
- To use TxWin from a 'C' application all you
need to do is include the 'txlib.h' header file.
In turn this will include other TxWin stuff
as well as some common 'C'-library and
operating system specific headers.
- Compile and link with the TxWin library
(.LIB file) that matches the platform and
variant you want (retail, trace, debug).
- This is part of the standard master makefile (.MIF)
- TxWin comes as STATIC libraries (.LIB)
there are no dynamically loaded ones (.DLL)