Link to home
Start Free TrialLog in
Avatar of fowlow
fowlow

asked on

Looking for MS Visual C++ 5.0 or alternative compiler

Hi,
I need a C++ compiler to customize a DLL for an old client server software application.  The documentation (written in 1998) states that I need Microsoft Visual C++ 5.0.  Where does one go to purchase this software product that is now nearly 10 years old?   If it is not available what would be the second best option?  (i.e. What should I buy that would be backward compatible?) I don't need a fancy development environment or debugger as I will only be modifying a few lines of code.  Is there anything that I can download free of charge?  The OS is Windows 2003 server.

Thanks
Tim
Avatar of Deepu Abraham
Deepu Abraham
Flag of United States of America image

Hi Tim,
Since it is a windows application then there are quite a few compilers like borland,visual c++ 5.0/6.0 and latest VC++ 8.0./2005 edition. All of them are not free. But all of them will definitely serve your purpose. However you could download the evaluation version from microsoft site.
Here is the link:
http://msdn.microsoft.com/vstudio/express/downloads/
Best Regards,
DeepuAbrahamK
ASKER CERTIFIED SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
It is four years ago when we ported from VC5 to VC6. There were only very few problems, some in MFC and some other in build process. So, I would suggest to solve your problem with VC6 if you don't get a VC5 compiler though it don't think it is difficult to get it. Most (elder) developers have a copy of VC5, so have I.

Regards, Alex
Avatar of fowlow
fowlow

ASKER

Thanks for pointing me to the website where I can buy the software.  The price is low enough that I might as well buy it and not have to worry about compatability issues.