Click here to Skip to main content
15,914,943 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Visual C++ .NET Disassembly Window Pin
Antti Keskinen14-Mar-04 10:10
Antti Keskinen14-Mar-04 10:10 
GeneralRe: Visual C++ .NET Disassembly Window Pin
valikac14-Mar-04 11:40
valikac14-Mar-04 11:40 
GeneralRe: Visual C++ .NET Disassembly Window Pin
Antti Keskinen14-Mar-04 21:11
Antti Keskinen14-Mar-04 21:11 
GeneralRe: Visual C++ .NET Disassembly Window Pin
valikac15-Mar-04 5:33
valikac15-Mar-04 5:33 
Generalproblem while deleting heap memory Pin
Member 83996614-Mar-04 6:28
Member 83996614-Mar-04 6:28 
GeneralRe: problem while deleting heap memory Pin
Prakash Nadar14-Mar-04 6:40
Prakash Nadar14-Mar-04 6:40 
GeneralThreads in Classes Pin
mmica14-Mar-04 6:18
mmica14-Mar-04 6:18 
GeneralRe: Threads in Classes Pin
Prakash Nadar14-Mar-04 6:44
Prakash Nadar14-Mar-04 6:44 
If the thread method is in the class then it should be declared as static.
The member functions of the class has the calling convention as thiscall too, which need to be removed by making it static.

and while creating the thread pass 'this' pointer to the thread so that the thread function can access the member functions and variables of the class.


MSN Messenger.
prakashnadar@msn.com
GeneralRe: Threads in Classes Pin
mmica14-Mar-04 7:08
mmica14-Mar-04 7:08 
GeneralRe: Threads in Classes Pin
Michael Dunn14-Mar-04 12:57
sitebuilderMichael Dunn14-Mar-04 12:57 
GeneralRe: Threads in Classes Pin
Blake Miller17-Mar-04 7:56
Blake Miller17-Mar-04 7:56 
GeneralCRichEditCtrl and UNICODE Pin
sstoyan14-Mar-04 5:50
sstoyan14-Mar-04 5:50 
GeneralRe: CRichEditCtrl and UNICODE Pin
Steve S14-Mar-04 21:54
Steve S14-Mar-04 21:54 
GeneralRe: CRichEditCtrl and UNICODE Pin
sstoyan15-Mar-04 3:50
sstoyan15-Mar-04 3:50 
GeneralRe: CRichEditCtrl and UNICODE Pin
Steve S15-Mar-04 22:15
Steve S15-Mar-04 22:15 
GeneralRe: CRichEditCtrl and UNICODE Pin
sstoyan15-Mar-04 23:15
sstoyan15-Mar-04 23:15 
QuestionHow can i save a text string as a tga file Pin
Orochi14-Mar-04 3:39
Orochi14-Mar-04 3:39 
AnswerRe: How can i save a text string as a tga file Pin
Christian Graus14-Mar-04 15:55
protectorChristian Graus14-Mar-04 15:55 
GeneralURL Does not use a Recognized protocol Pin
muckmail14-Mar-04 2:44
muckmail14-Mar-04 2:44 
GeneralRe: URL Does not use a Recognized protocol Pin
Ravi Bhavnani14-Mar-04 9:20
professionalRavi Bhavnani14-Mar-04 9:20 
Generalisalpha, isalnum Pin
nss14-Mar-04 2:17
nss14-Mar-04 2:17 
GeneralRe: isalpha, isalnum Pin
Michael Dunn14-Mar-04 4:43
sitebuilderMichael Dunn14-Mar-04 4:43 
GeneralRe: isalpha, isalnum Pin
Antti Keskinen14-Mar-04 10:32
Antti Keskinen14-Mar-04 10:32 
GeneralRe: isalpha, isalnum Pin
nss15-Mar-04 12:40
nss15-Mar-04 12:40 
QuestionHow do i create window with menu styles Pin
anematollahi14-Mar-04 0:16
anematollahi14-Mar-04 0:16 

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.