Author Topic: problème when closing the application  (Read 6416 times)

Offline TheFrenchy

  • Newbie
  • *
  • Posts: 2
    • View Profile
problème when closing the application
« on: January 06, 2008, 11:45:52 PM »
Hello,

I use version 1.2.
Things work ok until i close the application.
The crash happens when executing function fnSaveFlashToFile().
Here exactly: iFileIni = _open(FLASH_FILE, ... , where FLASH_FILE is "FLASH_M5223X.ini".

I checked that the existing ini file is not "read_only".
I tried also after removing the existing ini file (size 0bytes), without success.
Using VC++ 6.0.

Any suggestion to fix my problem ?