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

C / C++ / MFC

 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Larry Mills Sr1-Nov-08 16:01
Larry Mills Sr1-Nov-08 16:01 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Mark Salsbery1-Nov-08 16:10
Mark Salsbery1-Nov-08 16:10 
GeneralRe: Can you Export to a DLL the resource from another program a dialog resource and it's class with all the DDX and varables? Pin
Larry Mills Sr1-Nov-08 16:21
Larry Mills Sr1-Nov-08 16:21 
QuestionOrganizing Source Code Pin
awake91231-Oct-08 11:37
awake91231-Oct-08 11:37 
AnswerRe: Organizing Source Code Pin
PIEBALDconsult31-Oct-08 12:08
mvePIEBALDconsult31-Oct-08 12:08 
QuestionHow do you find the PID of the process using http://127.0.0.1:1200? Pin
Klive831-Oct-08 6:58
Klive831-Oct-08 6:58 
AnswerRe: How do you find the PID of the process using http://127.0.0.1:1200? Pin
kinar31-Oct-08 9:17
kinar31-Oct-08 9:17 
Questiondelete operator override Pin
Abyss31-Oct-08 6:21
Abyss31-Oct-08 6:21 
I'm trying to override the global delete operator.

void operator delete(void* pAddr)
{
   ...
}

In this method I do some work and then I would like to call the default delete. However
::delete(pAddr)

always call my delete operator. In my code I have to use delete p; which should call my operator but within my operator I would like to call the default system defined delete operator.

Any idea how to call (obtain) the default delete operator?

Thanks,
Abyss
QuestionRe: delete operator override Pin
David Crow31-Oct-08 7:00
David Crow31-Oct-08 7:00 
AnswerRe: delete operator override Pin
Abyss31-Oct-08 7:07
Abyss31-Oct-08 7:07 
GeneralRe: delete operator override Pin
David Crow31-Oct-08 7:21
David Crow31-Oct-08 7:21 
GeneralRe: delete operator override Pin
CPallini31-Oct-08 7:24
mveCPallini31-Oct-08 7:24 
GeneralRe: delete operator override Pin
Bram van Kampen1-Nov-08 15:06
Bram van Kampen1-Nov-08 15:06 
GeneralRe: delete operator override Pin
CPallini31-Oct-08 7:24
mveCPallini31-Oct-08 7:24 
GeneralRe: delete operator override Pin
Bram van Kampen1-Nov-08 15:04
Bram van Kampen1-Nov-08 15:04 
GeneralRe: delete operator override Pin
CPallini31-Oct-08 7:23
mveCPallini31-Oct-08 7:23 
AnswerRe: delete operator override Pin
Bram van Kampen1-Nov-08 14:25
Bram van Kampen1-Nov-08 14:25 
Questionhow many files can be opened in windows OS at a Time ? Pin
paul crescent31-Oct-08 3:08
paul crescent31-Oct-08 3:08 
AnswerRe: how many files can be opened in windows OS at a Time ? Pin
toxcct31-Oct-08 3:24
toxcct31-Oct-08 3:24 
GeneralRe: how many files can be opened in windows OS at a Time ? Pin
paul crescent31-Oct-08 3:41
paul crescent31-Oct-08 3:41 
GeneralRe: how many files can be opened in windows OS at a Time ? Pin
Iain Clarke, Warrior Programmer31-Oct-08 4:54
Iain Clarke, Warrior Programmer31-Oct-08 4:54 
QuestionRe: how many files can be opened in windows OS at a Time ? Pin
CPallini31-Oct-08 4:10
mveCPallini31-Oct-08 4:10 
AnswerRe: how many files can be opened in windows OS at a Time ? Pin
Roger Stoltz31-Oct-08 5:19
Roger Stoltz31-Oct-08 5:19 
AnswerRe: how many files can be opened in windows OS at a Time ? Pin
Bram van Kampen1-Nov-08 14:50
Bram van Kampen1-Nov-08 14:50 
QuestionRegistry problem(UAC Off or On) Pin
MsmVc31-Oct-08 2:20
MsmVc31-Oct-08 2:20 

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.