I tried to put together a patch for exposing SDL_MapSurface and related
routines, but for some reason I’m getting link-time errors from g++ (yeah, I
know) when trying to use my updated library. Can anyone (coughcoughSamcough)
take a look at this and tell me what’s wrong?
Thanks,
m.–
“Plausibility is just what it does have, Crito, rather than truth.”
– Socrates, Euthydemus
-------------- next part --------------
A non-text attachment was scrubbed…
Name: patch-mkv.gz
Type: application/x-gzip
Size: 3821 bytes
Desc: not available
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/19990127/1a20f461/attachment.bin
I tried to put together a patch for exposing SDL_MapSurface and related
routines, but for some reason I’m getting link-time errors from g++ (yeah, I
know) when trying to use my updated library. Can anyone (coughcoughSamcough)
take a look at this and tell me what’s wrong?
You need to add the functions to src/stub/exports.decl
(or add the headers to src/stub/Makefile and then type make in that directory)
You probably also need to add begin_code.h and end_code.h to all of your new
header files.
See ya!
-Sam Lantinga (slouken at devolution.com)
Lead Programmer, Loki Entertainment Software–
Author of Simple DirectMedia Layer -
http://www.devolution.com/~slouken/SDL/