Is _abs64 not available in the DLL libraries?
I am using Visual Studio 2003. A program that uses the _abs64 function
links fine with the multithread debug (/MTd), but not multithread debug dll
(/MDd). Is this a bug or by design?

Re: unresolved external symbol __abs64 by Jochen

Jochen
Thu Jun 02 00:52:24 CDT 2005

Hi KenH!
> Is _abs64 not available in the DLL libraries?
> I am using Visual Studio 2003. A program that uses the _abs64 function
> links fine with the multithread debug (/MTd), but not multithread debug dll
> (/MDd). Is this a bug or by design?

This is a "known bug".

See: VC7.1 and _abs64 problem
http://groups.google.de/group/microsoft.public.vc.language/browse_thread/thread/f9607404c1e6d910/9555d0cd44ab2219

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/