I also had an issue with running the EXE I created.
The first error I received after double-clicking on the EXE was some gobbeltygook that I had no idea what was meant. I then did a full rebuild and tried again and got "Issue loading PBVM.DLL".
THe issue turned out to be a bad copy of the PBVM.DLL. I deleted that file from the EXE folder (all our DLLs and PBLs are in the same folder), then copied the PBVM.DLL from the RUNTIMES folder into the EXE folder. THat solved the issue.
Later -
Olan