EP Calipers for Windows is done. Whew. As stated in my previous post, porting the app to Windows was a bit of a struggle. Installing tools like a bash shell, git and Emacs took some time and effort. The Windows tool to bridge iOS apps didn’t work. So I was forced to port the code… Continue reading EP Calipers for Windows
Tag: Windows
Spaces in Paths are Evil!
This comes as no surprise to anyone who has wrestled with this problem. While trying to make sure that the EP Simulator program builds and runs on Windows, I ran into trouble using absolute paths in my qmake *.pro files. Qmake is a tool from Qt Software that generates a Makefile that builds the program.… Continue reading Spaces in Paths are Evil!