I don't know what's GDI2 (GDI+?), but if your C# assembly is fully managed (doesn't call native code), then you don't need to convert anything, and can just directly run your assembly with Mono.
mettafort wrote > Hi, > > I currently have a windows C# assembly that generates computer graphics > using GDI2. I need this to run on a web server that is Linux, so my > assumption here is that I need to convert it to mono. If Mono is the only > way I can get this to run, which path do I take? I need to generate image > files basically, whcih can be served up by the main perl/php website. So > I just need to be able to call onto my code, I generate the image file to > some location, and the website serves it up. Sounds simple, and I hope it > is :-) > > Thanks for any advice, > > MF. -- View this message in context: http://mono.1490590.n4.nabble.com/Newbie-question-not-sure-which-path-to-take-tp4657011p4657013.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
