|
From: James T. <jim...@ad...> - 2001-10-26 18:05:48
|
> Steven Edwards wrote: > > It is part of IE. Just about anytime IE pukes on a webpage its spitting something from this file. > > -----Original Message----- > From: Phillip Susi > To: ros...@re... > Sent: 10/26/01 12:34 PM > Subject: [ros-kernel] Re: Sharing code with wine > > What is shlwapi? > > At 02:51 PM 10/26/2001 +0000, you wrote: > >Hi All! > >Is there anyone else other than me porting wine to ROS? I have made > some > >progress. I'm working on shlwapi and comctl32 for now. Wow what a mess! > >With shlwapi, I've moved headers in to the local directory instead of > placing > >them in the include/wine. Worry about that later. Browsing through the > >wine headers is a chore. > > > >Need help with windres, anyone have good examples of adding texted bin > >code in the rc files? ~Icon stuff~. > > > >Remember this is not a futile effort, the objective is to have a gui up > >and running for the gui/apps programmers. For me, this is a quick way > to > >learn Windows after purposely avoiding it for so long.. > > > > > >Thanks, > >James Hi, Yeah! Stream stuff! I'm porting what I think is a minimal dll set for now. Like; dll: library: 1) comctl32 -> user32 gdi32 advapi32 kernel32 ntdll * these 5, part of the core group, lz32 is another * 2) comdlg32 -> comctl32 shlwapi winspool.drv u/g/k/n core ?) shell32 -> ole32 shlwapi comctl32 u/g/a/k/n core ,,and so on. It begins to branch off into other dll's from here on. Oh another TODO is TARGET_BASE addresses! This is my "method of madness" 8^> for target porting of wine dlls. James Lessons learned from the great BG of borg, assimilate all software. My XP slap! ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |