Click here to Skip to main content
15,909,193 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: How to get a variable name? Pin
Hamid_RT27-Nov-07 18:41
Hamid_RT27-Nov-07 18:41 
GeneralSure! Pin
CPallini27-Nov-07 21:08
mveCPallini27-Nov-07 21:08 
GeneralRe: Sure! Pin
Hamid_RT27-Nov-07 21:31
Hamid_RT27-Nov-07 21:31 
Questionprint preview option in a dialog? Pin
panthal27-Nov-07 3:10
panthal27-Nov-07 3:10 
AnswerRe: print preview option in a dialog? Pin
Nelek27-Nov-07 3:22
protectorNelek27-Nov-07 3:22 
AnswerRe: print preview option in a dialog? Pin
Hamid_RT27-Nov-07 18:47
Hamid_RT27-Nov-07 18:47 
Questionagain some problem for validate URL Pin
CJ94200227-Nov-07 3:09
CJ94200227-Nov-07 3:09 
AnswerRe: again some problem for validate URL Pin
Nelek27-Nov-07 21:38
protectorNelek27-Nov-07 21:38 
If you are using a MSDN example without taking care about what you are copying, it is totally logical that you have errors.

That "PCHSEManagerInternal" is a class that is being used in the example and, logically, if you didn't include the header that need that class your compiler complains at it makes. It can not know what it is, is the same scenario as if you create a class "CMyClass" and the you include "CMClass" the compiler won't recoginise it.

So...

Go another time to the web where you get that line, and READ the explanations and the whole code. Take special atention to the #includes and what the article/example say about that class. You may have to search for the whole class (*.cpp and *.h) when it is not an included component in VS headers

Greetings.

--------
M.D.V. Wink | ;)

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
“The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson

QuestionRe: again some problem for validate URL Pin
Hamid_RT29-Nov-07 4:13
Hamid_RT29-Nov-07 4:13 
Questionvalidate web site address in edit box Pin
CJ94200227-Nov-07 2:50
CJ94200227-Nov-07 2:50 
QuestionRe: validate web site address in edit box Pin
David Crow27-Nov-07 2:58
David Crow27-Nov-07 2:58 
QuestionRe: validate web site address in edit box Pin
Hamid_RT29-Nov-07 4:13
Hamid_RT29-Nov-07 4:13 
QuestionDiff bet ASSERT and VERIFY Pin
vibindia27-Nov-07 2:11
vibindia27-Nov-07 2:11 
AnswerRe: Diff bet ASSERT and VERIFY Pin
JudyL_MD27-Nov-07 2:20
JudyL_MD27-Nov-07 2:20 
GeneralRe: Diff bet ASSERT and VERIFY Pin
Hamid_RT27-Nov-07 18:47
Hamid_RT27-Nov-07 18:47 
AnswerRe: Diff bet ASSERT and VERIFY Pin
David Crow27-Nov-07 3:11
David Crow27-Nov-07 3:11 
AnswerRe: Diff bet ASSERT and VERIFY Pin
Hamid_RT29-Nov-07 4:08
Hamid_RT29-Nov-07 4:08 
Questionget Accurat floating point value from one control to another Pin
pnpvivek@gmail.com27-Nov-07 1:43
pnpvivek@gmail.com27-Nov-07 1:43 
AnswerRe: get Accurat floating point value from one control to another Pin
Luc Pattyn27-Nov-07 2:04
sitebuilderLuc Pattyn27-Nov-07 2:04 
QuestionRe: get Accurat floating point value from one control to another Pin
David Crow27-Nov-07 3:20
David Crow27-Nov-07 3:20 
JokeRe: get Accurat floating point value from one control to another Pin
Nelek27-Nov-07 3:26
protectorNelek27-Nov-07 3:26 
AnswerRe: get Accurat floating point value from one control to another Pin
Nelek27-Nov-07 3:28
protectorNelek27-Nov-07 3:28 
Questionhow to get Accurat floating point value from one control to another Pin
pnpvivek@gmail.com27-Nov-07 1:43
pnpvivek@gmail.com27-Nov-07 1:43 
Questionhow to get Accurat floating point value from one control to another Pin
pnpvivek@gmail.com27-Nov-07 1:42
pnpvivek@gmail.com27-Nov-07 1:42 
AnswerRe: how to get Accurat floating point value from one control to another Pin
Cedric Moonen27-Nov-07 1:49
Cedric Moonen27-Nov-07 1:49 

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.