Hi, everyone! I have searched many web pages but still cannot solve my problems, looking forward to reply.
vc6.0/fortran6.0: my project(.exe file) contains a static lib compile with several .c and .f files
now, I need to compile the project with vs2010/IVF2010. I used VS2010 to open vc6.0 project file(*.dsw) directly and build lib successfully, but some problems occured:
1. *.lib(vs2010) seems didn't compiled the *.f, for the *.lib(vs2010) file is smaller than *.lib(vc6.0) .
2.when building my .exe file, noted that unresolved external symbols.
How to resolve this problem? Besides, how to compile several independent *.c files which called by fortran separately into one static lib?