10-23-2008 12:40 PM
While my application is running, my ini file seems to disappear. This happens very seldom so it is hard to fine. My application is multithreading but only one thread should be accessing this file.
Advice on how to find this bug?
10-23-2008 05:20 PM - edited 10-23-2008 05:21 PM
The first thing I would do is download Process Monitor from Microsoft. It's a free tool that gives detailed information about all file accesses. Run it, go to the Filter>>Filter... menu item, and in the resulting dialog, create the filter: [Path] [ends with] "yourfile.ini" then [Include]. Leave Process Monitor running, and once you've noticed your ini file has disappeared, check back.
That ought to at least give you some new clues to go on.
Mert A.
National Instruments
10-27-2008 09:34 AM