Suggest a C++ Compiler that should be used as the default one for compiling the source code and any changes made in it.
Please, only post if you are a programmer, professional or amateur, have a knowledge of C++ and have used a C++ Compiler before.
The original code was compiled with Microsoft Visual C++ 6.0. As far as I know it is unknown on what Service Pack, if any.
The trend right know are the Microsoft Visual C++ 6.0 and Visual C++ .NET and in a first look that would seem like the best solution to secure as much compatibility and less problems as possible.
A good idea would be a free compiler also, ANSI compliant, so that future porting to different operating systems be easier, or possible for programmers that don't have access to Microsoft Visual C++ or don't won't to work on it.
Note that we must decide on a common accepted compiler as if we start compiling in different compilers, each one on his/her own, could lead to incompatibilities and additional work and work arounds.
Related threads:
Getting the source to compile
Getting the source to compile on VS.NET
Tools for documentation and development
compiler program
Linux Port
Please, only post if you are a programmer, professional or amateur, have a knowledge of C++ and have used a C++ Compiler before.
The original code was compiled with Microsoft Visual C++ 6.0. As far as I know it is unknown on what Service Pack, if any.
The trend right know are the Microsoft Visual C++ 6.0 and Visual C++ .NET and in a first look that would seem like the best solution to secure as much compatibility and less problems as possible.
A good idea would be a free compiler also, ANSI compliant, so that future porting to different operating systems be easier, or possible for programmers that don't have access to Microsoft Visual C++ or don't won't to work on it.
Note that we must decide on a common accepted compiler as if we start compiling in different compilers, each one on his/her own, could lead to incompatibilities and additional work and work arounds.
Related threads:
Getting the source to compile
Getting the source to compile on VS.NET
Tools for documentation and development
compiler program
Linux Port
Comment