I am new at programming and would like someone to assist me as to what I am looking for?
As far as I know I have followed the instructions I found on one of the sites. Can someone please help?
I am using VStudio 2008, creating an MFC application.
I am trying to create a new property sheet based application.
All I have is 1 property page and the property sheet itself.
I have just created this project. Basically it's an empty project.
When I run it through the debugger I get the following error:
First-chance exception at 0x5d0c373e in Temp.exe: 0xC0000005: Access violation writing location 0x00435454.
The debugger stops at:
BOOL AFXAPI AfxDeactivateActCtx(DWORD dwFlags, ULONG_PTR ulCookie)
{
BOOL rc = pfnDeactivateActCtx != 0 ? pfnDeactivateActCtx(dwFlags, ulCookie) : FALSE;
return rc;
}
Will someone be nice and help?
Thanks a million.