Internet update checker

i’ve implemented a basic rough working example on how you could implement internet update check for your application. first follows the example_usage.h, then copy in a directory of your hosting space the 2 php files and your updated executable version, then edit config.php to change the executable name and the same major-minor-revision number that u have compiled as defines in your latest executable. it’s in the ejuce public share, or direct link:

ejuce_InternetUpdateChecker.zip

there is not a lot of documentation, but since the classes are so easy to use…