HI
all.
I have a function
the maps to a function in a DLL.
i.e. function
reset(szType: PChar): Smallint; stdcall; external 'mydll';
is there a way that
I can make like an Alias to this function ?
The problem is, that
ReSet is a valid function that I use when I open a test file, so it craps
out.
anyone got any Ideas
?
Cheers, Jeremy
Coulter