GP32 GDL LIbraries


vishwats

Still Fresh
Joined
Dec 4, 2003
Messages
51
Hi,
I am not able successfully use GDL libraries with DevkitAdv, the library has great collection of functions, but I get several compilor warnings and errors even when I tried to compile the demo examples.

One of the issues I know are the c++ comments, but my warnings and errors and much more than that.

Has any1 used it with Devkitadv(installation based on Rico's tutorials) without any problems, please let me know how to do so.

Thanks
-vishwa
 
there is small incompatibility between every lib release, try to compile with the gdl who are with the demo

maybe you doesn't have all the gamepark lib (16 bit)

with old version, you may got many warning in using gcc due to last file line who are not empty, but all must work :)

if the demo you try to compile is falldown, maybe you doesn't have chn mod lib
and i not compile falldown demo due to chn mod lib not work with sdt ^^ so maybe there are error in the source ^^

i use // and /* */ for comment, it's work with sdt ^^

if it's not work, post error ^^
 
Back
Top