Click here to Skip to main content
15,902,759 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CListView question Pin
RobJones10-Feb-06 9:27
RobJones10-Feb-06 9:27 
QuestionImmediate Display of Edit Box Pin
jon_fallon10-Feb-06 8:19
jon_fallon10-Feb-06 8:19 
AnswerRe: Immediate Display of Edit Box Pin
David Crow10-Feb-06 9:22
David Crow10-Feb-06 9:22 
AnswerRe: Immediate Display of Edit Box Pin
PJ Arends10-Feb-06 9:59
professionalPJ Arends10-Feb-06 9:59 
GeneralRe: Immediate Display of Edit Box Pin
jon_fallon10-Feb-06 10:04
jon_fallon10-Feb-06 10:04 
QuestionCRecordset ? DoFieldExchange ?? Pin
zinc_z10-Feb-06 8:17
zinc_z10-Feb-06 8:17 
QuestionRe: CRecordset ? DoFieldExchange ?? Pin
David Crow10-Feb-06 9:26
David Crow10-Feb-06 9:26 
AnswerRe: CRecordset ? DoFieldExchange ?? Pin
zinc_z11-Feb-06 15:05
zinc_z11-Feb-06 15:05 
QuestionRe: CRecordset ? DoFieldExchange ?? Pin
David Crow13-Feb-06 8:17
David Crow13-Feb-06 8:17 
AnswerRe: CRecordset ? DoFieldExchange ?? Pin
zinc_z15-Feb-06 3:26
zinc_z15-Feb-06 3:26 
GeneralRe: CRecordset ? DoFieldExchange ?? Pin
David Crow15-Feb-06 3:31
David Crow15-Feb-06 3:31 
GeneralRe: CRecordset ? DoFieldExchange ?? Pin
zinc_z15-Feb-06 22:48
zinc_z15-Feb-06 22:48 
Questionstring problem??? Pin
#hackC++10-Feb-06 7:50
#hackC++10-Feb-06 7:50 
AnswerRe: string problem??? Pin
Maximilien10-Feb-06 8:40
Maximilien10-Feb-06 8:40 
QuestionRe: string problem??? Pin
#hackC++10-Feb-06 8:45
#hackC++10-Feb-06 8:45 
AnswerRe: string problem??? Pin
RobJones10-Feb-06 8:54
RobJones10-Feb-06 8:54 
AnswerRe: string problem??? Pin
Maximilien10-Feb-06 9:12
Maximilien10-Feb-06 9:12 
AnswerRe: string problem??? Pin
Demonware66610-Feb-06 15:16
Demonware66610-Feb-06 15:16 
QuestionInteractive SQL Tool (using ODBC) question. Pin
Blakiston10-Feb-06 7:31
Blakiston10-Feb-06 7:31 
QuestionVB macros Pin
skk64302n10-Feb-06 7:29
skk64302n10-Feb-06 7:29 
QuestionError in code Pin
zahid_ash10-Feb-06 6:50
zahid_ash10-Feb-06 6:50 
There ia an arror in the code below , but i am unable to fine some has provided me to find , Please mention it , Thanks

MS_PACKET DataPacket;
memset(&DataPacket,0,sizeof(MS_PACKET));
DataPacket.msHeader.dPacketType = ACM_MSG_SEND_PAIR_ORDER;

strcpy( DataPacket.acmSendPairOrder.m_szAccount ,
szCurrentLogin );
strcpy( DataPacket.acmSendPairOrder.m_szSymbolBuySide ,
pPair->BaseSymbol.szSymbol );
strcpy( DataPacket.acmSendPairOrder.m_szSymbolSellSide ,
pPair->DependentSymbol.szSymbol );

DataPacket.acmSendPairOrder.m_nSharesBuySide =
pPair->BaseSymbol.iNeededShares;
DataPacket.acmSendPairOrder.m_nSharesSellSide =
pPair->DependentSymbol.iNeededShares;
DataPacket.acmSendPairOrder.m_cSideBuySide = 'B';
DataPacket.acmSendPairOrder.m_cSideSellSide = 'S';
DataPacket.acmSendPairOrder.m_nPairID = pPair->nACMPairID;

static int nOrderCounter = 0;
DataPacket.acmSendPairOrder.m_nMPairOrderID = nOrderCounter++;
m_pMTLinkSocket->Send((BYTE*)&DataPacket,sizeof(MS_PACKET));

Regards.
QuestionRe: Error in code Pin
David Crow10-Feb-06 9:24
David Crow10-Feb-06 9:24 
QuestionLooking for solid C+Tree or C*-Tree source Pin
Joe Woodbury10-Feb-06 6:27
professionalJoe Woodbury10-Feb-06 6:27 
AnswerRe: Looking for solid C+Tree or C*-Tree source Pin
Jim Crafton10-Feb-06 6:33
Jim Crafton10-Feb-06 6:33 
GeneralRe: Looking for solid C+Tree or C*-Tree source Pin
Joe Woodbury10-Feb-06 6:39
professionalJoe Woodbury10-Feb-06 6:39 

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.