On 1/27/07, Luke J Crook <[EMAIL PROTECTED]> wrote:
> I have updated the lispbuilder-sdl-ttf package in SVN and uploaded the
> API documentation to lispbuilder.sourceforge.net
>
> This package is now actually useful. I created a glue library to pass
> the SDL_Color structs by value to the SDL_ttf render-* functions. CFFI
> only supports passing structs by reference. This is why the previous
> version of this package did not support setting the font color.
>
> I would appreciate if folks would test the Makefiles by attempting to
> build the glue library.
>
> I have built the library using MingW in Windows.
>
> The build instructions are at:
>
> lispbuilder.sourceforge.net/lispbuilder-sdl-ttf.html
>
> I have not yet added the glue library to the
> win32-lispbuilder-sdl-ttf-binaries package.
>
> Thanks,
> - Luke
> _______________________________________________
> application-builder mailing list
> [email protected]
> http://www.lispniks.com/mailman/listinfo/application-builder
>

Hi Luke

I got the stuff working, but not wanting to install Mingw as I've got
visual studio here, I built it there. It's worth pointing out in your
instructions that you can't build the glue dll unless you download the
SDL_TTF source and build the SDL_TTF.lib, as you need both the
SDL_TTF.h and the lib to build the glue dll.

Perhaps it's worth having a win32 binary, that has the dll, the lib,
and the glue dll. Could do the same for linux and mac if there is
interest.

Now to play with the library!

Justin
_______________________________________________
application-builder mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to