|
-
July 19th, 2010, 07:20 AM
#1
Runtime error
I get runtime error when I run the application
Thread ^readThread = gcnew Thread(gcnew System::Threading::ThreadStart(this, &PipeServer::Read));
readThread->IsBackground = true;
readThread->Start(client);
The Error is:
The thread was created with a ThreadStart delegate that does not accept a parameter
Please help me to solve it,
Thanks in advance.
Regards,
Rupendra
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|