Hello, What is the best way to access a Win32 COM module(closed source ;-)) under Linux ... for accessing a method through a Java or a native Linux bin ? Is there a way ? Marc
On Wed, 28 Sep 2005 18:23:06 +0200, Marc Kalberer wrote:> What is the best way to access a Win32 COM module(closed source ;-)) under > Linux ... for accessing a method through a Java or a native Linux bin ? > Is there a way ?You need to make your app a Winelib app (or engage in deep voodoo that few have mastered).