|
From: Steven E. <Ste...@kn...> - 2001-10-24 00:52:44
|
The source for comdlg32 and commdlg are intigrated in the wine source tree under wine/dlls/commdlg. I just tried to compile a few objects out of the wine source tree so that going to be where you will need to pull it from. Eric has said that commdlg comdlg32 and comctl32 are supposed to be in process of being cleaned up so it might be hard to track changes from wine to reactos. One last thing if you compare the .def under mingw32 for comdlg32 and the spec under wine, you'll notice PrintDlgA@4 PrintDlgExA@4 missing in mingw PrintDlgExW@4 missing in mingw PrintDlgW@4 I think the libcomdlg32.def from mingw was based on win95 where the spec for wine is based on the comdlg32 that ships with ie 5.01 Steven -----Original Message----- From: James Tabor To: ros...@re... Sent: 10/23/01 5:49 PM Subject: [ros-kernel] Re: Port for Comdlg32 > Steven Edwards wrote: > > I like nicotine =P > > Anyway I'm still new to programing so I've been working on notepad and program manager from wine. > Both of these need libcomdlg32.a from mingw to compile. I have notepad mostly working under 98/2k. > I'm commiting it either tonight or tommrow. Keep in mind that none of this will do us alot of good > untill the GDI is in better shape but if you want to go ahead with porting comdlg32 then we can go > ahead and start testing it and my apps under 9x/nt/2k. > > Steven > Hi, Yes you need gdi32.a, shell32,, to compile comdlg32.dll, etc... I want to build comdlg32, gdi32, etc and test it with my Windows 98. I do not care if it breaks or what ever! It should work like any other dll. If it works we can tweak it for NT/2K/VP. I did this with lz32 just to see and it works. Still testing lz32 too. Can you please zip it up and send comdlg32 source to me, would that be okay too? Thanks, James ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== ########################################### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.F-Secure.com/ |