Hi
it works on Linux but not on Win/Mac. Even the vc download has no description on how to compile and I only find a header.
Thanks for help
That’s an interesting surprise given that Targa is one of the
simplest graphic formats out there. It doesn’t require a library,
and the only time it gets even a little complex is when you encounter
RLE “compression”.
JosephOn Wed, Jul 02, 2014 at 09:35:37AM -0700, Michael wrote:
Hi
it works on Linux but not on Win/Mac. Even the vc download has no description on how to compile and I only find a header.
Thanks for help
SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
Yea that’s why I wanted to use it. Seems I need to go back to png. :-(________________________________
From: T. Joseph Carter
To: Michael <@Michael6>; SDL Development List
Sent: Wednesday, July 2, 2014 11:39 PM
Subject: Re: [SDL] SDL_image doesn’t load TGA on Win/Mac
That’s an interesting surprise given that Targa is one of the
simplest graphic formats out there.? It doesn’t require a library,
and the only time it gets even a little complex is when you encounter
RLE “compression”.
Joseph
On Wed, Jul 02, 2014 at 09:35:37AM -0700, Michael wrote:
Hi
it works on Linux but not on Win/Mac. Even the vc download has no description on how to compile and I only find a header.
Thanks for help
SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
with png i get link errors. how do you include/link libpng? in the download is only libpng15-15.dll
so i tried later to compile sdlimage and get:
Error??? 22??? error LNK2019: unresolved external symbol _SDL_ReadLE16
referenced in function _IMG_isICOCUR???
H:\CPP-Win\SDL_image-1.2.12\VisualC\IMG_bmp.obj??? SDL_image
holy crap________________________________
From: T. Joseph Carter
To: Michael <@Michael6>; SDL Development List
Sent: Wednesday, July 2, 2014 11:39 PM
Subject: Re: [SDL] SDL_image doesn’t load TGA on Win/Mac
That’s an interesting surprise given that Targa is one of the
simplest graphic formats out there.? It doesn’t require a library,
and the only time it gets even a little complex is when you encounter
RLE “compression”.
Joseph
On Wed, Jul 02, 2014 at 09:35:37AM -0700, Michael wrote:
Hi
it works on Linux but not on Win/Mac. Even the vc download has no description on how to compile and I only find a header.
Thanks for help
SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
PS: i’m new to vc12. where do I:
You need to rearrange the order of the libraries:
-lpng -ljpeg -lz
in eclipse yea but cannot find that in vc
thanks________________________________
From: T. Joseph Carter
To: Michael <@Michael6>; SDL Development List
Sent: Wednesday, July 2, 2014 11:39 PM
Subject: Re: [SDL] SDL_image doesn’t load TGA on Win/Mac
That’s an interesting surprise given that Targa is one of the
simplest graphic formats out there.? It doesn’t require a library,
and the only time it gets even a little complex is when you encounter
RLE “compression”.
Joseph
On Wed, Jul 02, 2014 at 09:35:37AM -0700, Michael wrote:
Hi
it works on Linux but not on Win/Mac. Even the vc download has no description on how to compile and I only find a header.
Thanks for help
SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
That’s the runtime error I get:
LoadGLTex(): Error loading texture!
Failed loading libpng15-15.dll: Das angegebene Modul wurde nicht gefunden.
Texture failed to load
Thanks
someone could compile it with tga support for me?
thanks