Software Archive
Read-only legacy content
17061 Discussions

Conversion from vc++ 4.2 to vc++ 6.0

tv10744
Beginner
600 Views
I am using VF 6.x as well as VC++ 6.0. One of the projects I am trying to convert has a combination of c(.c) source files and fortran (.for) files. The only thing I do to start the conversion is open the workspace in vc++ 6.0. When I try to build the project, the c source files do not even attempt to compile. Any suggestions??
0 Kudos
1 Reply
durisinm
Novice
600 Views
It's possible that your project doesn't build because all the files are currently up to date. You might try Build | Rebuild All to force processing of all your files. You could also try making a change like adding a blank line to a source file to see whether that will force the file to be compiled.

Mike
0 Kudos
Reply