I am currently trying to get this resource:
http://www.garagegames.com/community/blogs/view/13528
Working in T3D 3.6, under Windows 10, with Visual Studio 2015 Express edition.
This resource works find on the same machine and compiler with an earlier version of the engine, but with the new version, it gives me the following error when I try to start the exe:
"Unable to load game library: <Projectpath><Project_DEBUG.dll>".
It is complaining about my project exe! The exe works fine when I remove the two .cc files in the above resource. I suspect the issue is that the mysql libs are out of date, and wont run properly on the new version of T3D.
Is there an up to date resource available?
How difficult is it to integrate the most up to date mysql connector with T3D?
This link:
[url]
https://dev.mysql.com/doc/connector-cpp ... ple-1.html[/url]
Provides what looks like a simple implementation, would something like this, exposed to script, work in T3D?
Thanks!