Click here to Skip to main content
15,890,717 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to move a rectangle Pin
Hamid_RT27-Jul-06 7:25
Hamid_RT27-Jul-06 7:25 
Questionhow to make installer package Pin
metinergoktas24-Jul-06 21:17
metinergoktas24-Jul-06 21:17 
AnswerRe: how to make installer package Pin
Naveen24-Jul-06 21:44
Naveen24-Jul-06 21:44 
AnswerRe: how to make installer package Pin
Hamid_RT24-Jul-06 21:56
Hamid_RT24-Jul-06 21:56 
QuestionHow to display the tool bar on Dialogbox Pin
johnalek24-Jul-06 21:16
johnalek24-Jul-06 21:16 
AnswerRe: How to display the tool bar on Dialogbox Pin
Hamid_RT24-Jul-06 22:05
Hamid_RT24-Jul-06 22:05 
QuestionHow to get a pointer of a class at runtime? Pin
sdancer7524-Jul-06 20:54
sdancer7524-Jul-06 20:54 
AnswerRe: How to get a pointer of a class at runtime? Pin
Cedric Moonen24-Jul-06 21:14
Cedric Moonen24-Jul-06 21:14 
You need to have an instance of the class to be able to have its address. In your example, RUNTIME_CLASS is used to get informations about the class (and not a specific instance !) of the class. It returns a structure containing info about your class (its name, the size, ...)

There should be another way to get the object you try to access. If you could describe the situation you have more in detail, that could help a lot.


Cédric Moonen
Software developer

Charting control

GeneralRe: How to get a pointer of a class at runtime? Pin
sdancer7524-Jul-06 22:27
sdancer7524-Jul-06 22:27 
QuestionMFC question Pin
Manjunath S24-Jul-06 20:49
Manjunath S24-Jul-06 20:49 
JokeRe: MFC question Pin
_AnsHUMAN_ 24-Jul-06 20:54
_AnsHUMAN_ 24-Jul-06 20:54 
GeneralRe: MFC question Pin
toxcct24-Jul-06 21:16
toxcct24-Jul-06 21:16 
JokeRe: MFC question Pin
see me24-Jul-06 21:34
see me24-Jul-06 21:34 
GeneralRe: MFC question Pin
Arsalan Malik24-Jul-06 23:01
Arsalan Malik24-Jul-06 23:01 
GeneralRe: MFC question Pin
_AnsHUMAN_ 24-Jul-06 23:02
_AnsHUMAN_ 24-Jul-06 23:02 
AnswerRe: MFC question Pin
Hamid_RT24-Jul-06 21:50
Hamid_RT24-Jul-06 21:50 
QuestionProgramming Rescue Disk Pin
rajeevktripathi24-Jul-06 20:46
rajeevktripathi24-Jul-06 20:46 
QuestionHow to get notification when a file is completely copied into a directory Pin
jmhong24-Jul-06 20:36
jmhong24-Jul-06 20:36 
AnswerRe: How to get notification when a file is completely copied into a directory Pin
Hamid_RT24-Jul-06 20:39
Hamid_RT24-Jul-06 20:39 
GeneralRe: How to get notification when a file is completely copied into a directory Pin
jmhong24-Jul-06 20:52
jmhong24-Jul-06 20:52 
GeneralRe: How to get notification when a file is completely copied into a directory Pin
Naveen24-Jul-06 21:37
Naveen24-Jul-06 21:37 
GeneralRe: How to get notification when a file is completely copied into a directory Pin
Hamid_RT24-Jul-06 21:53
Hamid_RT24-Jul-06 21:53 
GeneralTo WhiteSky. I think that's not what I want. [modified] Pin
jmhong24-Jul-06 22:05
jmhong24-Jul-06 22:05 
Questionfatal error C1010: unexpected end of file while looking for precompiled header directive Pin
metinergoktas24-Jul-06 20:24
metinergoktas24-Jul-06 20:24 
QuestionRe: fatal error C1010: unexpected end of file while looking for precompiled header directive Pin
Hamid_RT24-Jul-06 20:36
Hamid_RT24-Jul-06 20:36 

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.