Using Labwindows/CVI 6.0 and SQL Toolkit 2.0 on WIN2000, I get this infamous Windows error message when running the release version of my program:
{ The instruction at "0x0000001e" referenced memory at "0x0000001e". The memory could not be read. }
Using printf's I could determine that this message happens when a DB_FetchNext command is performed on a dbf-file. Strangely it is not the first FetchNext in this program.
The problem does not appear in the debug executable. That runs without generating a warning. I even used QAC (source code analyzer) to dig through the code but I can't find the bug.
Any suggestion is very welcome.
Message Edited by Han on 12-07-2005 07:29 AM
Message Edited by Han on 12-07-2005 07:32 AM