PDA

View Full Version : Visual Studio 6 >> .net


morgue
10-17-2003, 10:15 PM
Hey I'm trying to run the .cpp's from visual c++ 6 on the .net version
and it won't run
it won't even find iostream.h and stuff
my question is; it will never run or am i doing something wrong?

Jason
10-17-2003, 10:20 PM
try recompiling the .cpp first with the .net, Im not even sure if the .net even recognizes the .cpp files. You might have to copy the code from the .cpp file into a new .net file and recompile that way....


Jason