G
Guest
Hi,
I created a C++ DLL in .net 1.1 that makes use of some .net features (so
called 'mixed' or hybrid DLL, as it contains both .net and 'old' C++ code).
The project worked and compiled fine with VS2003 - but now I had to upgrade
the whole lot to VS2005: Compiling and linking works still fine (with
/clr:OldSyntax), but suddenly other DLLs that should call functions in this
mixed DLL complain on linking (LNK2019: unresolved external symbol)....any
ideas why??
Thanks ,
Peter
I created a C++ DLL in .net 1.1 that makes use of some .net features (so
called 'mixed' or hybrid DLL, as it contains both .net and 'old' C++ code).
The project worked and compiled fine with VS2003 - but now I had to upgrade
the whole lot to VS2005: Compiling and linking works still fine (with
/clr:OldSyntax), but suddenly other DLLs that should call functions in this
mixed DLL complain on linking (LNK2019: unresolved external symbol)....any
ideas why??
Thanks ,
Peter