D
Dale Bourne
I'm trying to migrate a VC++6 program to VC++2005.
This program solution consists of projects A, B, and C. Project B
depends on project A, and project C depends on project B. Project B
utilizes a third party library compiled under version 6. I also have a
new version of the library compiled under VS2005. I've tried both
versions, changing the library and include directories, and the
additional dependencies, and get the same compile error. So, I don't
think it has anything to do with the library, must be some difference
in the way version 6 and 8 utilize(?) 3rd party libraries.
The program compiles and functions properly under VC++6. After
correcting errors remaining after conversion process, solution fails
to compile with the following error:
fatal error C1083: Cannot open source file: 'FixTools.lib': No such
file or directory
The 'include' & 'library' directories are correct in options. The 3rd
party library is listed as Linker->Input->Additional Dependencies.
The only changes I've made to the code are correcting errors due to
stricter type checking, changes in some library calls, etc..
Any help would be greatly appreciated.
This program solution consists of projects A, B, and C. Project B
depends on project A, and project C depends on project B. Project B
utilizes a third party library compiled under version 6. I also have a
new version of the library compiled under VS2005. I've tried both
versions, changing the library and include directories, and the
additional dependencies, and get the same compile error. So, I don't
think it has anything to do with the library, must be some difference
in the way version 6 and 8 utilize(?) 3rd party libraries.
The program compiles and functions properly under VC++6. After
correcting errors remaining after conversion process, solution fails
to compile with the following error:
fatal error C1083: Cannot open source file: 'FixTools.lib': No such
file or directory
The 'include' & 'library' directories are correct in options. The 3rd
party library is listed as Linker->Input->Additional Dependencies.
The only changes I've made to the code are correcting errors due to
stricter type checking, changes in some library calls, etc..
Any help would be greatly appreciated.