>By the way, we could use some help "porting" the C/C++ code in the VBE/AI >SDK so that it can be compiled by Open Watcom. Right now, the code contains >"far pascal" keywords, which unfortunately are specific to Borland (Turbo) >C/C++.
as the FreeDOS kernel uses "far pascal" as well, I looked it up. probably #define far __far is all you need to "port" the code to WatcomC Tom _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
