Sunsam
March 13th, 2003, 05:53 PM
Hi All,
I have one problem.I create one file in program and save a number into it. And read that number later.
The app works great when I run the app iin Debugg mode but once I make the exe in release mode and run my app. The mydata.txt file has some two letter all the time "1$" WHY???
I have no idea. Instead it shud be a two letter number eg 24.
I creat the file _creat() method and then use myfile.open method to write the data. Again I use myfile.open to read that data later.
Can you please help me with this?
Thanks a lot!!
I have one problem.I create one file in program and save a number into it. And read that number later.
The app works great when I run the app iin Debugg mode but once I make the exe in release mode and run my app. The mydata.txt file has some two letter all the time "1$" WHY???
I have no idea. Instead it shud be a two letter number eg 24.
I creat the file _creat() method and then use myfile.open method to write the data. Again I use myfile.open to read that data later.
Can you please help me with this?
Thanks a lot!!