|
From: Robert K. <ro...@ko...> - 2002-05-29 23:36:50
|
The native vs. Win32 theme again. I think David convinced me that it would be better to have basic win32-dlls as native-dlls. An architecture with sub systems tends to duplicate code. However some code is nearly made to be reused by different sub systems. If the advapi, gdi, user and winsock APIs were native, it would make my os2 developement much less work intensive. kernel is not so importand for me 'cos it implements already too much sub system (for my flavor). However having direct access to the GUI makes os2-apps in some kind indipendent from win32. A sockets lib and advapi as native prevents from implementing things over and over. WHICH DLLs become native now? consider also making one or more native-dlls and let the original win32-dlls make calls to the new. |