Search found 2 matches

by neon9999
Fri Jun 11, 2010 11:15 am
Forum: GFL SDK
Topic: Unable to load DDS files under Linux.
Replies: 2
Views: 1677

Re: Unable to load DDS files under Linux.

Hi,

I solved the problem by myself.

There were two issues: first, I was reading the filenames from a file that was saved with windows line endings, and I was reading the filenames wrong, which caused it not to read the files correctly.

Additionally, I was statically linking to one version of GFL ...
by neon9999
Thu Jun 10, 2010 3:18 pm
Forum: GFL SDK
Topic: Unable to load DDS files under Linux.
Replies: 2
Views: 1677

Unable to load DDS files under Linux.

Hi,

I need to load (and also save, eventually, but for now I just want to load) DDS files (DXT5 in fact). I'm developing this application in order to work under Linux and Windows, both in 32 and 64 bit.

I have already separated all binary libs for each architecture/OS, all downloaded from the GFL ...