Click here to Skip to main content
16,016,801 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How read from file *.ini ? Pin
led mike18-Oct-07 4:17
led mike18-Oct-07 4:17 
GeneralCuriosity Pin
Nelek18-Oct-07 20:20
protectorNelek18-Oct-07 20:20 
GeneralRe: Curiosity Pin
led mike19-Oct-07 5:22
led mike19-Oct-07 5:22 
AnswerRe: How read from file *.ini ? Pin
Hamid_RT18-Oct-07 7:31
Hamid_RT18-Oct-07 7:31 
AnswerRe: How read from file *.ini ? Pin
ThatsAlok18-Oct-07 23:10
ThatsAlok18-Oct-07 23:10 
QuestionError while compiling Pin
staticplus18-Oct-07 4:00
staticplus18-Oct-07 4:00 
AnswerRe: Error while compiling Pin
led mike18-Oct-07 4:20
led mike18-Oct-07 4:20 
GeneralRe: Error while compiling Pin
staticplus18-Oct-07 4:30
staticplus18-Oct-07 4:30 
This is my code snipped where i get this error:
if ((HWND)lParam == hwndStartListening) {
EnableWindow(hwndStartListening, false);
StartListening *a = new StartListening();
Thread *test = new Thread(new ThreadStart(a,StartListening::initStartListening));
test->Start();
//initStartListening();
break;
}
can you tell me how to create a managed delegate as the thread function for a managed thread for the code above. Thanks a lot
QuestionFont size problem Pin
pri_skit18-Oct-07 3:02
pri_skit18-Oct-07 3:02 
AnswerRe: Font size problem Pin
James R. Twine18-Oct-07 3:17
James R. Twine18-Oct-07 3:17 
AnswerRe: Font size problem Pin
Nelek18-Oct-07 3:21
protectorNelek18-Oct-07 3:21 
Questionchecksum for files Pin
beegu18-Oct-07 2:51
beegu18-Oct-07 2:51 
AnswerRe: checksum for files Pin
Nemanja Trifunovic18-Oct-07 2:59
Nemanja Trifunovic18-Oct-07 2:59 
QuestionAddRef and Release function of COM inteface Pin
George_George18-Oct-07 2:37
George_George18-Oct-07 2:37 
AnswerRe: AddRef and Release function of COM inteface Pin
led mike18-Oct-07 4:28
led mike18-Oct-07 4:28 
GeneralRe: AddRef and Release function of COM inteface Pin
George_George18-Oct-07 4:45
George_George18-Oct-07 4:45 
GeneralRe: AddRef and Release function of COM inteface Pin
led mike18-Oct-07 4:54
led mike18-Oct-07 4:54 
GeneralRe: AddRef and Release function of COM inteface Pin
George_George18-Oct-07 5:15
George_George18-Oct-07 5:15 
GeneralRe: AddRef and Release function of COM inteface Pin
led mike18-Oct-07 6:11
led mike18-Oct-07 6:11 
GeneralRe: AddRef and Release function of COM inteface Pin
George_George18-Oct-07 18:47
George_George18-Oct-07 18:47 
GeneralRe: AddRef and Release function of COM inteface Pin
led mike19-Oct-07 5:08
led mike19-Oct-07 5:08 
GeneralRe: AddRef and Release function of COM inteface Pin
George_George20-Oct-07 4:18
George_George20-Oct-07 4:18 
QuestionCharsets , koi8-r Pin
Daniel Kanev7-Mar-17 21:54
Daniel Kanev7-Mar-17 21:54 
AnswerRe: Charsets , koi8-r Pin
Nemanja Trifunovic18-Oct-07 2:50
Nemanja Trifunovic18-Oct-07 2:50 
GeneralMessage Closed Pin
18-Oct-07 3:21
Daniel Kanev18-Oct-07 3: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.