The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
fseeko64 in SDL_rwops.c
capehill


Joined: 13 Feb 2016
Posts: 18
Hello,

We are porting SDL2 to AmigaOS 4 and using Newlib as the C library.

There was an issue found that SDL_LoadBMP failed due to reason that fseeko64 failed after image was opened with fopen. As a workaround, it now uses fopen64 if we have fseeko64:

https://sourceforge.net/p/sdl2-amigaos4/code/49/

I wonder if this is a correct approach and is this something that should be reported to the official bug tracker?
AmigaBlitter


Joined: 14 Feb 2016
Posts: 16
Hello,

i have a similar problem.

Could someone give an hint on this?

Thank you very much
AmigaBlitter


Joined: 14 Feb 2016
Posts: 16
Anyone can help on this?