Using SDL with VC5, C++

this should be fun!

i’m using precompiled libs, a small test frame and when linking get
‘SDL_BlahBlah’ not defined errors. i presume this is something to do with CPP
name mangling, but don’t know where to go from here!

anyone had any experience with this set-up?

cheers

Charlie Robson
Sony Computer Entertainment Europe

IMPORTANT NEWS ANNOUNCEMENT FROM SCEE MIS

New scee.net email address will replace playstation.sony.com**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
postmaster at scee.net

This footnote also confirms that this email message has been checked
for all known viruses.


SCEE 1999

i’m using precompiled libs, a small test frame and when linking get
’SDL_BlahBlah’ not defined errors. i presume this is something to do with CPP
name mangling, but don’t know where to go from here!

Use the latest version of SDL (0.9.13) and if those precompiled libraries
don’t work, try recompiling the library using VC++. If you do a release
build, add _BUILDING_SDL to the cpp flags, since I forgot to do that in
the release, and I don’t have access to my VC++ setup to correct it at
the moment.

-Sam Lantinga				(slouken at devolution.com)

Lead Programmer, Loki Entertainment Software–
“Any sufficiently advanced bug is indistinguishable from a feature”
– Rich Kulawiec