Re: help with typelib support

2008-01-23 Thread Alistair Leslie-Hughes
"Dan Hipschman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Wed, Jan 23, 2008 at 09:45:26PM +1100, Alistair Leslie-Hughes wrote: >> >> The think ths issue is that widl isnt making the .tlb file when run. >> Also >> when I run the widl command from >> a prompt, no .tlb file i

Re: help with typelib support

2008-01-23 Thread Dan Hipschman
On Wed, Jan 23, 2008 at 09:45:26PM +1100, Alistair Leslie-Hughes wrote: > > The think ths issue is that widl isnt making the .tlb file when run. Also > when I run the widl command from > a prompt, no .tlb file is created. msxml2.idl doesn't contain any library definitions. widl won't generate

Re: help with typelib support

2008-01-23 Thread Alistair Leslie-Hughes
> Either you didn't remake the Makefile by running make from the toplevel > dir or the dependencies weren't picked up, in which case a "make depend" > should fix things. > Hi Rob, When I modify an Makefile.in, I always run; configure && make depend from the root before trying to compile. The thi

Re: help with typelib support

2008-01-23 Thread Robert Shearman
Alistair Leslie-Hughes wrote: > Hi, > > This msxml bug requires the TYPELIB resource to be added. > http://bugs.winehq.org/show_bug.cgi?id=11257 > > I modified the followng file as follows. > > Makefile.in > IDL_TLB_SRCS = msxml3_v1.idl > > msxml3_v1.idl(new File, with a single line) > #include

help with typelib support

2008-01-22 Thread Alistair Leslie-Hughes
Hi, This msxml bug requires the TYPELIB resource to be added. http://bugs.winehq.org/show_bug.cgi?id=11257 I modified the followng file as follows. Makefile.in IDL_TLB_SRCS = msxml3_v1.idl msxml3_v1.idl(new File, with a single line) #include "msxml2.idl" version.rc 1 TYPELIB LOADONCALL DIS