Click here to Skip to main content
15,900,973 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to get IDD of a PropertyPage dialog? [modified] Pin
Electronic7511-Jul-07 5:21
Electronic7511-Jul-07 5:21 
AnswerRe: How to get IDD of a PropertyPage dialog? Pin
David Crow11-Jul-07 6:11
David Crow11-Jul-07 6:11 
GeneralRe: How to get IDD of a PropertyPage dialog? Pin
Electronic7511-Jul-07 6:28
Electronic7511-Jul-07 6:28 
Question.hpj errror Pin
sridharsb200711-Jul-07 4:58
sridharsb200711-Jul-07 4:58 
Questiontaking variable value to another class Pin
Maynka11-Jul-07 3:53
Maynka11-Jul-07 3:53 
QuestionRe: taking variable value to another class Pin
David Crow11-Jul-07 4:07
David Crow11-Jul-07 4:07 
AnswerRe: taking variable value to another class Pin
Emmanouil11-Jul-07 4:12
Emmanouil11-Jul-07 4:12 
AnswerRe: taking variable value to another class Pin
sheshidar11-Jul-07 18:21
sheshidar11-Jul-07 18:21 
Hi..
are you including header files in both classes, i mean..
in A.h

#include "B.h"

and in B.h
#include "A.h"

if u give so definately u will get errors,
so include only in the first written class .
and in secondly written class just define the first class

class A;

try this hope it works..
QuestionRich text format of text Pin
Jhony george11-Jul-07 3:39
Jhony george11-Jul-07 3:39 
AnswerRe: Rich text format of text Pin
Randor 11-Jul-07 6:12
professional Randor 11-Jul-07 6:12 
QuestionLogging of data Pin
Maynka11-Jul-07 3:38
Maynka11-Jul-07 3:38 
AnswerRe: Logging of data Pin
David Crow11-Jul-07 4:04
David Crow11-Jul-07 4:04 
QuestionOne project linking to files in another project Pin
Marimuthu.r11-Jul-07 3:04
Marimuthu.r11-Jul-07 3:04 
AnswerRe: One project linking to files in another project Pin
Cedric Moonen11-Jul-07 3:07
Cedric Moonen11-Jul-07 3:07 
GeneralRe: One project linking to files in another project Pin
Marimuthu.r11-Jul-07 3:18
Marimuthu.r11-Jul-07 3:18 
GeneralRe: One project linking to files in another project Pin
Cedric Moonen11-Jul-07 3:34
Cedric Moonen11-Jul-07 3:34 
GeneralRe: One project linking to files in another project Pin
Marimuthu.r11-Jul-07 3:57
Marimuthu.r11-Jul-07 3:57 
QuestionDelete File function for wildcards Pin
Programm3r11-Jul-07 2:41
Programm3r11-Jul-07 2:41 
AnswerRe: Delete File function for wildcards Pin
James R. Twine11-Jul-07 3:05
James R. Twine11-Jul-07 3:05 
QuestionRe: Delete File function for wildcards Pin
Programm3r11-Jul-07 3:07
Programm3r11-Jul-07 3:07 
GeneralRe: Delete File function for wildcards Pin
Programm3r11-Jul-07 3:11
Programm3r11-Jul-07 3:11 
AnswerRe: Delete File function for wildcards Pin
David Crow11-Jul-07 3:15
David Crow11-Jul-07 3:15 
QuestionRe: Delete File function for wildcards Pin
Programm3r11-Jul-07 3:31
Programm3r11-Jul-07 3:31 
AnswerRe: Delete File function for wildcards Pin
David Crow11-Jul-07 3:33
David Crow11-Jul-07 3:33 
AnswerRe: Delete File function for wildcards Pin
Programm3r11-Jul-07 3:35
Programm3r11-Jul-07 3:35 

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.