Click here to Skip to main content
16,005,552 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: Exe in debug/release don't work outside VS ! Pin
RichardS27-Sep-05 21:22
RichardS27-Sep-05 21:22 
AnswerRe: Exe in debug/release don't work outside VS ! Pin
ArunKumar Yalamarthy29-Sep-05 2:42
ArunKumar Yalamarthy29-Sep-05 2:42 
Questiondifference betwwen static & dynamic in MFC Pin
bujji_bec25-Sep-05 20:50
bujji_bec25-Sep-05 20:50 
AnswerRe: difference betwwen static & dynamic in MFC Pin
Neagoe Gabriel26-Sep-05 3:57
Neagoe Gabriel26-Sep-05 3:57 
Questionconvert interbase database file into sql server Pin
briju23-Sep-05 23:25
briju23-Sep-05 23:25 
QuestionInterlockedExchange64 and .NET assembly permission issues. Pin
mikanu23-Sep-05 7:39
mikanu23-Sep-05 7:39 
NewsRe: InterlockedExchange64 and .NET assembly permission issues. Pin
mikanu28-Sep-05 5:17
mikanu28-Sep-05 5:17 
QuestionEndReceiveFrom problem Pin
toto567822-Sep-05 20:54
toto567822-Sep-05 20:54 
I am using UDP asynchronous in VC.NET.
this is my ReadCallback
IPEndPoint* sender = new IPEndPoint(IPAddress::Any , 0);
EndPoint* tempRemoteEP = __try_cast<ipendpoint *="">(sender);
StateObject *state = static_cast<stateobject *="">(ar->AsyncState);
Socket *handler;
try
{
String *content;


handler = state->workSocket;

// Read data from the client socket.
int bytesRead = handler->EndReceiveFrom (ar,&tempRemoteEP);

Console::WriteLine("ip from {0}",tempRemoteEP->ToString() );

My Problem is this first time it shows correct IP, second times it shows 0.0.0.0 third times its fine but fourth time again 0.0.0.0 and so on. whats problem with this.
QuestionADO RecordSets Pin
budidharma22-Sep-05 17:27
budidharma22-Sep-05 17:27 
QuestionReading Excel on Unix using C++ Pin
Tanz22-Sep-05 12:15
Tanz22-Sep-05 12:15 
QuestionVC++ 6.0 Database Programming Pin
budidharma22-Sep-05 3:49
budidharma22-Sep-05 3:49 
AnswerRe: VC++ 6.0 Database Programming Pin
John M. Drescher22-Sep-05 5:14
John M. Drescher22-Sep-05 5:14 
GeneralRe: VC++ 6.0 Database Programming Pin
budidharma22-Sep-05 5:57
budidharma22-Sep-05 5:57 
GeneralRe: VC++ 6.0 Database Programming Pin
John M. Drescher22-Sep-05 6:51
John M. Drescher22-Sep-05 6:51 
GeneralRe: VC++ 6.0 Database Programming Pin
budidharma22-Sep-05 6:06
budidharma22-Sep-05 6:06 
GeneralRe: VC++ 6.0 Database Programming Pin
John M. Drescher22-Sep-05 6:09
John M. Drescher22-Sep-05 6:09 
GeneralRe: VC++ 6.0 Database Programming Pin
budidharma22-Sep-05 6:42
budidharma22-Sep-05 6:42 
GeneralRe: VC++ 6.0 Database Programming Pin
John M. Drescher22-Sep-05 7:02
John M. Drescher22-Sep-05 7:02 
GeneralRe: VC++ 6.0 Database Programming Pin
budidharma22-Sep-05 7:23
budidharma22-Sep-05 7:23 
QuestionWinforms in C++ .Net Pin
luniyasun22-Sep-05 3:32
luniyasun22-Sep-05 3:32 
Questionopen and close() crash on linux Pin
bonosa21-Sep-05 4:14
bonosa21-Sep-05 4:14 
QuestionRandom number generator Pin
bulgaa20-Sep-05 21:27
bulgaa20-Sep-05 21:27 
AnswerRe: Random number generator Pin
RichardS21-Sep-05 5:58
RichardS21-Sep-05 5:58 
QuestionUsing typedef with an array Pin
vnngoc15620-Sep-05 17:09
vnngoc15620-Sep-05 17:09 
AnswerRe: Using typedef with an array Pin
Christian Graus20-Sep-05 18:48
protectorChristian Graus20-Sep-05 18:48 

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.