Click here to Skip to main content
16,011,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Manually Selecting / De-Selecting a Radio Btn in MFC Pin
WarChildWTS27-Mar-05 9:29
WarChildWTS27-Mar-05 9:29 
GeneralRe: Manually Selecting / De-Selecting a Radio Btn in MFC Pin
John R. Shaw30-Mar-05 6:21
John R. Shaw30-Mar-05 6:21 
GeneralRe: Manually Selecting / De-Selecting a Radio Btn in MFC Pin
WarChildWTS30-Mar-05 7:01
WarChildWTS30-Mar-05 7:01 
GeneralRe: Manually Selecting / De-Selecting a Radio Btn in MFC Pin
John R. Shaw30-Mar-05 8:03
John R. Shaw30-Mar-05 8:03 
GeneralCalling C# dll from C++ 6.0 and GPF Pin
Al_Pennyworth17-Mar-05 7:10
Al_Pennyworth17-Mar-05 7:10 
GeneralRe: Calling C# dll from C++ 6.0 and GPF Pin
Al_Pennyworth18-Mar-05 5:15
Al_Pennyworth18-Mar-05 5:15 
GeneralGetObjectSchema always returns -1 Pin
MacWarrior17-Mar-05 6:18
MacWarrior17-Mar-05 6:18 
GeneralRe: GetObjectSchema always returns -1 Pin
Blake Miller17-Mar-05 6:51
Blake Miller17-Mar-05 6:51 
I usually avoid this overly complicated scheme in the first place and always write out a DWORD to use as my own 'version schema' as the first element of the serialized file. Just increase the DWORD each time you change the version,a nd youc an easily 'switch' on it for handling earlier versions of your files in later versions of your program. As long as you can compensate for the very first version, which did not have this value, you are okay to go on subsequent ones, where you will always write it out.

GeneralRe: GetObjectSchema always returns -1 Pin
MacWarrior17-Mar-05 8:10
MacWarrior17-Mar-05 8:10 
GeneralRe: GetObjectSchema always returns -1 Pin
Ravi Bhavnani17-Mar-05 7:49
professionalRavi Bhavnani17-Mar-05 7:49 
GeneralRe: GetObjectSchema always returns -1 Pin
MacWarrior17-Mar-05 8:12
MacWarrior17-Mar-05 8:12 
GeneralRe: GetObjectSchema always returns -1 Pin
Ravi Bhavnani17-Mar-05 13:25
professionalRavi Bhavnani17-Mar-05 13:25 
GeneralCreate a multithread for reading a file Pin
inbakumar.G17-Mar-05 5:33
inbakumar.G17-Mar-05 5:33 
GeneralRe: Create a multithread for reading a file Pin
David Crow17-Mar-05 5:42
David Crow17-Mar-05 5:42 
GeneralRe: Create a multithread for reading a file Pin
John M. Drescher17-Mar-05 6:06
John M. Drescher17-Mar-05 6:06 
Questionset-alpha/numeric status, how to? Pin
Lvca17-Mar-05 4:58
Lvca17-Mar-05 4:58 
GeneralTaking actions depending on what was clicked Pin
luizferp17-Mar-05 3:33
luizferp17-Mar-05 3:33 
GeneralRe: Taking actions depending on what was clicked Pin
Iain Clarke, Warrior Programmer17-Mar-05 5:22
Iain Clarke, Warrior Programmer17-Mar-05 5:22 
Generalfile output Pin
mpapeo17-Mar-05 1:52
mpapeo17-Mar-05 1:52 
GeneralRe: file output Pin
eli1502197917-Mar-05 2:20
eli1502197917-Mar-05 2:20 
GeneralRe: file output Pin
mpapeo17-Mar-05 2:44
mpapeo17-Mar-05 2:44 
GeneralRe: file output Pin
David Crow17-Mar-05 2:48
David Crow17-Mar-05 2:48 
GeneralRe: file output Pin
mpapeo17-Mar-05 4:12
mpapeo17-Mar-05 4:12 
GeneralRe: file output Pin
David Crow17-Mar-05 4:53
David Crow17-Mar-05 4:53 
GeneralRe: file output Pin
John R. Shaw17-Mar-05 6:07
John R. Shaw17-Mar-05 6:07 

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.