Hello I need to embed AbiWord into a java application. Since JDK1.3, any native UI component can be placed on an AWT Canvas. This is done by overriding the java method paint(..) by a native implementation, which renders the native UI-component.
Can somebody tell me if a) it is possible to wrap AbiWord into a DLL (and how?) b) what the main() entry point for the application is c) how you initiate the AbiWord GUI. (so I can override the paint(..) method with a call to that code I also have one major drawback, I'm not familiar with C++ and make-files, and I can't find any make's for the Win32 environment (I develop on a win2k machine). Regards, David ----------------------------------------------------- Mail.be, WebMail and Virtual Office http://www.mail.be ----------------------------------------------- To unsubscribe from this list, send a message to [EMAIL PROTECTED] with the word unsubscribe in the message body.
