A
Alek Davis
I am trying to build a DLL in VS.NET 2003 and it works fine in Debug mode.
However, if I try to build it in Release mode, I get the following link
error in several .obj files:
error LNK2001: unresolved external symbol __HUGE
I searched Google but could not find any information related to this. I have
no references to this symbol in my code. Any ideas?
Thanks in advance,
Alek
However, if I try to build it in Release mode, I get the following link
error in several .obj files:
error LNK2001: unresolved external symbol __HUGE
I searched Google but could not find any information related to this. I have
no references to this symbol in my code. Any ideas?
Thanks in advance,
Alek