I have tried to use this in my project and I get:

Quote:

A6mysql.dll - no valid Acknex DLL




Here is what I do in main:

Code:
 function main()
{
ifdef server;
mysql_handle = dll_open("A6mysql.dll");
endif;

[snip]



I actually hit this barrier writing my own mysql.dll and thought it was my dll creation skills. What am I doing wrong when trying to use this dll please?

A6 commercial - 6.31.4

Andy