October 30, 2025, 11:48:46 AM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


How to convert DLL's

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

Previous topic - Next topic

0 Members and 2 Guests 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