[SDL] SDL-1.2 RWOps under Win32 (VS 8) is it working or ???

Sam Lantinga slouken at devolution.com
Wed Mar 22 17:04:43 PST 2006


> > It depends on :
> > - the compilation model (for MSVCRT - multithreaded dll ? or LIBCMT.LIB : static lib c multithreaded, or LIBC.LIB : static lib C monothread etc) of your own project.
> > - the compilation model of the SDL.dll 

> We don't rely on a C runtime on Windows any more...this change just hit 
> CVS recently. Among other tapdancing it alleviates, it should also fix 
> the RWOps issues between DLLs.

> At least, that's my understanding.

Actually, I reverted it to Multithreaded DLL until 1.3, since it required
a binary compatiblity change (passing C runtime start/end routines to the
thread code).  However, when it was enabled, SDL is not able to do rwops on
FILE * internally, since there was no stdio implementation to work with. :)

	-Sam Lantinga, Senior Software Engineer, Blizzard Entertainment




More information about the SDL mailing list