Good evening,
I’m going through the DLL call convention in HEScript. Before I do 2 tests, I would like to know if possible:
-
May the DLL be at the program root?
-
Can the DLL read a binary file packed with the ExeOutup?
Regards,
Kepler
Good evening,
I’m going through the DLL call convention in HEScript. Before I do 2 tests, I would like to know if possible:
May the DLL be at the program root?
Can the DLL read a binary file packed with the ExeOutup?
Regards,
Kepler
Hi again,
My problem seems to be that the HEScript gives an error in the part
name ‘[email protected]’ (it’s a normal C Dll)
The syntax highlights with an error. The Delphi version of the program works fine.
It seems not to accept the ‘@24’. the ‘@’ particulary. But that the standard calling in C, VB, Delphi…
Any sugestions?
Kepler
@24 isn’t supported by the script engine unfortunately.