"Steven Edwards" <[EMAIL PROTECTED]> wrote: > So once ported, will the higher level dlls from wine function on a > Windows/ReactOS > system? Ole*, Commdlg, Comctrl, shfolder, shlwapi, mapi, twain and > others > Are the target of my port.
Sure, all Wine dlls which use only win32 APIs for their needs should work on ReactOS. Besides dll separation there are other issues: direct use of fork, getpid and similar "unixisms", direct access to unix file system (DOSFS_GetFullName/open/mmap/etc), direct access for unix devices. -- Dmitry.