Home > Software engineering >  , every new people for help
, every new people for help

Time:09-16

VB generated exe runs on other computer prompt an array, is OK on your own computer, debugging and running exe had no problem but not on other computer tip after an array will exit the exe

CodePudding user response:

MsgBox can be used to locate the position of the error.

CodePudding user response:

An error occurred when processing the data?
The "others" caused by wrong data, which is used to test on your computer, it possible to find the problem,
If still can't find how to make a mistake, it is only in the corresponding write MsgBox "operation process" in the key position,
Tracking related parameters in the process of execution, and analysis the reason,
Can also write the Log information in the corresponding implementation process, can be written to a file, or the output to a dedicated window,
  • Related