Click here to Skip to main content
15,904,156 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sending Ctrl Alt Del Pin
ThatsAlok8-May-05 23:59
ThatsAlok8-May-05 23:59 
GeneralRe: Sending Ctrl Alt Del Pin
jmkhael9-May-05 0:02
jmkhael9-May-05 0:02 
GeneralRe: Sending Ctrl Alt Del Pin
Richard Hudson9-May-05 0:09
Richard Hudson9-May-05 0:09 
GeneralRe: Sending Ctrl Alt Del Pin
Kelly Herald9-May-05 17:41
Kelly Herald9-May-05 17:41 
GeneralRe: Sending Ctrl Alt Del Pin
Richard Hudson9-May-05 22:02
Richard Hudson9-May-05 22:02 
Questionhow to add text on menu bar? Pin
IlanTal8-May-05 23:45
IlanTal8-May-05 23:45 
AnswerRe: how to add text on menu bar? Pin
toxcct9-May-05 0:10
toxcct9-May-05 0:10 
GeneralI make Window application with Boehm GC Pin
Japan Tera8-May-05 23:26
Japan Tera8-May-05 23:26 
I want to make Window application with Boehm GC.

 I can build well when I make it in a console application.

 The following errors come out when they make it in Window application. Dead | X|

Please teach a method to make in Window application .

Thank you very much.

-----------------------------------
Error contents

Confused | :confused:
There is not the function that was able to leave overload to have three arguments by a New operator
-----------------------------------

class hoe : public gc
{
public:

char p[0x100];
};

void CTest3Dlg::OnButton1()
{
while(1){
hoe *h = new hoe ;
}
}


GeneralRe: I make Window application with Boehm GC Pin
Christian Graus9-May-05 12:28
protectorChristian Graus9-May-05 12:28 
GeneralRe: I make Window application with Boehm GC Pin
Japan Tera9-May-05 14:44
Japan Tera9-May-05 14:44 
GeneralRe: I make Window application with Boehm GC Pin
Japan Tera9-May-05 23:50
Japan Tera9-May-05 23:50 
QuestionHow to paint the CTreeCtrl transparently? Pin
Martial Spirit8-May-05 23:20
Martial Spirit8-May-05 23:20 
AnswerRe: How to paint the CTreeCtrl transparently? Pin
Shog99-May-05 9:59
sitebuilderShog99-May-05 9:59 
GeneralRe: How to paint the CTreeCtrl transparently? Pin
Martial Spirit9-May-05 12:55
Martial Spirit9-May-05 12:55 
GeneralDissasemble a dll and an exe Pin
sirtimid8-May-05 23:15
sirtimid8-May-05 23:15 
GeneralRe: Dissasemble a dll and an exe Pin
jmkhael8-May-05 23:28
jmkhael8-May-05 23:28 
GeneralWin32 ERROR Pin
Zalak Dedhia8-May-05 22:45
sussZalak Dedhia8-May-05 22:45 
GeneralRe: Win32 ERROR Pin
eli150219799-May-05 0:55
eli150219799-May-05 0:55 
GeneralRe: Win32 ERROR Pin
Zalak Dedhia9-May-05 1:06
sussZalak Dedhia9-May-05 1:06 
GeneralC++ Object HELL. Pin
vikramlinux8-May-05 22:40
vikramlinux8-May-05 22:40 
GeneralRe: C++ Object HELL. Pin
cmk8-May-05 23:09
cmk8-May-05 23:09 
GeneralRe: C++ Object HELL. Pin
vikramlinux8-May-05 23:29
vikramlinux8-May-05 23:29 
GeneralRe: C++ Object HELL. Pin
Tim Smith9-May-05 3:55
Tim Smith9-May-05 3:55 
GeneralRe: C++ Object HELL. Pin
vikramlinux9-May-05 18:31
vikramlinux9-May-05 18:31 
QuestionHow to get rid of "Log on to Windows" Dialog ,when computer is in a Domain? Pin
pubududilena8-May-05 22:29
pubududilena8-May-05 22:29 

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.