A plead to the developers for native support on OGG files

Previous topic - Next topic

Kuron

Quote from: MrTAToad on 2010-Mar-29Awww  :'(
Are you willing to buy me a Mac?  =D  I do not have a Mac or iPhone, so I can't develop for those.  With the way GLBasic does things there should be no issues with OGGs on Linux. 

MrTAToad

Never tried OGG with Linux - will have to see how it goes :)

Kuron


NRasool

There is a static library out there for MingW, I wonder if we could adapt this for GLbasic using Inline C, so in theory this would work across platform, see the OT thread for more

Kitty Hello

You can use external static libs with the -lnk line in the platform options. Just put the libXXX.a file in the project's directory and type int that edit box: "-lXXX" -> Now you can call the function with IMPORT as if it was a built-in function.

NRasool

Hey Kitty,

Cheers for that, I will try this on the demo version

Kuron