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

C / C++ / MFC

 
GeneralRe: Tape Drive help required Pin
Touseef Afzal19-Dec-05 19:16
Touseef Afzal19-Dec-05 19:16 
Questionopen jpeg file on listbox Pin
uumeme19-Dec-05 1:33
uumeme19-Dec-05 1:33 
AnswerRe: open jpeg file on listbox Pin
Maximilien19-Dec-05 2:50
Maximilien19-Dec-05 2:50 
AnswerRe: open jpeg file on listbox Pin
Pale_Master19-Dec-05 5:38
Pale_Master19-Dec-05 5:38 
QuestionApplication has encountered a problem... Pin
Eytukan19-Dec-05 1:26
Eytukan19-Dec-05 1:26 
AnswerRe: Application has encountered a problem... Pin
ThatsAlok19-Dec-05 2:01
ThatsAlok19-Dec-05 2:01 
GeneralRe: Application has encountered a problem... Pin
Eytukan19-Dec-05 2:24
Eytukan19-Dec-05 2:24 
QuestionWhy does malloc( ) fail in one .cpp file but not another? Pin
dabs19-Dec-05 0:47
dabs19-Dec-05 0:47 
I have the strangest problem. A project I'm working on contains several classes. Some of the classes were previously a part of a library that I was linking with, but to make it easier to debug I moved the code to the project. The strange thing is that every time I call new (or call a function that calls new) inside these classes, new fails to allocate memory. However, other classes in the same project have no problem calling new. When stepping into the code, the culprit is the line where new calls malloc( ), since malloc( ) returns NULL. Has anyone experienced a similar problem?

Regards,
Daníel
AnswerRe: Why does malloc( ) fail in one .cpp file but not another? Pin
dabs19-Dec-05 1:20
dabs19-Dec-05 1:20 
QuestionPost Message From Dlg -> Specific View Pin
sdancer7519-Dec-05 0:06
sdancer7519-Dec-05 0:06 
AnswerRe: Post Message From Dlg -> Specific View Pin
Ed K19-Dec-05 5:58
Ed K19-Dec-05 5:58 
QuestionCPropertySheet : How to write to Tabs without using SetActivePage Pin
sdancer7518-Dec-05 23:59
sdancer7518-Dec-05 23:59 
AnswerRe: CPropertySheet : How to write to Tabs without using SetActivePage Pin
Owner drawn19-Dec-05 1:47
Owner drawn19-Dec-05 1:47 
QuestionPlease help!!! Pin
emmatty18-Dec-05 21:54
emmatty18-Dec-05 21:54 
AnswerRe: Please help!!! Pin
toxcct18-Dec-05 22:07
toxcct18-Dec-05 22:07 
AnswerRe: Please help!!! Pin
Bob Stanneveld19-Dec-05 0:49
Bob Stanneveld19-Dec-05 0:49 
Questionboost:shared ptr in classes Pin
Bernhard18-Dec-05 21:51
Bernhard18-Dec-05 21:51 
Questionwindows api: system wide keyboard hook problem Pin
INA_ctive18-Dec-05 21:35
INA_ctive18-Dec-05 21:35 
AnswerRe: windows api: system wide keyboard hook problem Pin
Joel Lucsy19-Dec-05 4:07
Joel Lucsy19-Dec-05 4:07 
Generalit resolved! Pin
INA_ctive19-Dec-05 5:04
INA_ctive19-Dec-05 5:04 
Questionshared dll instance Pin
misha_grewal18-Dec-05 21:03
misha_grewal18-Dec-05 21:03 
AnswerRe: shared dll instance Pin
ThatsAlok19-Dec-05 1:15
ThatsAlok19-Dec-05 1:15 
AnswerMFC as shared dll: shared dll instance Pin
misha_grewal19-Dec-05 3:24
misha_grewal19-Dec-05 3:24 
GeneralRe: MFC as shared dll: shared dll instance Pin
ThatsAlok19-Dec-05 21:18
ThatsAlok19-Dec-05 21:18 
Questionhide process Error! Pin
szcococut18-Dec-05 20:59
szcococut18-Dec-05 20:59 

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.