Search found 2 matches

by bread
Fri Jun 22, 2018 7:40 pm
Forum: Gamecube/Wii Development
Topic: Any plans for the rest of the DVD subsystem in libogc?
Replies: 1
Views: 5514

Any plans for the rest of the DVD subsystem in libogc?

Specifically I'd like to use DVDOpen( const char* fileName, DVDFileInfo* fileInfo ). Currently there is no way to load a file off the disk without parsing the disk manually.
by bread
Mon Jun 11, 2018 1:59 pm
Forum: Gamecube/Wii Development
Topic: linker errors with SDL + libogc
Replies: 1
Views: 5462

linker errors with SDL + libogc

I am trying to get a simple SDL example running, but on linking I get this error: linking ... game.elf C:/Users/Bread/dev/GameCube/projects/game/thirdparty/SDL/SDL/lib\libSDL.a(SDL_string.o): In function `SDL_vsnprintf': SDL_string.c:(.text.SDL_vsnprintf+0x92): undefined reference to `__ctype_ptr__'...