µTasker Forum

µTasker Forum => µTasker general => Topic started by: TheFrenchy on January 06, 2008, 11:45:52 PM

Title: problème when closing the application
Post by: TheFrenchy 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 ?