Click here to Skip to main content
15,916,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: DLL Initialization failed Pin
Stephen Hewitt20-Dec-06 19:00
Stephen Hewitt20-Dec-06 19:00 
GeneralRe: DLL Initialization failed Pin
Parthiban20-Dec-06 19:05
Parthiban20-Dec-06 19:05 
GeneralRe: DLL Initialization failed Pin
Stephen Hewitt20-Dec-06 19:19
Stephen Hewitt20-Dec-06 19:19 
GeneralRe: DLL Initialization failed Pin
Parthiban22-Dec-06 20:29
Parthiban22-Dec-06 20:29 
GeneralRe: DLL Initialization failed Pin
Stephen Hewitt2-Jan-07 12:23
Stephen Hewitt2-Jan-07 12:23 
QuestionError reported by BoundsChecker Pin
cy163@hotmail.com20-Dec-06 17:49
cy163@hotmail.com20-Dec-06 17:49 
AnswerRe: Error reported by BoundsChecker Pin
Mark Salsbery20-Dec-06 18:08
Mark Salsbery20-Dec-06 18:08 
GeneralRe: Error reported by BoundsChecker Pin
cy163@hotmail.com20-Dec-06 18:27
cy163@hotmail.com20-Dec-06 18:27 
Thanks,


Yes, I did not initialze 'Name'.

One further question is if uninitialization of 'Name' may cause the following error:

************************
Microsoft Visual C++ Runtime Library
---------------------------
Runtime Error!

Program: C:\PatternDecompose_1_061220\Debug\testing.exe

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
************************
Currently, my program can run successfully with small-scale dataset. However, when it run with a slightly large dataset, the above message will pop up and the program terminates. To solve this problem, I use BoundChecker to test my program and found the error about
<br />
strcpy(pA1->Name, pA2->Name);<br />

GeneralRe: Error reported by BoundsChecker Pin
benjymous20-Dec-06 22:06
benjymous20-Dec-06 22:06 
GeneralRe: Error reported by BoundsChecker Pin
cy163@hotmail.com21-Dec-06 5:00
cy163@hotmail.com21-Dec-06 5:00 
QuestionRe: Error reported by BoundsChecker Pin
prasad_som20-Dec-06 18:09
prasad_som20-Dec-06 18:09 
AnswerRe: Error reported by BoundsChecker Pin
cy163@hotmail.com20-Dec-06 18:23
cy163@hotmail.com20-Dec-06 18:23 
AnswerRe: Error reported by BoundsChecker Pin
James R. Twine21-Dec-06 1:18
James R. Twine21-Dec-06 1:18 
GeneralRe: Error reported by BoundsChecker Pin
cy163@hotmail.com21-Dec-06 5:01
cy163@hotmail.com21-Dec-06 5:01 
GeneralRe: Error reported by BoundsChecker Pin
Mark Salsbery21-Dec-06 5:14
Mark Salsbery21-Dec-06 5:14 
QuestionDrawing Horizontal text Pin
NILANKARAJA20-Dec-06 17:45
NILANKARAJA20-Dec-06 17:45 
AnswerRe: Drawing Horizontal text Pin
Hamid_RT20-Dec-06 18:13
Hamid_RT20-Dec-06 18:13 
QuestionRe: Drawing Horizontal text Pin
NILANKARAJA20-Dec-06 21:30
NILANKARAJA20-Dec-06 21:30 
AnswerRe: Drawing Horizontal text Pin
Waldermort20-Dec-06 21:45
Waldermort20-Dec-06 21:45 
AnswerRe: Drawing Horizontal text Pin
Hamid_RT21-Dec-06 1:37
Hamid_RT21-Dec-06 1:37 
AnswerRe: Drawing Horizontal text Pin
Stephen Hewitt2-Jan-07 13:41
Stephen Hewitt2-Jan-07 13:41 
Questionafter insert CButton...the program can't execute? Pin
cyn820-Dec-06 17:18
cyn820-Dec-06 17:18 
AnswerRe: after insert CButton...the program can't execute? Pin
Sam Hobbs20-Dec-06 17:26
Sam Hobbs20-Dec-06 17:26 
GeneralRe: after insert CButton...the program can't execute? Pin
cyn820-Dec-06 18:47
cyn820-Dec-06 18:47 
GeneralRe: after insert CButton...the program can't execute? Pin
Sam Hobbs20-Dec-06 22:15
Sam Hobbs20-Dec-06 22:15 

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.