Hi,
i have my evc++ application and GUI is HTML based.
when i exit from the HTML button(link) im able to exit peacefully
but i haev few dialogs on the app for volume control etc.
but when i try to exit from that dialof buttons i have problems such as
The files onthe SD Card gets corrupted sortof. i have to soft reset the pda
to get back the files from the SD Card.
im using the following code.
case IDC_EXIT:
EndDialog(hDlg, LOWORD(wParam));
SendMessage(hWnd, WM_CLOSE, NULL, NULL);
PostQuitMessage(0);
return TRUE;
y does this happening? any solutions to this?
--
--
Thanks,
Arvind