Topic: File changes in next version

In the software I'm writing, I might as well make it compatible with the upcoming SVP version before it comes out. What needs to change?

I use these paths
Common App Data\SVP 3.1\Settings\SVPMgr.ini
(and add an entry to BlackListApps)

And I delete this log file
Common App Data\SVP 3.1\Logs\Log.txt

Is the only thing that changes the version number? Would it go from 3.1 to 3.2?

Re: File changes in next version

TBD  big_smile

Re: File changes in next version

Mystery

It's better if you don't hardcode the path

4 (edited by Mystery 06-06-2015 05:19:39)

Re: File changes in next version

well... there's no other way to access the files than knowing exactly where they are.

Adding my application the blacklist is important otherwise it causes various problems.

If I don't delete the log file before starting SVP, it keeps popping error messages because the last session always had some kind of crash. But perhaps the next version won't pop the errors in such a way when starting SVP, or make it configurable?

Or... could you add a registry key containing the path to access those files?