What does this function do?
-
Good day, Does anyone know what exactly GetSuperWndProc() does? I keep getting this as an unresolved external in my embeddedVC program even though I never call it. If I override it it will compile fine but crashes on execution. I was wondering if anyone knows what its supposed to do so that I can implement it. Thanks. Bret Faller Odyssey Computing, Inc.
-
Good day, Does anyone know what exactly GetSuperWndProc() does? I keep getting this as an unresolved external in my embeddedVC program even though I never call it. If I override it it will compile fine but crashes on execution. I was wondering if anyone knows what its supposed to do so that I can implement it. Thanks. Bret Faller Odyssey Computing, Inc.
Are you using any thirdparty libraries? I don't think it a standard API function. I have never seen it before, and a search on all of MSDN don't get anything... - Anders Money talks, but all mine ever says is "Goodbye!"
-
Are you using any thirdparty libraries? I don't think it a standard API function. I have never seen it before, and a search on all of MSDN don't get anything... - Anders Money talks, but all mine ever says is "Goodbye!"
Sorry, my bad, its GetSuperWndProcAddr(). But no, I'm not using any third party libraries. In MSDN it says its obsolete and I don't need to override it but for some reason eVC keeps telling me its an unresolved external in all of my View classes and in my FrameWnd. Bret Faller Odyssey Computing, Inc.
-
Sorry, my bad, its GetSuperWndProcAddr(). But no, I'm not using any third party libraries. In MSDN it says its obsolete and I don't need to override it but for some reason eVC keeps telling me its an unresolved external in all of my View classes and in my FrameWnd. Bret Faller Odyssey Computing, Inc.
Hmmm, strange... Anyway, you can read a lot about errors with GetSuperWndProcAddr here - Anders Money talks, but all mine ever says is "Goodbye!"