Perhaps you can just delete off the odbc32.lib under Project -> Properties -> Linker -> Input -> Additional Dependencies. In fact you only need cppunitd.lib (for Debug) or cppunitd.lib (for Release) there.
In anycase,since you are using VS2005, I suppose the odbc32.lib the linker wants should come from
C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Lib\
Hope that's helpful
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I try to build the above, I receive an error about a missing odbc32.lib, so when I link to this file I receive the error,
C:\cygwin\usr\src\wxPython-src-2.6.3.3\lib\watcom\odbc32.lib :
fatal error LNK1136: invalid or corrupt file
Does anyone have any suggestions?
Perhaps you can just delete off the odbc32.lib under Project -> Properties -> Linker -> Input -> Additional Dependencies. In fact you only need cppunitd.lib (for Debug) or cppunitd.lib (for Release) there.
In anycase,since you are using VS2005, I suppose the odbc32.lib the linker wants should come from
C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Lib\
Hope that's helpful