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

C / C++ / MFC

 
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 
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 
hiho@ll

since 1 week i have a big problem with strings in my app!
it happens if i use CString("something"), CString.Append, MessageBox

it seems as if it doesn't matter what will be done with the strings, but i get 2 types of Exception

first is a Out of memory execption
second is a memory access violation!?

anyone got the same problem?

anoybody knows how i define in the compiler or linker settings that my application gets more memory?

by the way, when i get the out of memory exeption the task manager shows that my app is using 5MB of space and 2MB of virtual space!?
isn't it a little bit few for a out of memory execption?

another question:
if i call a function,
lets say
CString s;
s.Append("test");
, and i get a memory access violation error during executen of s.Append();
what is the problem?
have i done a mistake? is it my failure?
i mean how could it be my failure if the function Append of CString causes a memory violation?
thx

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 
GeneralRe: CheckBox simple Pin
ThatsAlok3-Mar-05 20:32
ThatsAlok3-Mar-05 20:32 
GeneralCheck the Task Scheduler on Work Items Pin
bosfan3-Mar-05 2:21
bosfan3-Mar-05 2:21 

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.