//flex table opened by JP

Click to See Complete Forum and Search --> : C++ Compiling question


half-hazard
07-06-2001, 09:41 AM
I am very new to c++. I hanve an application running in OS2. If I have the original source code, can I compile this code using a windows compiler and have the program run on the windows platform?

TIA,
Craig

qball
07-06-2001, 10:06 AM
Depends on which version of C++ the original code was written. There may exist OS2 specific code.

What happened when you tried the winders compiler? You did try the winders compiler?

half-hazard
07-06-2001, 10:15 AM
No, I have not tried the compiler yet. I wanted to get some info first. Someone told me that I couldn't do this because it has dfferent API. What does this mean?

t048
07-07-2001, 01:38 AM
API = Application Program Interface

It is a way for a programmer to use the built in operating system services to perform a function.