Click here to Skip to main content
16,005,080 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Enumerating open handle Pin
Focht26-Aug-01 11:12
Focht26-Aug-01 11:12 
Generalabout file size Pin
Maer72726-Aug-01 4:11
Maer72726-Aug-01 4:11 
GeneralRe: about file size Pin
Anders Molin26-Aug-01 5:00
professionalAnders Molin26-Aug-01 5:00 
GeneralRe: about file size Pin
Maer72727-Aug-01 0:55
Maer72727-Aug-01 0:55 
GeneralRe: about file size Pin
Anders Molin27-Aug-01 2:15
professionalAnders Molin27-Aug-01 2:15 
GeneralRe: about file size Pin
Maer72727-Aug-01 2:53
Maer72727-Aug-01 2:53 
GeneralSHAppBarMessage with ABM_SETSTATE Pin
jbraeuer26-Aug-01 2:25
jbraeuer26-Aug-01 2:25 
GeneralCompound File and structured storage Pin
Maer72726-Aug-01 2:23
Maer72726-Aug-01 2:23 
I have read some articles about the benifits of the Compound File and structured storage. In my opinions, I think one of the benifits of the Compound File is that we can load only a part of the whole document that we need and not have to load all part of the document. It saves a lot of time and simplified the programming.

In the Container Application, the functionality is very clear. For example, suppose a CxxxDocument that contain several bitmaps, we can only load the right one that we want to edit by activating the item from the representation chart. The memory only load the exact part of the document.

I have used the VC++ Debug Tools to trace the MFC source codes of it. I find out the MFC Framework use a linklist data structure to store and load the OLE Items from the document.

But in the with Server Application, the functionality is not very clear. I also trace the MFC source codes. I find out the server document also use a linklist data struture to store and load Server Items. If we use "embed" tactic, there will be only one node in the linklist. If we use "link" tactic, there can be more nodes in the linklist.

It is well known that the Compound File can contain items and use them individually like the document of container application containing OLE items in the linklist.

So my question is: Since the document of the server application is Compound-File enabled, the document also can contain items to manipulate. Are the objects of class COleServerItem the items that we can use structured stroage tactic to manipulate(like the OLE items in the container's document)? Are they built on the basis of COM? Or are they only pure ordinary data streams in the document and these kind of objects can not be manipulaite individually.




GeneralAbout Drag-Drop in Server Application Pin
Maer72726-Aug-01 2:22
Maer72726-Aug-01 2:22 
GeneralA Question About Asynchronous Property Pin
Maer72726-Aug-01 2:19
Maer72726-Aug-01 2:19 
QuestionHow to light on/off the Numlock on Windows 98 Pin
Maer72726-Aug-01 2:17
Maer72726-Aug-01 2:17 
GeneralUSB code needed Pin
Wolfram Steinke26-Aug-01 1:07
Wolfram Steinke26-Aug-01 1:07 
GeneralSending commands Pin
darkfire25-Aug-01 19:18
darkfire25-Aug-01 19:18 
GeneralRe: Sending commands Pin
Igor Sukhov26-Aug-01 1:15
Igor Sukhov26-Aug-01 1:15 
GeneralEasy (?) Dialog question Pin
Cabadam25-Aug-01 15:56
Cabadam25-Aug-01 15:56 
GeneralRe: Easy (?) Dialog question Pin
Ravi Bhavnani25-Aug-01 16:53
professionalRavi Bhavnani25-Aug-01 16:53 
GeneralRe: Easy (?) Dialog question Pin
Cabadam25-Aug-01 16:59
Cabadam25-Aug-01 16:59 
GeneralSend informations to a splitter windows (List View)) Pin
Francis B.25-Aug-01 14:17
Francis B.25-Aug-01 14:17 
GeneralRe: Send informations to a splitter windows (List View)) Pin
Ben Burnett26-Aug-01 9:40
Ben Burnett26-Aug-01 9:40 
GeneralReading CD TOC under Win98 Pin
25-Aug-01 11:48
suss25-Aug-01 11:48 
GeneralUsing ListBox.AddItem in Modal Dialog Pin
25-Aug-01 10:35
suss25-Aug-01 10:35 
GeneralRe: Using ListBox.AddItem in Modal Dialog Pin
Carlos Antollini25-Aug-01 10:56
Carlos Antollini25-Aug-01 10:56 
GeneralRe: Using ListBox.AddItem in Modal Dialog Pin
Igor Sukhov25-Aug-01 11:19
Igor Sukhov25-Aug-01 11:19 
GeneralRe: Model and Modeless dialog! Pin
Masaaki Onishi25-Aug-01 15:32
Masaaki Onishi25-Aug-01 15:32 
GeneralSTL question Pin
25-Aug-01 10:32
suss25-Aug-01 10:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.