unresolved _atexit_m with VC++ 2005

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hi,
I've just installed Visual Studio 2005 and recompiled
two existing projects previously compiled with VS 2003.
The first project is a un-managed DLL and the second one
a managed DLL making use of the un-managed DLL.
The project was linking fine with 2003 (I had to add
msvcrtd.lib though, as indicated in the documentation).

With 2005 I get the following unresolved symbol:

error LNK2020: unresolved token (0A0004AD) "int __clrcall _atexit_m(void
(__clrcall*)(void))" (?_atexit_m@@$$J0YMHP6MXXZ@Z)

Do I miss another lib ?

Chris.
 
Back
Top