Date Posted:18:17:15 02/02/07 Fri Author: Henry Radford Subject: TFileStream file lock
I am using fs = new TFileStream() so that I can use tif->LoadFromStream(fs). One of the parameters of TFileStream is sharing mode. Even though I'm using fmShareDenyNone, it still seems to lock the file as I can't seem to save it using another application during this time, and it needs to stay unlocked. Q: Is there any other way of loading this file into TTiffGraphic without renaming it from .001 to .tif and without having to make a copy (due to other problems).