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

C / C++ / MFC

 
GeneralRe: CListCtrl subitem image transparency? Pin
Cpt Rick12-Apr-06 10:24
Cpt Rick12-Apr-06 10:24 
QuestionRunning Exe problem Pin
aaaan12-Apr-06 3:50
aaaan12-Apr-06 3:50 
AnswerRe: Running Exe problem Pin
David Crow12-Apr-06 4:09
David Crow12-Apr-06 4:09 
AnswerRe: Running Exe problem Pin
Hamid_RT12-Apr-06 4:10
Hamid_RT12-Apr-06 4:10 
GeneralRe: Running Exe problem Pin
aaaan13-Apr-06 0:48
aaaan13-Apr-06 0:48 
GeneralRe: Running Exe problem Pin
Hamid_RT13-Apr-06 4:15
Hamid_RT13-Apr-06 4:15 
QuestionThread-socket problem Pin
nahitan12-Apr-06 3:34
nahitan12-Apr-06 3:34 
QuestionThread-socket problem Pin
nahitan12-Apr-06 3:19
nahitan12-Apr-06 3:19 
have to send some data as XML format to two different places right now I send all the data to one location through a socket and I need to create another socket to send some other data to second location as follow:

If (data1)
send to LOC1
else
send to LOC2

and this LOC1 connection should always be open
at this point I have the socket and connection to LOC2

Please help me to know how to make the second connection to LOC1, for the first connection to LOC2 the code uses CfgRemoteAddr=127.0.0.1 and some local port: local 1222 and remote 1223.
as follow:
if( hCfg->CfgApiSocket->CfgTCP )
.
...
...
if( !hSocket->sSend( hCfg->CfgApiSocket->CfgRemoteAddr, 0, ( LPSTR )XMLString, XMLSize ))
{
//Socket::sSend( LPSTR Address, INT PortId, LPSTR txBuff, INT txBuffSize )
tmpVar = 0;
memset( Buff, '\0', MAX_LOADSTRING );
tmpVar = hSocket->GetError(( LPSTR )Buff );
LogError( "WEAPIClass", "InSockProcess", "Error sSend Socket: %d, %s", tmpVar, Buff );
LinkStatus( IPC_LINK_DOWN, 0, NULL, 0 );
}
else
{



LogAppDiag( LOGGER_INBOUND_DIAG, XMLString, XMLSize, LOG_FORMAT_ASCII );
}


Appreciate any idea

QuestionVery simple problem: Regarding EXE folder Pin
BlrBoy12-Apr-06 3:12
BlrBoy12-Apr-06 3:12 
AnswerRe: Very simple problem: Regarding EXE folder Pin
David Crow12-Apr-06 3:16
David Crow12-Apr-06 3:16 
QuestionHow to lock a folder. Pin
ashwath200512-Apr-06 3:09
ashwath200512-Apr-06 3:09 
AnswerRe: How to lock a folder. Pin
David Crow12-Apr-06 3:18
David Crow12-Apr-06 3:18 
GeneralRe: How to lock a folder. Pin
ashwath200512-Apr-06 3:56
ashwath200512-Apr-06 3:56 
GeneralRe: How to lock a folder. Pin
FarPointer12-Apr-06 4:04
FarPointer12-Apr-06 4:04 
GeneralRe: How to lock a folder. Pin
ashwath200512-Apr-06 20:09
ashwath200512-Apr-06 20:09 
AnswerRe: How to lock a folder. Pin
Hamid_RT12-Apr-06 3:32
Hamid_RT12-Apr-06 3:32 
GeneralRe: How to lock a folder. Pin
ashwath200513-Apr-06 0:31
ashwath200513-Apr-06 0:31 
Questionwhy its automatically generating cpp file(that does not exist) Pin
Amit Agarrwal12-Apr-06 2:58
Amit Agarrwal12-Apr-06 2:58 
AnswerRe: why its automatically generating cpp file(that does not exist) Pin
Cedric Moonen12-Apr-06 3:06
Cedric Moonen12-Apr-06 3:06 
GeneralRe: why its automatically generating cpp file(that does not exist) Pin
Amit Agarrwal12-Apr-06 4:23
Amit Agarrwal12-Apr-06 4:23 
GeneralRe: why its automatically generating cpp file(that does not exist) Pin
Cedric Moonen12-Apr-06 4:26
Cedric Moonen12-Apr-06 4:26 
AnswerRe: why its automatically generating cpp file(that does not exist) Pin
toxcct12-Apr-06 3:07
toxcct12-Apr-06 3:07 
GeneralRe: why its automatically generating cpp file(that does not exist) Pin
Amit Agarrwal12-Apr-06 4:24
Amit Agarrwal12-Apr-06 4:24 
AnswerRe: why its automatically generating cpp file(that does not exist) Pin
thatsme_cool12-Apr-06 3:22
thatsme_cool12-Apr-06 3:22 
QuestionChange icon on my *.exe file... Pin
anderslundsgard12-Apr-06 2:29
anderslundsgard12-Apr-06 2:29 

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.