[Mono-list] GTK#/Windows

Mike Kestner mkestner@speakeasy.net
Wed, 17 Jul 2002 09:16:45 -0700 (PDT)


On Wed, 17 Jul 2002, Serge wrote:

> > How did you build the dlls? Reportedly, it works if they are built with
> > the ms tools, but they don't work if build with gcc.
> 
> I have only built the glue library myself 

Any chance you'd be willing to take a stab at a makefile.win32 in the glue dir,
or even better, some Makefile.am magic?

> Another one is calling convention

Ironically, when I was trying this before, all the DllImports specified
CDecl calling convention.  I removed that from the generation recently. I'm
wondering if CDecl may have actually been getting in the way before. Or 
maybe Tor has fixed some libtool issues.

Thanks for trying this out.  Any help you could throw the project's way 
regarding the gluelib make mechanism would be great. I guess we finally
have to knuckle down and fix the lib name generation now.

Mike