|
-
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
-
July 19th, 2010, 07:25 AM
#2
Re: Runtime error
Please help me to solve it
Your code is managed C++, not native C++. Try asking your question here.
-
July 19th, 2010, 07:27 AM
#3
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
|