October 30, 2025, 09:19:39 AM

News:

IWBasic runs in Windows 11!


How to convert DLL's

Started by lviklund, February 15, 2006, 07:03:38 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lviklund

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

Ionic Wind Support Team

A STRING type.

ASCIIZ is a Zero terminated string.  Same as Aurora uses, same as Windows uses.
Ionic Wind Support Team