This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ActiveX/OCX - programming


<banders@ec.rockwell.com> writes:
> 
> Let me just say, sorry I forgot Mumit!
> And thanks!
> Some com examples are located in
> ftp://ftp.franken.de/pub/win32/develop/gnuwin32/mingw32/porters/Khan_Mumit/mi
> sc/
> 

And at 
  ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/misc/
  ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/cygwin/misc/

Note that there are extremely trivial examples. Also, I probably didn't
pay much attention to the Makefiles, so may need to tweak things by hand.

Be aware that there are known bugs when *implementing* interfaces that 
derive from multiple interfaces (MI vtable issues, but I have no idea 
how to fix it); however, simple single inheritance interfaces should 
work just fine.

For an example that *does not* work, see:
  
  http://www.scintilla.org/COMABI.zip

This example uses multiple inheritance, and that's where the problem is.

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]