Classed WinMain/WndProc?

Started by
0 comments, last by Normie 22 years, 9 months ago
Is there a way to get WinMain into a class such that the program will start there instead of the normal WinMain? (kinda like the way they do it in MFC, I guess) Ditto for the WndProc, if that''s at all possible -Normie "But time flows like a river... and history repeats." ... So...what about beaver dams?
I am a devout follower of the"Lazy Programmer's Doctrime"(tm)...and I'm damned proud of it, too!-----"I came, I saw, I started makinggames." ... If you'll excuseme, I must resume my searchfor my long lost lobotomy stitches.
Advertisement
hi
you can get WndProc into a class , thats possible , but , u CANT get WinMain() into a class , your program must start somewhere.
u can , if you want , to get your message loop into a class , but u must have a WinMain() routine in every Win32 app.


"Thats who you are. Thats what you could."
------------------------------
- Goblineye Entertainment
------------------------------

------------------------------- Goblineye Entertainment------------------------------

This topic is closed to new replies.

Advertisement