GCC C/C++ application to run on Windows
R P Herrold
herrold at owlriver.com
Fri Aug 15 13:20:08 MST 2008
On Fri, 15 Aug 2008, David Bendit wrote:
> Using some pre-compiler flags and logic, it wouldn't be too hard to
> write code that would compile on both systems, though you cannot run the
> same executable on both systems.
The shim largely does it (in C++) without #IFDEF h*ll -- the
trick is to use interfaces at the right abstraction levels.
-- Russ herrold
More information about the PLUG-discuss
mailing list