-
More INI troubles...
Hi there.
I am having difficulty writing / retrieving information from my INI file when I run MMF2 Dev to test it. However, when I build an application and run it in admin mode it will happy read / write to the INI file.
Is there an option that I have not selected in MMF or on Vista (yes Vista...grumble) that whilst testing the app in MMF it is not properly reading or writing.
It is very frustrating having to build an app everytime I want to test my save game.
Thanks once again for the help guys!!
-
Re: More INI troubles...
Where is the INI stored? If it's in the same directory as the application there should be no problems, but if it is in some protected folder the application needs administrator rights to modify it. I know that at least TGF placed INI's in the windows folder... Otherwise, running MMF as an administrator should give the application admin rights as well.
-
Re: More INI troubles...
it is stored in a sub folder.
e.g.
Application is in folder "App"
INI is in folder "App/data"
they both have modified writes so there should not be a problem or would u recommend just keeping them all in the same file as I do not like storing my INI's by default in the windows folder as I am running vista and it seems to be a pain.
-
Re: More INI troubles...
If they're in sub-folder of the application there shouldn't be any problem accessing them... I can't re-create the problem, so unfortunately I don't have any solution for it. Did you try running MMF as an administrator?