how to open file in exclusive mode using wxFFile?

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
hongxing
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 227
Joined: Mon Aug 01, 2005 10:04 am

how to open file in exclusive mode using wxFFile?

Post by hongxing »

I want to open file in exclusive mode( share exclusive).
I am now using SuSE Linux Enterprise 9 , wxWidgets 2.6.2, wxFFile.

thanks!
User avatar
Ryan Norton
wxWorld Domination!
wxWorld Domination!
Posts: 1319
Joined: Mon Aug 30, 2004 6:01 pm

Post by Ryan Norton »

To be honest I think this behaviour is platform-dependant - I'd just use wxFile instead....
[Mostly retired moderator, still check in to clean up some stuff]
Post Reply