Re: Accessing Win API
- Posted by Martin Stachon <martin.stachon at worldonline.cz> Apr 17, 2002
- 443 views
Euman > Anyone who uses Win32lib is stuck in the loop of having code that is poor > in performance, size and bug ridden. Currently there are only a handfull of > people that can write code for Win32lib so your stuck if you have a bug > creap up. Learn to write API from the get-go and you'll be better off in the > long > run. Write your own darn code then you'll feel better about yourself and learn > more, faster...Programs will take many times longer to develop in the > beginning > but well worth the time spent researching info either on the net, from books > or > the MS-SDK. I use win32lib because I just don't like the POKEmonish code (allocate,poke,c_proc, free) Without having most of the code constructing the API calls, there's more time for focusing on the actual problem. It is apparent that creating an API over API causes some speed/functionality loss. I also don't want to binded too much to Micrsoft and their API. If we had kind of cross-platform win32lib... That's just my opinion. Martin