"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
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
> 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
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
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