Linker error in msobj10.dll
I'm trying to compile a "native" C++ project using VS.NET.
Everything compiles, but I get a strange linker error message:
LINK : fatal error LNK2023: bad dll or entry point 'msobj10.dll'!'?FCreateReader@IDebugSSectionReader@@SA_NPAEIPAPAV1@K@Z'
Any glue?
# 1 Re: Linker error in msobj10.dll
I finaly found the problem myself;
there was a "old" version of the DLL in the path. If belonged to the version 6 of the Visual Studio.