[SDL] SDL & voodoo3 problems

iERiS ieriss at hotmail.com
Mon Oct 7 00:40:01 PDT 2002


Hello!
Thank you! Yep I have using free Borland C++ compiler. And this is compiler 
error.. because I tried to compile my program with gcc and it works under 
voodoo3!

Thanks, iERiS



>From: "All Your Software" <support at allyoursoftware.com>
>
> > "SDL_app: walk.exe - Application Error : The exception
>Floating-point stack check.

>You didn't mention the compiler you were using, but a while back I
>wrote an OpenGL app for Windows using the Borland C++ compiler, and
>I had to include the following bit of code at the start of the
>program to prevent similar problems from occurring:
>
>  #ifdef __BORLANDC__
>  _clear87();
>  _control87(MCW_EM, MCW_EM);
>  #endif
>


_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx





More information about the SDL mailing list