Search results

  1. H

    Exception ElnvalidPointer in module exophpext.dll

    I would imagine they do. If this can cause this error, I’ll let them know.
  2. H

    StartTimer, StopTimer, OnTimer - any working example?

    Ok, thanks for the update.
  3. H

    Exception ElnvalidPointer in module exophpext.dll

    They have tried another exe of the app but still getting an error Exception EAccessViolation in module exophpext.dll at 0002E33C. Access violation at address FE3EE33C in module ‘exophpext.dll’. Read of address 00000020.
  4. H

    Exception ElnvalidPointer in module exophpext.dll

    A client is getting has started getting the following error when trying to use a compiled app. Exception ElnvalidPointer in module exophpext.dll at 00005ce9 It had been working for them but now started with the error. Any idea what could be causing this ? Using the latest version.
  5. H

    EXEC Problem in Compiled App

    Thanks but I already had seen that thread. Seems to ignore the file convert.exe when in quotes.
  6. H

    StartTimer, StopTimer, OnTimer - any working example?

    I’m after something that can run without any user intervention.
  7. H

    StartTimer, StopTimer, OnTimer - any working example?

    Is there any current solution for adding cron jobs for a compiled app ?
  8. H

    EXEC Problem in Compiled App

    Thanks but it doesn’t seem to work for me.
  9. H

    EXEC Problem in Compiled App

    The following code works fine while not compiled but when compiled it doesn’t work. No error. exec(’“C:\Users\pc\Documents\Image Folder\convert.exe” -strip “C:\Users\pc\Documents\Image Folder\image.jpg” -resize 600 “C:\Users\pc\Documents\Image Folder\image-resized.jpg”’); It seems to be because...
  10. H

    Check Running Instances Script

    Ok, thanks for the quick response.
  11. H

    Copy Compiled Files

    That works thanks.
  12. H

    Check Running Instances Script

    Under Security>Global Protection there’s the checkbox “Only one instance of the application can be run at a time” I would like to be able to set this based on the license the app user has. Can you tell me if there’s a way I can check this with a script I can add please ?
  13. H

    Copy Compiled Files

    $_SERVER[‘DOCUMENT_ROOT’].‘image.jpg’ gives an error, as slash is missing. With the slash it copying an empty file. Can you test this and confirm if it’s an actual bug please. Support is very slow and my last I didn’t get a reply. Do you have any plan of improving support ? It makes me...
  14. H

    Copy Compiled Files

    Yep. I’ve tried several things off https://www.exeoutput.com/help/accessingfiles but I just can’t get it to work. I had it working in version 1.7. I kind of need this working asap. Based on a compiled app with an image compiled in the Application Root. I need the image copying to folder(desktop)...
  15. H

    Copy Compiled Files

    I have a portable app in the desktop folder I have a file image.jpg compiled in the Application root. I’m trying to make a copy of it using the following if (file_exists(“image.jpg”)){ copy(“image.jpg”, “C:\Users\pc\Desktop\image2.jpg”); } A file is created but it’s 0kb in size. I have the...
  16. H

    Selectdirectory

    I have a link setup href=“hescript://UserMain.AskFolder” that opens the Dialog window but can you tell me please how I would go about capturing the folder path that is chosen as a variable and echoing it ?
  17. H

    Version 2 Beta v3 error

    "We’re making tests to find out if the DLL part of the HEScript engine is working fine in ExeOutput 2." Can you tell me, is it working ok ?
  18. H

    Possible javascript issue - SOLVED

    Sorry, I didn’t realise there was a later version. It said within the software it was the latest version. I’ve removed Beta4 and installed the latest version and it doesn’t crash now. Thanks
  19. H

    Version 2 Beta v3 error

    Any idea on this ? Just needing to know whether I can move forward using V2 Beta4 for my project or not.
  20. H

    Possible javascript issue - SOLVED

    Just to be more specific, the software still crashes using the javascript code above but it’s now possible to start the software again after it’s crashed using Beta4.
Back
Top