Quote Originally Posted by maxdamage99 View Post
Code:
initMySQL
initAsyncMySQL
what this?
IzNoGoDs, high level of abstraction from C API for easier coding, once you got the pieces together:

https://killtube.org/showthread.php?...ll=1#post13719
https://github.com/iznogod/OSJH/blob...H/jh/mysql.gsc

My example test script kinda as raw as it gets, write-your-own-wrapper style, probably nice for testing:

https://github.com/kungfooman/cod2_s..._debugging.gsc

I don't know if anybody made changes to the MySQL C/GSC API aswell in newer libcod versions, which might cause problems. Which version are you using?

In a "perfect/nonlazy/paid" world, each breaking API change should force a new internal version to libcod's subcomponents like the MySQL system. So we could just add Mayor/Minor versions and quickly see if libcod/scripts are compatible.