Click here to Skip to main content
15,900,511 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Queue Problem Pin
led mike29-Feb-08 4:22
led mike29-Feb-08 4:22 
Questionc++/cli asynchronous socket communication [solved] Pin
Member 454227228-Feb-08 21:44
Member 454227228-Feb-08 21:44 
GeneralRe: c++/cli asynchronous socket communication Pin
led mike29-Feb-08 4:05
led mike29-Feb-08 4:05 
GeneralRe: c++/cli asynchronous socket communication Pin
Member 45422722-Mar-08 17:50
Member 45422722-Mar-08 17:50 
GeneralRe: c++/cli asynchronous socket communication Pin
Mark Salsbery29-Feb-08 6:48
Mark Salsbery29-Feb-08 6:48 
GeneralRe: c++/cli asynchronous socket communication Pin
Member 45422722-Mar-08 18:08
Member 45422722-Mar-08 18:08 
GeneralRe: c++/cli asynchronous socket communication Pin
teejayem4-Mar-08 6:56
teejayem4-Mar-08 6:56 
QuestionRe: c++/cli asynchronous socket communication (solved but prompt out strange error) [modified] Pin
Member 45422727-Mar-08 20:07
Member 45422727-Mar-08 20:07 
By doing AsyncCallback(&Form1::OnClientConnect) the problems is solved but it still prompt a strange errors like this:

error C3352: 'void ServerChat::Form1::OnClientConnect(System::IAsyncResult ^)' : the specified function does not match the delegate type 'void (System::IAsyncResult ^)'

It is exactly the same type why it still happen to be an error?

I try put static void OnClientConnect(IAsyncresult^ ar) as fuction can solve it somehow but it prompt out error after put static to the function like this:

error C2227: left of '->Text' must point to class/struct/union/generic type
by right richTextBoxRcvMsg->Text don't have any problem.

error C2227: left of '->EndAccept' must point to class/struct/union/generic type
by right m_Socket->EndAccept(ar) don't have problem.

Someone help pls..

modified on Monday, March 10, 2008 6:36 AM

GeneralRe: c++/cli asynchronous socket communication (solved but prompt out strange error) Pin
Mark Salsbery10-Mar-08 9:02
Mark Salsbery10-Mar-08 9:02 
GeneralRe: c++/cli asynchronous socket communication (solved but prompt out strange error) [solved] Pin
Member 454227211-Mar-08 17:17
Member 454227211-Mar-08 17:17 
Questionhow to create a file inside a directory Pin
rose19627-Feb-08 19:50
rose19627-Feb-08 19:50 
AnswerRe: how to create a file inside a directory Pin
Christian Graus27-Feb-08 20:27
protectorChristian Graus27-Feb-08 20:27 
Generaldialogbox Pin
rose19627-Feb-08 16:00
rose19627-Feb-08 16:00 
GeneralRe: dialogbox Pin
Christian Graus27-Feb-08 20:24
protectorChristian Graus27-Feb-08 20:24 
Questionhow to create a model dialog box Pin
rose19627-Feb-08 5:03
rose19627-Feb-08 5:03 
GeneralRepost ignore Pin
led mike27-Feb-08 5:04
led mike27-Feb-08 5:04 
QuestionNode in a treeview Pin
readwrite27-Feb-08 1:48
readwrite27-Feb-08 1:48 
GeneralRe: Node in a treeview Pin
led mike27-Feb-08 5:16
led mike27-Feb-08 5:16 
Generalmodel dialog box Pin
rose19626-Feb-08 22:40
rose19626-Feb-08 22:40 
GeneralRe: model dialog box Pin
led mike27-Feb-08 5:03
led mike27-Feb-08 5:03 
GeneralRe: model dialog box Pin
rose19627-Feb-08 5:25
rose19627-Feb-08 5:25 
GeneralSearching Files.. Pin
ptr2void26-Feb-08 18:00
ptr2void26-Feb-08 18:00 
GeneralRe: Searching Files.. Pin
led mike27-Feb-08 5:00
led mike27-Feb-08 5:00 
GeneralRe: Searching Files.. Pin
ptr2void27-Feb-08 17:48
ptr2void27-Feb-08 17:48 
GeneralRe: Searching Files.. Pin
led mike28-Feb-08 5:40
led mike28-Feb-08 5:40 

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.