Luke Kenneth Casson Leighton wrote:
On Tue, Jan 18, 2005 at 10:09:44AM -0600, Rob Shearman wrote:
Luke Kenneth Casson Leighton wrote:
as i mentioned about the sharp requirement for "interoperability", if you have stuck to the _exact_ letter of the IDL file format, and other areas, making it possible to use either your home-grown IDL compiler or dceidl _should_ be a trivial task.
I don't think it is a trivial task. You're welcome to prove me wrong.
cool.
okay.
winehq cvs? lessavvalook!
The Wine IDL compiler is here (it is standard Unix code): http://cvs.winehq.org/cvsweb/wine/tools/widl/ The DCE/RPC implementation is here (it is Win32 code): http://cvs.winehq.org/cvsweb/wine/dlls/rpcrt4/ The DCOM part should be shared between rpcrt4 and ole32, but we haven't done the ole32 part yet. Don't worry about that much for the moment, Mike Hearn and I will get to it in due course.
Instructions for accessing the CVS tree directly are here: http://www.winehq.org/site/cvs And see here if (or when) you have patches to submit: http://www.winehq.org/site/sending_patches
Rob