Click here to Skip to main content
15,888,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: jpeg... Pin
Rajkumar R11-Mar-08 3:32
Rajkumar R11-Mar-08 3:32 
GeneralRe: jpeg... Pin
Rustik11-Mar-08 3:35
Rustik11-Mar-08 3:35 
GeneralRe: jpeg... Pin
Hamid_RT11-Mar-08 19:35
Hamid_RT11-Mar-08 19:35 
Generalm_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
ptr_Electron11-Mar-08 3:12
ptr_Electron11-Mar-08 3:12 
GeneralRe: m_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
ganesa moorthy11-Mar-08 3:28
ganesa moorthy11-Mar-08 3:28 
GeneralRe: m_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
ptr_Electron11-Mar-08 3:49
ptr_Electron11-Mar-08 3:49 
GeneralRe: m_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
CPallini11-Mar-08 3:32
mveCPallini11-Mar-08 3:32 
GeneralRe: m_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
ptr_Electron11-Mar-08 3:48
ptr_Electron11-Mar-08 3:48 
Ohh got it, CWinThread *thpbar; is private... i made it public
Now I am not getting the error, but avi is not playing on Status bare of main frame.

UINT TestDlg::thPrgbar( LPVOID pParam )
{
CMainFrame* pFrame = (CMainFrame*)AfxGetMainWnd();
pFrame->StartAnimation( IDR_AVITEST ,1);
MSG oMSG;
while(::PeekMessage(&oMSG, NULL, 0, 0, PM_NOREMOVE))
{
if(::GetMessage(&oMSG, NULL, 0, 0))
{
::TranslateMessage(&oMSG);
::DispatchMessage(&oMSG);
}
else
{
break;
}
}
}
QuestionRe: m_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
CPallini11-Mar-08 3:53
mveCPallini11-Mar-08 3:53 
GeneralRe: m_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
ptr_Electron11-Mar-08 3:57
ptr_Electron11-Mar-08 3:57 
GeneralRe: m_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
CPallini11-Mar-08 4:01
mveCPallini11-Mar-08 4:01 
GeneralRe: m_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
Rajkumar R11-Mar-08 4:01
Rajkumar R11-Mar-08 4:01 
GeneralRe: m_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
Randor 11-Mar-08 4:08
professional Randor 11-Mar-08 4:08 
GeneralRe: m_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
ptr_Electron11-Mar-08 4:40
ptr_Electron11-Mar-08 4:40 
GeneralRe: m_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
Randor 11-Mar-08 5:57
professional Randor 11-Mar-08 5:57 
GeneralRe: m_pAnimate =new CStatusbarAnimate; cause crash only from thread Pin
ptr_Electron11-Mar-08 22:58
ptr_Electron11-Mar-08 22:58 
Generalprimary key field Pin
Try11-Mar-08 2:59
Try11-Mar-08 2:59 
GeneralRe: primary key field Pin
Randor 11-Mar-08 7:29
professional Randor 11-Mar-08 7:29 
QuestionRe: primary key field Pin
David Crow11-Mar-08 10:13
David Crow11-Mar-08 10:13 
GeneralRe: primary key field Pin
Randor 11-Mar-08 11:37
professional Randor 11-Mar-08 11:37 
GeneralRe: primary key field Pin
David Crow12-Mar-08 2:31
David Crow12-Mar-08 2:31 
GeneralNetworking Pin
mirtu11-Mar-08 2:47
mirtu11-Mar-08 2:47 
QuestionRe: Networking Pin
David Crow12-Mar-08 2:52
David Crow12-Mar-08 2:52 
GeneralRe: Networking Pin
mirtu13-Mar-08 21:38
mirtu13-Mar-08 21:38 
GeneralRe: Networking Pin
David Crow14-Mar-08 2:38
David Crow14-Mar-08 2:38 

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.