http://bugzilla.novell.com/show_bug.cgi?id=598011
http://bugzilla.novell.com/show_bug.cgi?id=598011#c2 Jonathan Pobst <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Jonathan Pobst <[email protected]> 2010-04-20 14:29:30 UTC --- Looking at PDFCreator, it looks like you are going to have two problems using it: - It appears to be written in VB6, which will not run on Linux. - Your program accesses PDFCreator as a COM object, and COM is not supported on Mono/Linux. In order to run on Linux, you will need to replace PDFCreator with a completely managed .NET component. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
