SDI questions.. win32 style

Started by
-1 comments, last by drarem 20 years, 8 months ago
I made a small windoze class, which gets created/ran by this:
int WINAPI WinMain (HINSTANCE hThis, HINSTANCE hPrev, LPSTR lpszArg, int nFunsterStil) {
    WINAPP.winmain(hThis, hPrev, lpszArg, nFunsterStil);

} 
which contains the winproc and static callback function.. when i try something like: WINAPP.winmain(hThis, hPrev, lpszArg, nFunsterStil); WINAPP2.winmain(hThis, hPrev, lpszArg, nFunsterStil); I only get one window, or perhaps two on the same hInstance..hmmm hThis,hPrev.. do I make a hNext to make a new window, and if so how? I fseek, therefore I fam.
I'll give you a beating like Rodney King who deserved it!=====================================Any and all ideas, theories, and text c2004,c2009 BrainDead Software. All Rights Reserved.

This topic is closed to new replies.

Advertisement