Click here to Skip to main content
15,889,116 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: IMPORTANT !!! READ THIS !!!! Pin
Philip Patrick1-Apr-02 11:59
professionalPhilip Patrick1-Apr-02 11:59 
GeneralRe: IMPORTANT !!! READ THIS !!!! Pin
Christian Graus1-Apr-02 11:14
protectorChristian Graus1-Apr-02 11:14 
GeneralRe: IMPORTANT !!! READ THIS !!!! Pin
Shog91-Apr-02 13:12
sitebuilderShog91-Apr-02 13:12 
GeneralATL dll locks in memory Pin
Gerosa1-Apr-02 7:17
Gerosa1-Apr-02 7:17 
GeneralRe: ATL dll locks in memory Pin
Joaquín M López Muñoz1-Apr-02 10:10
Joaquín M López Muñoz1-Apr-02 10:10 
GeneralRe: ATL dll locks in memory Pin
Bill Wilson1-Apr-02 12:42
Bill Wilson1-Apr-02 12:42 
GeneralRe: ATL dll locks in memory Pin
Michael Dunn1-Apr-02 16:46
sitebuilderMichael Dunn1-Apr-02 16:46 
GeneralIMPLEMENT_SERIAL and versions Pin
dazinith1-Apr-02 6:49
dazinith1-Apr-02 6:49 
I've been looking into how to handle updates to my files that may happen in the future.. i see that if i use:

IMPLEMENT_SERIAL(CMyObject, CObject, VERSIONABLE_SCHEMA|1)

then i can do an if statement based on ar.GetObjectSchema() when i do my loading.. which looks like is just what i need.. my own serializable class i have written (based off CObject) has this 'IMPLEMENT_SERIAL' command in it, however my built in Document class does not have this command anywhere..

how do i set the version of the document if there is no 'IMPLEMENT_SERIAL' command? I have all the serialization done, and it has been working fine, but I don't know if it is safe for me to put the IMPLEMENT_SERIAL command in there, or if this is somehow derived from CDocument?

thanks in advance!

-dz
GeneralRe: IMPLEMENT_SERIAL and versions Pin
dazinith1-Apr-02 8:21
dazinith1-Apr-02 8:21 
GeneralRe: IMPLEMENT_SERIAL and versions Pin
Ravi Bhavnani1-Apr-02 10:40
professionalRavi Bhavnani1-Apr-02 10:40 
GeneralRe: IMPLEMENT_SERIAL and versions Pin
Ted Christiansen17-Apr-02 8:36
Ted Christiansen17-Apr-02 8:36 
GeneralRe: IMPLEMENT_SERIAL and versions Pin
melwyn18-Jun-02 4:45
melwyn18-Jun-02 4:45 
GeneralREAL office XP menu look-alike Pin
Jon Newman1-Apr-02 6:40
Jon Newman1-Apr-02 6:40 
GeneralRe: REAL office XP menu look-alike Pin
MaTrIX2k21-Apr-02 6:49
MaTrIX2k21-Apr-02 6:49 
GeneralRe: REAL office XP menu look-alike Pin
Ramon Casellas1-Apr-02 7:01
Ramon Casellas1-Apr-02 7:01 
GeneralAssociate the file types to application Pin
George Anescu1-Apr-02 5:56
George Anescu1-Apr-02 5:56 
GeneralRe: Associate the file types to application Pin
Joaquín M López Muñoz1-Apr-02 6:27
Joaquín M López Muñoz1-Apr-02 6:27 
GeneralRe: Associate the file types to application Pin
Gary Kirkham21-Jan-04 8:43
Gary Kirkham21-Jan-04 8:43 
GeneralmciSendString Pin
Sumudu Perera1-Apr-02 5:50
Sumudu Perera1-Apr-02 5:50 
GeneralATL functions in.h files Pin
1-Apr-02 5:28
suss1-Apr-02 5:28 
GeneralRe: ATL functions in.h files Pin
James R. Twine1-Apr-02 5:35
James R. Twine1-Apr-02 5:35 
GeneralRe: ATL functions in.h files Pin
Tim Smith1-Apr-02 6:05
Tim Smith1-Apr-02 6:05 
GeneralRe: ATL functions in.h files Pin
James R. Twine1-Apr-02 6:14
James R. Twine1-Apr-02 6:14 
GeneralRe: ATL functions in.h files Pin
Tim Smith1-Apr-02 6:21
Tim Smith1-Apr-02 6:21 
GeneralRe: ATL functions in.h files Pin
James R. Twine1-Apr-02 6:30
James R. Twine1-Apr-02 6:30 

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.