Re: [Plib-users] problem with fnt and release mode
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2000-12-21 05:01:38
|
Scott Shumaker wrote: > Well, it only causes problems across functions, i.e.: <snip> Yes - that seems *incredibly* dangerous to me. I can imagine a TON of places in PLIB where that would break. I wonder why it only affects G200/G400 and Radion? The OpenGL driver is a DLL - so the compiler doesn't know what driver you are using...it's hard to imagine a pointer alias that would trip up the optimiser with one driver and not the other. Just out of interest, what version of MSVC++ is everyone who sees this bug using? I recollect someone telling me that the optimisations that V6 makes are *far* more dangerous than the ones in V7. -- Steve Baker HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sourceforge.net http://tuxaqfh.sourceforge.net http://tuxkart.sourceforge.net http://prettypoly.sourceforge.net |