Page 1 of 1

PreferencesLib Threadsafe ?

Posted: Fri Apr 07, 2006 12:34 pm
by Tranquil
I noticed that CreatePreferences, OpenPreferences and ClosePreferences() does not use an ID. That means for me that it is only possible to open a file once upon a time.

Sure, its not normal to write on preferences files using threads but for completenes this should be supported or?

Posted: Fri Apr 07, 2006 12:48 pm
by Fred
You can open one per thread (if you compile in threadmode).