[racket] Load Showimage
I'm really confused. It looks like this is a C library. Are there
Racket bindings somewhere in the distribution?
N.
On Thu, Jan 6, 2011 at 11:26 AM, Sayth Renshaw <flebber.crue at gmail.com> wrote:
>
> I am trying to load the sdl-image show image library to racket.
> http://www.libsdl.org/projects/SDL_image/
>
> I downloaded the w32 dsl zip file and extracted it to its own sdl_image
> follder in the racket collects subfolder, but when i run the instruction
>
> showimage imagefile
>
> I get this error.
>
> showimage: name is not defined, not a parameter, and not a primitive name
>
> So clearly it is not installed properly what folder should I extract to?
>
> Thanks
>
> Sayth