Click here to Skip to main content
15,891,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: NetServerDiskEnum Example Pin
Abinash Mohanty14-Oct-09 18:07
Abinash Mohanty14-Oct-09 18:07 
GeneralRe: NetServerDiskEnum Example Pin
Richard MacCutchan14-Oct-09 21:59
mveRichard MacCutchan14-Oct-09 21:59 
GeneralRe: NetServerDiskEnum Example Pin
Abinash Mohanty14-Oct-09 23:09
Abinash Mohanty14-Oct-09 23:09 
QuestionMultithreaded App Pin
Manmohan2913-Oct-09 23:27
Manmohan2913-Oct-09 23:27 
AnswerRe: Multithreaded App Pin
CPallini13-Oct-09 23:45
mveCPallini13-Oct-09 23:45 
AnswerRe: Multithreaded App Pin
Game-point14-Oct-09 1:16
Game-point14-Oct-09 1:16 
AnswerRe: Multithreaded App Pin
Rajesh R Subramanian14-Oct-09 2:05
professionalRajesh R Subramanian14-Oct-09 2:05 
GeneralRe: Multithreaded App Pin
Manmohan2914-Oct-09 4:14
Manmohan2914-Oct-09 4:14 
NEW CODE :-

UINT CThreadDlg::ThreadFunc(LPVOID pParam)
{
return 0;
}

void CThreadDlg::OnBnClickedBthread()
{
// TODO: Add your control notification handler code here
AfxBeginThread(ThreadFunc, this);
}

ERROR :-

------ Build started: Project: Thread, Configuration: Debug Win32 ------
Compiling...
ThreadDlg.cpp
d:\manmohan\visual c++\thread\thread\threaddlg.cpp(162) : error C3867: 'CThreadDlg::ThreadFunc': function call missing argument list; use '&CThreadDlg::ThreadFunc' to create a pointer to member
Build log was saved at "file://d:\Manmohan\Visual C++\Thread\Thread\Debug\BuildLog.htm"
Thread - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Manmohan Bishnoi

AnswerRe: Multithreaded App Pin
Rajesh R Subramanian14-Oct-09 4:16
professionalRajesh R Subramanian14-Oct-09 4:16 
GeneralRe: Multithreaded App Pin
Roger Stoltz14-Oct-09 4:27
Roger Stoltz14-Oct-09 4:27 
GeneralRe: Multithreaded App Pin
Rajesh R Subramanian14-Oct-09 4:30
professionalRajesh R Subramanian14-Oct-09 4:30 
GeneralRe: Multithreaded App Pin
Manmohan2914-Oct-09 5:55
Manmohan2914-Oct-09 5:55 
Questionresolving link error LNK1241 Pin
KASR113-Oct-09 19:40
KASR113-Oct-09 19:40 
AnswerRe: resolving link error LNK1241 Pin
David Crow14-Oct-09 2:40
David Crow14-Oct-09 2:40 
QuestionCursor in edit box Pin
sonualex13-Oct-09 18:53
sonualex13-Oct-09 18:53 
AnswerRe: Cursor in edit box Pin
David Crow14-Oct-09 2:23
David Crow14-Oct-09 2:23 
GeneralRe: Cursor in edit box Pin
sonualex14-Oct-09 3:32
sonualex14-Oct-09 3:32 
GeneralRe: Cursor in edit box Pin
David Crow14-Oct-09 3:39
David Crow14-Oct-09 3:39 
GeneralRe: Cursor in edit box Pin
sonualex14-Oct-09 20:46
sonualex14-Oct-09 20:46 
QuestionRe: Cursor in edit box Pin
David Crow15-Oct-09 3:00
David Crow15-Oct-09 3:00 
AnswerRe: Cursor in edit box Pin
sonualex15-Oct-09 3:32
sonualex15-Oct-09 3:32 
AnswerRe: Cursor in edit box Pin
David Crow15-Oct-09 4:10
David Crow15-Oct-09 4:10 
GeneralRe: Cursor in edit box Pin
sonualex15-Oct-09 22:38
sonualex15-Oct-09 22:38 
GeneralRe: Cursor in edit box Pin
David Crow16-Oct-09 2:34
David Crow16-Oct-09 2:34 
GeneralRe: Cursor in edit box Pin
sonualex21-Oct-09 0:26
sonualex21-Oct-09 0:26 

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.