Click here to Skip to main content
15,911,132 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: assert failure in WINCORE.CPP Pin
thathvamsi29-Jun-06 22:50
thathvamsi29-Jun-06 22:50 
AnswerRe: assert failure in WINCORE.CPP Pin
David Crow30-Jun-06 2:53
David Crow30-Jun-06 2:53 
QuestionIllegal call of Non Static Member Function Pin
Amit Agarrwal29-Jun-06 22:00
Amit Agarrwal29-Jun-06 22:00 
AnswerRe: Illegal call of Non Static Member Function Pin
blue_rabbit29-Jun-06 22:07
blue_rabbit29-Jun-06 22:07 
GeneralRe: Illegal call of Non Static Member Function Pin
Amit Agarrwal29-Jun-06 23:24
Amit Agarrwal29-Jun-06 23:24 
GeneralRe: Illegal call of Non Static Member Function Pin
Mattias Paulsson3-Jul-06 22:44
Mattias Paulsson3-Jul-06 22:44 
AnswerRe: Illegal call of Non Static Member Function Pin
Cedric Moonen29-Jun-06 22:07
Cedric Moonen29-Jun-06 22:07 
GeneralRe: Illegal call of Non Static Member Function Pin
Amit Agarrwal29-Jun-06 23:25
Amit Agarrwal29-Jun-06 23:25 
hello..

sipxmngr::EventCallbackProc(SIPX_EVENT_CATEGORY category,void* pInfo,void* pUserData)
{
	SIPX_CALLSTATE_INFO* pCallInfo = (SIPX_CALLSTATE_INFO*) pInfo ;
	//sipxmngr dlg;
	
	switch (category)
		{
		 case EVENT_CATEGORY_CALLSTATE:
			 {		
				switch (pCallInfo->event)
				{    
  			case CALLSTATE_OFFERING:
		error here		sipxmngr::handleCallStateEvent(pCallInfo);
					break ;
				}
			}
   return true ;
 }

int sipxmngr::handleCallStateEvent(SIPX_CALLSTATE_INFO* pCallInfo)
 {     
	 switch (pCallInfo->event)
	 {    
        	 case CALLSTATE_NEWCALL:
		 sipxmngr::handleNewCall(pCallInfo->hCall, pCallInfo->cause);
		 break ;
	 }
return 1;
 }


plz tell me the solution.
GeneralRe: Illegal call of Non Static Member Function Pin
Cedric Moonen29-Jun-06 23:33
Cedric Moonen29-Jun-06 23:33 
Questionhow to change MFC icon?? Pin
mimimimilaw29-Jun-06 21:55
mimimimilaw29-Jun-06 21:55 
AnswerRe: how to change MFC icon?? [modified] Pin
Sarath C29-Jun-06 22:20
Sarath C29-Jun-06 22:20 
GeneralRe: how to change MFC icon?? Pin
mimimimilaw29-Jun-06 22:27
mimimimilaw29-Jun-06 22:27 
QuestionDirectx8 document Pin
blue_rabbit29-Jun-06 21:49
blue_rabbit29-Jun-06 21:49 
QuestionAdvice on Global Hook Pin
P Gibson29-Jun-06 21:41
P Gibson29-Jun-06 21:41 
QuestionContext menu Pin
_anil_29-Jun-06 21:41
_anil_29-Jun-06 21:41 
AnswerRe: Context menu Pin
Michael Dunn29-Jun-06 21:47
sitebuilderMichael Dunn29-Jun-06 21:47 
GeneralRe: Context menu Pin
_anil_29-Jun-06 22:37
_anil_29-Jun-06 22:37 
AnswerRe: Context menu Pin
RockyJames29-Jun-06 22:31
RockyJames29-Jun-06 22:31 
Questionwhy IHTMLElementCollection can not "Item" all the Items? Pin
Tcpip200529-Jun-06 21:27
Tcpip200529-Jun-06 21:27 
AnswerRe: why IHTMLElementCollection can not "Item" all the Items? Pin
Viorel.29-Jun-06 21:43
Viorel.29-Jun-06 21:43 
GeneralRe: why IHTMLElementCollection can not "Item" all the Items? Pin
Tcpip200529-Jun-06 22:22
Tcpip200529-Jun-06 22:22 
AnswerRe: why IHTMLElementCollection can not "Item" all the Items? Pin
Hamid_RT29-Jun-06 21:58
Hamid_RT29-Jun-06 21:58 
QuestionHow to mask the bitmaps?? Pin
Laxman Auti29-Jun-06 21:19
Laxman Auti29-Jun-06 21:19 
AnswerRe: How to mask the bitmaps?? Pin
Don Box29-Jun-06 21:33
Don Box29-Jun-06 21:33 
GeneralRe: How to mask the bitmaps?? Pin
Laxman Auti29-Jun-06 21:56
Laxman Auti29-Jun-06 21:56 

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.