When we click on a certain button in our compiled VB program our program gets stuck in some loop that we did not write. The loop involves a label (error label) which has a message box. The message displays over and over (in a loop). We do not experience this problem while running in debug mode in Visual Basic or with an EXE that has been compiled in P-code.
What can we do to find this bug that is causing our Native compiled code to crash?
What can we do to find this bug that is causing our Native compiled code to crash?