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

C / C++ / MFC

 
AnswerFound It ! - Thanks Pallini, Stuart Pin
Mike the Red3-Jun-09 5:09
Mike the Red3-Jun-09 5:09 
QuestionOK! Look this project Pin
agetina3-Jun-09 1:06
agetina3-Jun-09 1:06 
AnswerRe: OK! Look this project Pin
CPallini3-Jun-09 1:41
mveCPallini3-Jun-09 1:41 
QuestionSwitch Pin
navneet19853-Jun-09 0:41
navneet19853-Jun-09 0:41 
AnswerRe: Switch Pin
«_Superman_»3-Jun-09 0:53
professional«_Superman_»3-Jun-09 0:53 
QuestionCFormView with icon style CListCtrl works fine on debug build, but not on release Pin
Sternocera2-Jun-09 23:26
Sternocera2-Jun-09 23:26 
AnswerRe: CFormView with icon style CListCtrl works fine on debug build, but not on release Pin
Sternocera2-Jun-09 23:56
Sternocera2-Jun-09 23:56 
QuestionMy app crash with no apparent reason? Pin
josip cagalj2-Jun-09 22:53
josip cagalj2-Jun-09 22:53 
Hi to all.
When I run my application and start to work with it, after a while it crashes!
Call stack:
00000000()
AfxCallWndProc(CWnd * 0x003af188 {CWnd hWnd=0x00020ae4}, HWND__ * 0x00020ae4, unsigned int 0x00000363, unsigned int 0x00000001, long 0x00000000) line 215 + 26 bytes
CWnd::SendMessageToDescendants(HWND__ * 0x00020ac6, unsigned int 0x00000363, unsigned int 0x00000001, long 0x00000000, int 0x00000001, int 0x00000001) line 2309
CWnd::SendMessageToDescendants(HWND__ * 0x00020ac8, unsigned int 0x00000363, unsigned int 0x00000001, long 0x00000000, int 0x00000001, int 0x00000001) line 2320
CWnd::SendMessageToDescendants(HWND__ * 0x000d09fc, unsigned int 0x00000363, unsigned int 0x00000001, long 0x00000000, int 0x00000001, int 0x00000001) line 2320
CWnd::SendMessageToDescendants(HWND__ * 0x0008099e, unsigned int 0x00000363, unsigned int 0x00000001, long 0x00000000, int 0x00000001, int 0x00000001) line 2320
CWnd::SendMessageToDescendants(unsigned int 0x00000363, unsigned int 0x00000001, long 0x00000000, int 0x00000001, int 0x00000001) line 146 + 32 bytes
CServisiApp::OnIdle(long 0x00000000) line 3694
CWinThread::Run() line 472 + 30 bytes
CWinApp::Run() line 400
AfxWinMain(HINSTANCE__ * 0x00400000, HINSTANCE__ * 0x00000000, char * 0x00151f0b, int 0x00000001) line 49 + 11 bytes
WinMain(HINSTANCE__ * 0x00400000, HINSTANCE__ * 0x00000000, char * 0x00151f0b, int 0x00000001) line 30
WinMainCRTStartup() line 330 + 54 bytes
KERNEL32! 7c817077()

The error I get is: "First-chance exception in MyApp.exe: 0xC0000005: Access Violation."
Any clue?
Win XP, VC 6
Thanks!
AnswerRe: My app crash with no apparent reason? Pin
_AnsHUMAN_ 3-Jun-09 0:25
_AnsHUMAN_ 3-Jun-09 0:25 
GeneralRe: My app crash with no apparent reason? Pin
josip cagalj3-Jun-09 0:53
josip cagalj3-Jun-09 0:53 
GeneralRe: My app crash with no apparent reason? Pin
David Crow3-Jun-09 2:54
David Crow3-Jun-09 2:54 
GeneralRe: My app crash with no apparent reason? Pin
josip cagalj3-Jun-09 3:10
josip cagalj3-Jun-09 3:10 
QuestionTwo main methods? Pin
agetina2-Jun-09 22:37
agetina2-Jun-09 22:37 
AnswerRe: Two main methods? Pin
Cedric Moonen2-Jun-09 22:43
Cedric Moonen2-Jun-09 22:43 
QuestionRe: Two main methods? Pin
CPallini2-Jun-09 22:47
mveCPallini2-Jun-09 22:47 
AnswerRe: Two main methods? Pin
KarstenK2-Jun-09 22:57
mveKarstenK2-Jun-09 22:57 
AnswerRe: Two main methods? Pin
Rajesh R Subramanian2-Jun-09 22:58
professionalRajesh R Subramanian2-Jun-09 22:58 
QuestionWindows.h? Pin
agetina2-Jun-09 22:23
agetina2-Jun-09 22:23 
AnswerRe: Windows.h Pin
Chandrasekharan P2-Jun-09 22:27
Chandrasekharan P2-Jun-09 22:27 
AnswerRe: Windows.h Pin
CPallini2-Jun-09 22:32
mveCPallini2-Jun-09 22:32 
AnswerRe: Windows.h? Pin
Stuart Dootson2-Jun-09 22:58
professionalStuart Dootson2-Jun-09 22:58 
QuestionUnresolved external symbol Pin
Pryabu2-Jun-09 21:30
Pryabu2-Jun-09 21:30 
AnswerRe: Unresolved external symbol Pin
Cedric Moonen2-Jun-09 21:33
Cedric Moonen2-Jun-09 21:33 
GeneralRe: Unresolved external symbol Pin
Pryabu2-Jun-09 21:37
Pryabu2-Jun-09 21:37 
GeneralRe: Unresolved external symbol Pin
Cedric Moonen2-Jun-09 21:45
Cedric Moonen2-Jun-09 21:45 

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.