Click here to Skip to main content
15,900,325 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: using VC6 link VC7 static lib error Pin
George_George27-Jun-06 3:33
George_George27-Jun-06 3:33 
AnswerRe: using VC6 link VC7 static lib error Pin
Michael Dunn27-Jun-06 6:48
sitebuilderMichael Dunn27-Jun-06 6:48 
GeneralRe: using VC6 link VC7 static lib error Pin
George_George27-Jun-06 21:16
George_George27-Jun-06 21:16 
GeneralRe: using VC6 link VC7 static lib error Pin
Michael Dunn28-Jun-06 5:36
sitebuilderMichael Dunn28-Jun-06 5:36 
GeneralRe: using VC6 link VC7 static lib error Pin
George_George29-Jun-06 21:31
George_George29-Jun-06 21:31 
GeneralRe: using VC6 link VC7 static lib error Pin
Michael Dunn1-Jul-06 2:04
sitebuilderMichael Dunn1-Jul-06 2:04 
GeneralRe: using VC6 link VC7 static lib error Pin
George_George2-Jul-06 18:57
George_George2-Jul-06 18:57 
Questionsetdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 1:05
Amit Agarrwal27-Jun-06 1:05 
hello
yesterday i was getting Assertion error when i try the following code :-

void CTESTsipXtapiDlg::handleOffering(SIPX_CALL hCall)
{

sipxAudioEnableSpeaker(g_hInst,SPEAKER);
char cCallId[512];

sipxCallGetID(hCall, cCallId, sizeof(cCallId));

SetDlgItemText(IDC_Message,"New Call");
}

but today its not givingme any assertion error but not displaying any message in text box.

plz help me.
i'm stucj here


AnswerRe: setdlgitem text is not showing the message. Pin
Viorel.27-Jun-06 1:20
Viorel.27-Jun-06 1:20 
GeneralRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 1:41
Amit Agarrwal27-Jun-06 1:41 
QuestionRe: setdlgitem text is not showing the message. Pin
Hamid_RT27-Jun-06 1:54
Hamid_RT27-Jun-06 1:54 
AnswerRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 1:58
Amit Agarrwal27-Jun-06 1:58 
GeneralRe: setdlgitem text is not showing the message. Pin
Hamid_RT27-Jun-06 2:06
Hamid_RT27-Jun-06 2:06 
GeneralRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 3:15
Amit Agarrwal27-Jun-06 3:15 
GeneralRe: setdlgitem text is not showing the message. Pin
Hamid_RT27-Jun-06 3:28
Hamid_RT27-Jun-06 3:28 
GeneralRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 3:38
Amit Agarrwal27-Jun-06 3:38 
GeneralRe: setdlgitem text is not showing the message. Pin
Hamid_RT27-Jun-06 3:51
Hamid_RT27-Jun-06 3:51 
GeneralRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 3:59
Amit Agarrwal27-Jun-06 3:59 
GeneralRe: setdlgitem text is not showing the message. Pin
Hamid_RT27-Jun-06 4:11
Hamid_RT27-Jun-06 4:11 
GeneralRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal28-Jun-06 1:20
Amit Agarrwal28-Jun-06 1:20 
AnswerRe: setdlgitem text is not showing the message. Pin
James R. Twine27-Jun-06 1:52
James R. Twine27-Jun-06 1:52 
GeneralRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 1:59
Amit Agarrwal27-Jun-06 1:59 
GeneralRe: setdlgitem text is not showing the message. Pin
James R. Twine27-Jun-06 2:05
James R. Twine27-Jun-06 2:05 
GeneralRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 3:13
Amit Agarrwal27-Jun-06 3:13 
GeneralRe: setdlgitem text is not showing the message. Pin
James R. Twine27-Jun-06 3:27
James R. Twine27-Jun-06 3:27 

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.