Bug #607

MinGW problem with parser.cpp, CParser::ReadDouble()

Added by IƱaki Zabala over 10 years ago. Updated over 10 years ago.

Status:ApprovedStart date:12/13/2013
Priority:NormalDue date:
Assignee:Miroslav Fidler% Done:

0%

Category:CoreSpent time:-
Target version:-

Description

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

History

#1 Updated by Miroslav Fidler over 10 years ago

  • Status changed from New to Approved

Also available in: Atom PDF