I have a PHP page that contains some HTML with UTF-8 chars (ex. “ș ț Ș Ț à Π”).
It works well on an online server.
It works well in an exe build with ExeOutput 2018.1
problem: If I use the ExeOutput 2018.1 option: “Encode php file with internal protection” on this file, then the UTF-8 chars...
Hello,
Is there a way to toggle between normal and full-screen mode while running an exe build with ExeOutput for PHP?
For example, the user is interacting with the application in normal window, and at some point when s/he clicks a button to run a game, the app switches to full-screen, then...
Hello! Thank you for the answer. I’ve realized in the meantime that I needed administrator rights for HKLM. But if I switch to HKCU, the registry key will not be available to all users, right?
In my Exeoutput version - 1.7.0 - I don’t find that option that you’ve showed in the screenshot (yours...
Hello,
I can not find anywhere a working example to:
create a registry key (ex. “HKEY_LOCAL_MACHINE” -> “SOFTWARE\Example”)
write a string (ex. “Name” -> “John”)
then read that string
I want to test a simple program like:
index.php:
<?php $name="John"; exo_runhescriptcom...