How to updated, pull, update submodules in your git branch
Powershell cheatsheet for C++/C#
This is my own little cheatsheet for powershell C++ and C#
Using Github from command line
Quick cheat-sheet on using github from the command line.
How to compare multiple folders with BeyondCompare 4 and Piger
How to compare multiple folders using Beyond Compare 4 and Piger
Move MySQL data directory from one folder to another
Move the MySQL data directory from one folder to another and make sure that all the configurations are updated.
Apache webserver error on startup
Common error on windows 10 when trying to start Apache 2.4, error saying that port 443 is already in used.
What I had forgotten about WM_CLOSE
What happens when you call WM_CLOSE and close a window.
Preventing embedded python from killing your app
If you call sys.exit(1); from inside your embedded code you run the risk of closing you app, (as exit will be called). This post explains how to prevent this from happening.
Released piger 0.3.2
New release of Piger 0.3.2, Python and Lua are supported as well as simple script examples!
Embed Python in your C++ application without Python installed on guest machine
Trying to embed Python in you C++ app when the user does not have Python installed will cause a crash.
This shows you how to ‘force’ the correct version of Python, regardless what the user has installed.