Since DotNetProcessing can run both in Windows and Linux there are a few things you have to be specially carefull when writting code:
Only write managed .NET code. That means, only use those classes included in the .NET class library. If you call to special Windows API functions you are writting unmanaged code which won't work under Linux.
Use the System.IO.Path.DirectorySeparatorChar special variable when accessing the file system using paths.
Don't make things like launching Internet Explorer.
Try the program under both platforms periodically. It will help detecting possible problems.
At the time of writing this documentation the DotNetProcessing Environment, although very unstable, works under some Linux distributions. That's why we've make a very simple graphical interface without icons and other rich elements. More elements can be added as Mono Winforms evolve. |
=============================================================================== Generated by the free version of GemDoc. Purchase now at www.gemdoc.net/purchase |
DocBook Made Easy - A single source, Windows based, multiple format solution for your document needs.
|