Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 1366
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: Fri May 10 05:35:44 CEST 2024

Total time taken to generate the page: 0.02874 seconds