Search results

  1. kepler

    DLL call... almost there

    Good afternoon, Finally, I’m able to be sure that my DLL is being called - the problem, I think, was the decorated names instead of undecorated. Now, I face another problem: arrays. One of the parameters passed to my function (byref) is an array. Here’s the prototype of the function: function...
  2. kepler

    HTML Executable features

    Hi again, I’ve figured it out (part of it…): the exe file is invalid because is zero bytes long!.. It only gets the real size if we run it with HEScript. Then the problem remains: if I try to run it with the temp path, the command is simply ignored. The only way is if I copy it to the Data...
  3. kepler

    HTML Executable features

    Good morning, Thanks for the reply. I’ve managed to run an exe easely with HEScript. But for getting the output from it, I’ve tryed the following: first, with HEScript, I unpacked it and returned to php the path and name of the exe temp. But if I try to run it within php, I get the message that...
  4. kepler

    Calling DLL doubt

    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...
  5. kepler

    Calling DLL doubt

    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
  6. kepler

    Serial key for ExeOutput for PHP

    Good afternoon, I’ve just bought ExeOutput for PHP. Can please someone tell me the best procedures to generate serial keys for different users? I realized that the program can retrieve the PC id of the user. What’s the best form of using this to achieve licence protected keys? Kind regards...
  7. kepler

    HTML Executable features

    Good evening, I would like to know, if possible, if HTML Exe has the ability of running an executable (made in perl for windows for example) and retrieve the result in a response string (javascript call for instance). Kind regards, Kepler
Back
Top