Hi, I am new to the wine developement community and would like to actively get involved in the activities in this community. Could anyone please educate me on how i can go about doing that?.. I have strong developement skills in C and Perl.. and have worked with converting C source code in informix. Awaiting more from your side..
TIA
Warm Regards, Shravan
----- Original Message ----- From: "Robert Shearman" R.J.Shearman@warwick.ac.uk To: "Jürgen Schmied" j.schmied@t-online.de; wine-devel@winehq.com Sent: Sunday, January 12, 2003 10:36 PM Subject: Bug Fix With Delay load function in Shell32 (version2)
Here is the updated patch:
-----Original Message----- From: Jürgen Schmied [mailto:j.schmied@t-online.de] Sent: 12 January 2003 13:45 To: Robert Shearman; wine-devel@winehq.com Subject: Re: Bug Fix With Delay load function in Shell32
ChangeLog:
- Set up all delay load functions in GetShellOle() function to avoid
GetShellOle assuming that they were all loaded when they weren't
This isn't the best solution since GetShellOle() initializes the ole subsystem by calling OleInitialize(). This is not nessesary for _CoCreateInstance().
ChangeLog:
- Seperate the HINSTANCEs used by GetShellOle() and other delay load
functions