U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Core » VC2010
VC2010 [message #24871] Tue, 02 February 2010 09:56 Go to previous message
unodgs is currently offline  unodgs
Messages: 1367
Registered: November 2005
Location: Poland
Ultimate Contributor

If anyone is using VC2010 and have problems with compiling core lib please change this line in Core.h:
#ifndef STLPORT
inline UPP::int64  abs(UPP::int64 x)          { return x < 0 ? -x : x; }
#endif

to
#if !defined STLPORT && !defined _INC_STDLIB
inline UPP::int64  abs(UPP::int64 x)          { return x < 0 ? -x : x; }
#endif
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Getting timezone or UTC offset?
Next Topic: T* Detach() for ArrayMap
Goto Forum:
  


Current Time: Sat Sep 12 21:31:35 GMT+2 2026

Total time taken to generate the page: 0.00591 seconds