 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Bob Mariotti Guest
|
Posted: Tue Dec 30, 2003 8:49 pm Post subject: Windows CPP Compiler Recommendations... |
|
|
Gents;
I have several CPP programs originally built using Borland's TurboCPP
suite. They were developed on Win 3.1and now I need to compile them
for use on Windows98-XP.
Not being familiar with C compilers my question is:
What C++ compiler would one recommend that would provide me with the
best migration of this code to the desired platforms?
I am a seasoned programmer but not in C/CPP but I am also a quick
learner.
Thanks in advance for your recommendations.
Bob
|
|
| Back to top |
|
 |
Ralf Guest
|
Posted: Wed Dec 31, 2003 12:16 am Post subject: Re: Windows CPP Compiler Recommendations... |
|
|
"Bob Mariotti" <r.mariotti (AT) financialdatacorp (DOT) com> schrieb im Newsbeitrag
news:f6p3vv42js3mce4in9mv7u8a5f0q38gvjk (AT) 4ax (DOT) com...
| Quote: | Gents;
I have several CPP programs originally built using Borland's TurboCPP
suite. They were developed on Win 3.1and now I need to compile them
for use on Windows98-XP.
Not being familiar with C compilers my question is:
What C++ compiler would one recommend that would provide me with the
best migration of this code to the desired platforms?
I am a seasoned programmer but not in C/CPP but I am also a quick
learner.
Thanks in advance for your recommendations.
Bob
|
It is not a problem to find a compiler. You can take the Borland C++, which
you get free from Borland.
The difficulty is to port typical Win 3.1 code to Win 32 code. Something in
the WIN API has changed.
If the code is written with the OWL, you need this framework too. There is
some free OWL for Win32
available in the net.
Ralf
www.cplusplus-kurse.de
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|