I have created an app using Xojo 2015 r2.4. I was able to successfully build the app for Windows from OSX. However, once I copied the files to the Windows laptop, I get the “NilObjectException” error message as soon as I try to launch the program. Do I need to place the .dll files in a specific location or how do I make this work?
Putting a bunch of system.debuglog calls in your code to track down where its happening
Remote debugging from OS X to Windows so you can see whats causing the the exception