Re: WIDL problems

2003-09-05 Thread Alexandre Julliard
"Rolf Kalbermatter" <[EMAIL PROTECTED]> writes: > However I seem to get some problems compiling shobjidl.idl with with widl. > > I tried ./tools/widl/widl -I ./include ./include/shobjidl.idl and get an error. You should use widl -h to only generate the header. Or easier do 'make idl' in the inclu

WIDL problems

2003-09-05 Thread Rolf Kalbermatter
I'm trying to get a new shell object into Wine and seeing that most of the object definition stuff has recently been moved to IDL files I wondered if I could define the object in shobjidl.idl. However I seem to get some problems compiling shobjidl.idl with with widl. I tried ./tools/widl/widl -I