Click here to Skip to main content
15,918,676 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Mutiple language Pin
ZAZA23-Oct-01 3:51
ZAZA23-Oct-01 3:51 
GeneralRe: Mutiple language Pin
Tomasz Sowinski23-Oct-01 4:02
Tomasz Sowinski23-Oct-01 4:02 
GeneralRe: Mutiple language Pin
Carlos Antollini23-Oct-01 4:02
Carlos Antollini23-Oct-01 4:02 
GeneralRe: Mutiple language Pin
ZAZA23-Oct-01 20:18
ZAZA23-Oct-01 20:18 
GeneralProblems with debugging Pin
Matjaz23-Oct-01 2:33
Matjaz23-Oct-01 2:33 
GeneralRe: Problems with debugging Pin
Andres Manggini23-Oct-01 5:07
Andres Manggini23-Oct-01 5:07 
GeneralRe: Problems with debugging Pin
Christian Graus23-Oct-01 9:46
protectorChristian Graus23-Oct-01 9:46 
GeneralRe: Problems with debugging Pin
Andrew Peace23-Oct-01 10:34
Andrew Peace23-Oct-01 10:34 
In VC6 when you watch a strucutre there is usually a little (+) next to it which will expand the struct so you can see it's members and their values.

If it's a pointer to a struct you might have to put a * in front of it. Alternatively you can use the format Struct.Value or pStruct->Value

Hope that helps,

--
Andrew.
GeneralCRecordSet.Requery(); Pin
23-Oct-01 2:32
suss23-Oct-01 2:32 
GeneralRe: CRecordSet.Requery(); Pin
23-Oct-01 21:59
suss23-Oct-01 21:59 
QuestionOnOpenDocument same file? Pin
Kristian Nilssen23-Oct-01 1:18
Kristian Nilssen23-Oct-01 1:18 
AnswerRe: OnOpenDocument same file? Pin
Tomasz Sowinski23-Oct-01 2:27
Tomasz Sowinski23-Oct-01 2:27 
GeneralRe: OnOpenDocument same file? Pin
Kristian Nilssen23-Oct-01 2:37
Kristian Nilssen23-Oct-01 2:37 
GeneralRe: OnOpenDocument same file? Pin
Tomasz Sowinski23-Oct-01 2:46
Tomasz Sowinski23-Oct-01 2:46 
GeneralRe: OnOpenDocument same file? Pin
Kristian Nilssen23-Oct-01 3:06
Kristian Nilssen23-Oct-01 3:06 
GeneralRe: OnOpenDocument same file? Pin
Tomasz Sowinski23-Oct-01 3:13
Tomasz Sowinski23-Oct-01 3:13 
GeneralRe: OnOpenDocument same file? Pin
Kristian Nilssen23-Oct-01 3:32
Kristian Nilssen23-Oct-01 3:32 
QuestionWhere can i find SDK? Pin
Daniel Visan23-Oct-01 0:42
Daniel Visan23-Oct-01 0:42 
AnswerRe: Where can i find SDK? Pin
Christian Graus23-Oct-01 0:50
protectorChristian Graus23-Oct-01 0:50 
GeneralRe: Where can i find SDK? Pin
Daniel Visan23-Oct-01 2:00
Daniel Visan23-Oct-01 2:00 
AnswerRe: Where can i find SDK? Pin
Anders Molin23-Oct-01 0:53
professionalAnders Molin23-Oct-01 0:53 
GeneralRe: Where can i find SDK? Pin
Daniel Visan23-Oct-01 1:08
Daniel Visan23-Oct-01 1:08 
AnswerRe: Where can i find SDK? Pin
Steen Krogsgaard23-Oct-01 4:04
Steen Krogsgaard23-Oct-01 4:04 
GeneralRe: Where can i find SDK? Pin
Daniel Visan23-Oct-01 4:13
Daniel Visan23-Oct-01 4:13 
GeneralRe: Where can i find SDK? Pin
Steen Krogsgaard23-Oct-01 4:17
Steen Krogsgaard23-Oct-01 4:17 

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.