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 » Community » Newbie corner » ctrllib.icpp there was errors
Re: ctrllib.icpp there was errors [message #41415 is a reply to message #41396] Fri, 13 December 2013 13:07 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Hello Mirek

Now it is not possible to compile with MinGW due to a simple problem in parse.cpp function CParser::ReadDouble().

Just adding this before the function solves it:

#if defined(COMPILER_MINGW)
_CRTIMP unsigned int __cdecl __MINGW_NOTHROW _clearfp (void);    
#define SW_OVERFLOW    0x00000004              
#endif

Added in Redmine here.


Best regards
IƱaki

[Updated on: Fri, 13 December 2013 13:08]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to install Upp under Ubuntu 12.04 from PPA
Next Topic: How can I make a menu item display in bold?
Goto Forum:
  


Current Time: Thu Mar 28 19:48:50 CET 2024

Total time taken to generate the page: 0.01727 seconds