Re: NO!!!!
- Posted by tone.skoda at SIOL.NET Feb 09, 2001
- 439 views
Win32Lib isn't designed to be fast when it will become very big. For example: Everything you create in Win32Lib goes thru create() function. What if some day there would be 1000 different things that could be created? Then that create() function would become slower, let's not even talk about WndProc where every message is processed - 1000 ifs would make it slower. The way Win32Lib is designed, there isn't much to break to smaller files, because everything is connected within a few big functions.