Calling DLL doubt

kepler

New member
Good evening,

I’m going through the DLL call convention in HEScript. Before I do 2 tests, I would like to know if possible:
  1. May the DLL be at the program root?
  2. 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 ‘_func_1@24’ (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
 
Back
Top