Click here to Skip to main content
15,885,936 members

Comments by steve.tabler (Top 2 by date)

steve.tabler 21-Jul-19 19:27pm View    
This wasn't the solution. It is useful to know that, though. No device drivers were involved.
steve.tabler 21-Jul-19 19:25pm View    
I appreciate all the comments. I have solved the problem. I eventually did find the REAL error message, and it related to a problem with an index variable not getting intialized right when starting the program for the first time. Once the program ran 1 time, the index variable wasn't an issue. The error usually didn't show up when running inside VS, and I didn't know for quite awhile if it was my code, or if I wasn't using Inno correctly, or something else.

Thank you for your opinions.