[Bug 7873] ConceptDraw cannot load project files

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jan 3 15:57:36 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=7873





--- Comment #14 from denis bonnenfant <denis.bonnenfant at diderot.org>  2010-01-03 15:57:35 ---
just another point : 

I have this one too : 

fixme:storage:Storage_ConstructTransacted Unimplemented flags 210040

looking at the code, 0x00210040 flags are 

STGM_SHARE_DENY_NONE      0x00000040
STGM_TRANSACTED           0x00010000
STGM_NOSNAPSHOT           0x00200000


   if (parentStorage->openFlags & (STGM_NOSCRATCH|STGM_NOSNAPSHOT) && !fixme++)
   {
      FIXME("Unimplemented flags %x\n", parentStorage->openFlags);


I don't understand this fixme : does it means that NOSNAPSHOT mode is not
implemented, and therefore calling TransactedSnapshotImpl_Construct is not
correct ?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list