Hi All,
I'm working on the integration of DarkSDK inside PureBASIC. and it's something that is working on.
All the needed files are now correctly setup and the system work correctly. Programs using DarkSDK now compiles and run correctly.
I've only some wrapping to add for functions that return a float because they're not returned the way PureBASIC handle them and I must them wrap them to fix this issue.
I will then translate DarkSDK C++ source code samples to PureBASIC.
[2008.28.10-16:08] EDIT : Some news. Wrapping functions that return a float is now completed. I'm re-generating the importation files.
Now, I can start working on the migration of DarkSDK C++ Source code samples to PureBASIC Source code samples.