IonicWind Software

Aurora Compiler => General Discussion => Topic started by: lviklund on February 15, 2006, 07:03:38 AM

Title: How to convert DLL's
Post by: lviklund on February 15, 2006, 07:03:38 AM
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
Title: Re: How to convert DLL's
Post by: Ionic Wind Support Team on February 15, 2006, 07:09:21 AM
A STRING type.

ASCIIZ is a Zero terminated string.  Same as Aurora uses, same as Windows uses.