Compilation error while using PoweBuilder.

0 votes
No avatar asked by (120 points) about Sybase PowerBuilder
edited by

Now, I using Pb11.5 trial license. I have deployed my workspace for .exe file to run. It runs OK, but when I close my App, an error "just-in-time debugger" raise. When I disable Just In Time Debugger, an error raise :

Error signature :
AppName: test.exe
ModName: pbshr115.dll
ModVer : 11.5.0.2506
Offset : 000f0c57

1 Answer

0 votes
No avatar answered by (193k points)

There is no information about this error. However, while building the executable file, you will have to check the offset 000f0c57 because the error is given based on that location. Delete the test file, then check the memory address at the given offset. Something is not right or it's in conflict with other modules. Because of that, compilation will give errors. Even if the file is running OK, it's possible that you'll see other errors in the future so it's best to double check the code first.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...