Re: question on how to do language bindings to MSHTML's COM interface

2009-01-03 Thread Luke Kenneth Casson Leighton
> There are a number of parts to your question: > 1. Is it OK for the application to be a winelib one (i.e. invoked via > or linked to wine, rather than being "native")? i'm on the first step - getting python compiled. so i'm in the middle of an experiment to compile python with wine, and it looks

Re: question on how to do language bindings to MSHTML's COM interface

2009-01-03 Thread Luke Kenneth Casson Leighton
quick question: is there any progress on implementing COM, in wine, or is it necessary to grab dcom98.exe and to find the headers and the .libs from visual studio? and have you seen these - IDL files defined by wez, for DCOM? http://freedce.cvs.sourceforge.net/viewvc/freedce/freedce/dcom/ l. p

Re: question on how to do language bindings to MSHTML's COM interface

2009-01-03 Thread Luke Kenneth Casson Leighton
On Fri, Jan 2, 2009 at 9:17 PM, Rob Shearman wrote: > 2009/1/1 Luke Kenneth Casson Leighton : >> folks, hi, >> i have a rather intriguing issue i'd like to look at, which takes >> quite a bit of explaining as to why i'd like to go about it - if >> people are interested i can answer that, but for n

Re: question on how to do language bindings to MSHTML's COM interface

2009-01-02 Thread Rob Shearman
2009/1/1 Luke Kenneth Casson Leighton : > folks, hi, > i have a rather intriguing issue i'd like to look at, which takes > quite a bit of explaining as to why i'd like to go about it - if > people are interested i can answer that, but for now i'll leave it at > this: > how, under linux, would i go

question on how to do language bindings to MSHTML's COM interface

2009-01-01 Thread Luke Kenneth Casson Leighton
folks, hi, i have a rather intriguing issue i'd like to look at, which takes quite a bit of explaining as to why i'd like to go about it - if people are interested i can answer that, but for now i'll leave it at this: how, under linux, would i go about making an application that made _use_ of MSHTM