Link to home
Start Free TrialLog in
Avatar of slashman
slashmanFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Need to use Microsoft Visual C++ 5 or 6...But upgraded to Studio already! How to work around this?

I'm using an older software that only supports Visual Studio C++ 5 or 6.  However, I have already upgraded to the MS Visual Studio 2005.  It is important for me to use this software so I'm trying to make it work.  Anyone have experience with doing this?

I need to point to the cl.exe, the C libraries, and *.h files for C


I'm thinking if I can point to the correct folder/files in Visual Studio C++.  It might work.  Anyone know the specific place to find it?  Please help!!!
Avatar of PaulCaswell
PaulCaswell
Flag of United Kingdom of Great Britain and Northern Ireland image

Hi slashman,

Seriously, you are in for far more work that you expect. The command line parameters will have changed, there are more stages to the build process etc etc.

You'd be better off using a make file or installing VC6 on another machine for the final builds and just debugging and browsing on 2005.

Paul
ASKER CERTIFIED SOLUTION
Avatar of AlexFM
AlexFM

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