I need some help with DLL's.
I have converted some that works but this one I can't get to work :(.
Stuck again. It crashes out and I don not understand why :-[.
The DLL is Cheeatah DB by Paul Squires. I have used it a lot.
It is a freeware nowadays. http://www.planetsquires.com/cheetah.htm. Thank's to Paul.
My try is included in the zip.
Two basic q's:
What should I use instead of ASCIZ(ASCIIZ) in the declare?
Handles? int or unsigned int?
Thank's
Lasse
A STRING type.
ASCIIZ is a Zero terminated string. Same as Aurora uses, same as Windows uses.