Click here to Skip to main content
15,888,803 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMicrosoft Visual Studios 6.0 Executables Problems Pin
royh3143-Mar-05 6:21
royh3143-Mar-05 6:21 
GeneralRe: Microsoft Visual Studios 6.0 Executables Problems Pin
Michael Dunn3-Mar-05 8:47
sitebuilderMichael Dunn3-Mar-05 8:47 
GeneralFind file Creator/Author Pin
bosfan3-Mar-05 3:54
bosfan3-Mar-05 3:54 
GeneralRe: Find file Creator/Author Pin
David Crow3-Mar-05 4:41
David Crow3-Mar-05 4:41 
GeneralRe: Find file Creator/Author Pin
Anonymous3-Mar-05 9:00
Anonymous3-Mar-05 9:00 
GeneralRe: Find file Creator/Author Pin
bosfan3-Mar-05 18:28
bosfan3-Mar-05 18:28 
GeneralRe: Find file Creator/Author Pin
bosfan3-Mar-05 18:31
bosfan3-Mar-05 18:31 
GeneralCrash in ocx Create Pin
g3e3-Mar-05 3:36
g3e3-Mar-05 3:36 
Following are my sequence of steps for creating ocx.

if(!ocx.Create(...))
{
Register the Ocx
if(!ocx.Create(...))
throw error message
}

The first create fails. the control comes inside the if .
Registration of ocx succeeds.
But on the second create, the application crashes !!??

Can anyone tell me why ??

Generalnested splitter Pin
rgchezhian3-Mar-05 3:16
rgchezhian3-Mar-05 3:16 
QuestionCString bug? Pin
ThinkingPrometheus3-Mar-05 3:16
ThinkingPrometheus3-Mar-05 3:16 
AnswerRe: CString bug? Pin
mcsherry3-Mar-05 4:14
mcsherry3-Mar-05 4:14 
AnswerRe: CString bug? Pin
David Crow3-Mar-05 4:34
David Crow3-Mar-05 4:34 
GeneralProblem with pointers Pin
Swind3-Mar-05 3:00
Swind3-Mar-05 3:00 
GeneralRe: Problem with pointers Pin
Steen Krogsgaard3-Mar-05 3:24
Steen Krogsgaard3-Mar-05 3:24 
Generalproblem usink accept() [winsocket] Pin
eli150219793-Mar-05 2:48
eli150219793-Mar-05 2:48 
GeneralRe: problem usink accept() [winsocket] Pin
ten904253-Mar-05 3:17
ten904253-Mar-05 3:17 
GeneralRe: problem usink accept() [winsocket] Pin
Alexander M.,3-Mar-05 3:19
Alexander M.,3-Mar-05 3:19 
GeneralRe: problem usink accept() [winsocket] Pin
eli150219795-Mar-05 20:04
eli150219795-Mar-05 20:04 
Generalvery simple but i don't know CheckBox Pin
Anand for every one3-Mar-05 2:34
Anand for every one3-Mar-05 2:34 
GeneralRe: very simple but i don't know CheckBox Pin
g3e3-Mar-05 3:28
g3e3-Mar-05 3:28 
GeneralRe: very simple but i don't know CheckBox Pin
David Crow3-Mar-05 4:38
David Crow3-Mar-05 4:38 
GeneralRe: very simple but i don't know CheckBox Pin
Anand for every one3-Mar-05 5:18
Anand for every one3-Mar-05 5:18 
GeneralCheckBox simple Pin
Anand for every one3-Mar-05 2:33
Anand for every one3-Mar-05 2:33 
GeneralRe: CheckBox simple Pin
ThatsAlok3-Mar-05 2:38
ThatsAlok3-Mar-05 2:38 
GeneralRe: CheckBox simple Pin
Ravi Bhavnani3-Mar-05 7:58
professionalRavi Bhavnani3-Mar-05 7:58 

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.