Thanks for your reply, I tried your solution but am still having problems.

I deleted from "sdk_plugin" folder and put both files into "acknex_plugin" and now when I run it gives no error message, it only cancels and shuts down.

In debug mode here is what i got in my "acklog.txt":
Quote:
C:\3D GameStudio A7\acknex_plugins\A6mySQL.dll - can't load DLL
Program aborted
ackwii.dll opened
t7.dll opened
Compiling SERVER.C - [Esc] to abort.......
mySQL_Closedb: function not found
mySQL_Connectdb: function not found
mySQL_ExecQuery: function not found
mySQL_GetStr: function not found
mySQL_GetVal: function not found
mySQL_IsConnected: function not found
mySQL_RowNumber: function not found.... 0.150 sec
Running SERVER.C.
Cancelled
Program aborted
Shutdown





If i delete the files from "acknex_plugin" and place them into my work folder I get this error:
Quote:
Error E1513 Crash in main

and the "acklog.txt" says this:
Quote:
A6mySQL.dll opened
ackwii.dll opened
t7.dll opened
Compiling SERVER.C - [Esc] to abort........... 0.148 sec
Running SERVER.C.
2 objects
Main started at 2.233 in debug mode
Error E1513: Crash in main
def_startup started
D3D_Init Window: 800x600 -> Window: 1x800x600x32
Video memory found: 740 MB
Main loop at 44.325...
Server started at 44.326
Client started at 44.326.
1st frame with 740 MB at 44.326
Normal exit at 46.004
Close level,DLL,objects
Free input,funcs,panels,defs,syns,views,strings,vars..ok
Free sounds,bmaps,fonts,hash,defs1,script..ok
Close dx,multimedia,D3D,engine,physics,nexus..ok
A7 Engine - Commercial Edition V7.82.3 - Jan 7 2010
Close window at 46.019


Any Ideas of what I am doing wrong?