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

C / C++ / MFC

 
AnswerRe: FatalExecutionEngineError was detected Pin
Hamid_RT25-Sep-06 23:38
Hamid_RT25-Sep-06 23:38 
GeneralRe: FatalExecutionEngineError was detected Pin
K. narasimharao26-Sep-06 0:01
K. narasimharao26-Sep-06 0:01 
GeneralRe: FatalExecutionEngineError was detected Pin
Hamid_RT26-Sep-06 3:46
Hamid_RT26-Sep-06 3:46 
Questionsearching peers using winsock Pin
ku1983200125-Sep-06 20:06
ku1983200125-Sep-06 20:06 
AnswerRe: searching peers using winsock Pin
Sakthiu25-Sep-06 20:27
Sakthiu25-Sep-06 20:27 
GeneralRe: searching peers using winsock Pin
ku1983200126-Sep-06 13:37
ku1983200126-Sep-06 13:37 
Questionplz try this Pin
Krishnatv25-Sep-06 19:37
Krishnatv25-Sep-06 19:37 
AnswerRe: plz try this Pin
Cedric Moonen25-Sep-06 20:18
Cedric Moonen25-Sep-06 20:18 
Krishnatv wrote:
I want to control no new derivations from base class . How can i achieve it ?


Make the constructor of the base class private. If you inherits a class from this base class, you'll get a compile error saying that it cannot access the constructor of the base class.


Krishnatv wrote:
I want to control to create atleast one instance to my class, then how can i achieve it ?


Confused | :confused: Are you sure your question is correct ? So, you want to have at least one instance of your class ? You can simply declare a static instance in the cpp file of your class but I doubt this is the answer you are looking for.


Cédric Moonen
Software developer

Charting control [Updated - v1.1]

GeneralRe: plz try this Pin
Krishnatv25-Sep-06 20:22
Krishnatv25-Sep-06 20:22 
AnswerRe: plz try this Pin
_AnsHUMAN_ 25-Sep-06 20:26
_AnsHUMAN_ 25-Sep-06 20:26 
GeneralRe: plz try this Pin
Krishnatv25-Sep-06 20:38
Krishnatv25-Sep-06 20:38 
GeneralRe: plz try this Pin
_AnsHUMAN_ 25-Sep-06 20:49
_AnsHUMAN_ 25-Sep-06 20:49 
GeneralRe: plz try this Pin
Krishnatv25-Sep-06 20:53
Krishnatv25-Sep-06 20:53 
Questionscripting Pin
Waldermort25-Sep-06 19:14
Waldermort25-Sep-06 19:14 
QuestionNeed Info ! Pin
Sakthiu25-Sep-06 19:13
Sakthiu25-Sep-06 19:13 
AnswerRe: Need Info ! Pin
_AnsHUMAN_ 25-Sep-06 20:30
_AnsHUMAN_ 25-Sep-06 20:30 
QuestionRe: Need Info ! Pin
David Crow26-Sep-06 3:28
David Crow26-Sep-06 3:28 
AnswerRe: Need Info ! Pin
Hamid_RT26-Sep-06 3:48
Hamid_RT26-Sep-06 3:48 
Questioninstance creating problem Pin
With_problem25-Sep-06 18:56
With_problem25-Sep-06 18:56 
AnswerRe: instance creating problem Pin
Sakthiu25-Sep-06 19:30
Sakthiu25-Sep-06 19:30 
GeneralRe: instance creating problem Pin
With_problem25-Sep-06 19:42
With_problem25-Sep-06 19:42 
QuestionHow to check if a TIFF is compressed using G4 compression [modified] Pin
Sudhir Mangla25-Sep-06 18:33
professionalSudhir Mangla25-Sep-06 18:33 
AnswerRe: How to check if a TIFF is compressed using G4 compression Pin
kakan25-Sep-06 19:43
professionalkakan25-Sep-06 19:43 
QuestionKey generator Pin
Kshitij Pande25-Sep-06 18:27
Kshitij Pande25-Sep-06 18:27 
QuestionProblem in decoding UTF-8 Pin
raycadarena25-Sep-06 17:00
raycadarena25-Sep-06 17:00 

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.