Hi All
Could someone here tell me what this error is associated with "normally"
I do have a lot going on in a single module program
I.E 6 seperate dialog boxes and about 120 control ID's all told
They are of course not all called at once.( numerical keypads etc..)
Adding this
case IDM_JOB_NEW:
DialogBox(ghInstance, MAKEINTRESOURCE(DLG_NEWJOB), hwnd, (DLGPROC)NewJobDlgProc();
break;
produces my buffer overflow error??
The is dialog box 6 and they are all MODAL
and close down correctly .
As you can see i am assuming memory problem
Your thoughts please would be appreciated.
Big Thanks .