Search results

  1. kepler

    Dos program in silent mode

    Hi I’m trying to run an exe called by PHP in hidden mode. And I’m using the hidden var. Still, the dos boz appears for a second. Is this a bug? Kind regards, Kepler
  2. kepler

    Exeoutput IE dlls dependencies

    Greetings ExeOutput for PHP depends of some specific dlls - I think - of Internet Explorer to run in this mode (Trident engine). Can you please tell which ones, and if it’s possible to run a compiled exe if these dlls are installed in the Windows environment and proper dirs? Kind regards, Kepler
  3. kepler

    Javascript (jquery) problem

    Hi, I’m having some troubles in a simple compilation program. I’m using Exeoutput 1.7, and I’ve made an autocomplete with jquery (calling a php script) which works perfectly in the Trident engine, but not in the Chromium. I still haven’t tested in version 2, since the compiled program gives...
  4. kepler

    Autocomplete not working

    Hi. I’m currently using Exeoutput for PHP 1.7. I’ve got a simple autocomplete which connects to a php script, that works fine in the Trident browser but not on Chromium. Can someone tell me why this might be happening? I’ve used version 2, but I get too many mistakes for now (I can’t figure...
  5. kepler

    Using DLL internally

    Good morning, I’ve solved almost all my problems running a particular dll in exeoutput for PHP. I have a last question: the dll I’m using, I’m trying to pack it with my main exe, and extract it to a virtual memory. The problem is that I can’t seem to do this… If I maintain the dll as external...
  6. kepler

    32 and 64 distribution problem

    Hi, I’m having a strange issue: I made a website with several sources (html, javascript, media files, etc) which compiles and runs in my Windows 7 SP1 64 bits. Now, I compiled it again in a 32 bits laptop (Windows 7 SP1 again), and I get several errors, like one jpg image missing (even if it’s...
  7. kepler

    Problem playing Mp3 file

    Good morning, I have an html page that loads mp3 files and play them fine. They are in a directory called mp3 But, when I compile in ExeOutput, it says the origin is invalid… Can someone explain me why? Kind regards, Kepler
  8. 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...
  9. 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
  10. 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...
  11. 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