2
votes
Oxygene by Example – Command line parsing
RemObjects Blogs
– This is second article in my blog post series “Oxygene by Example”. While working with command line arguments in Prism is quite simple, the “Main” method has an array of string that holds the value, it can become quite complex when having to parse options too. When having to work with those, it’s easiest to use the NDesk for Oxygene file. It’s a single file that can be added to any project (no need for a separate dll library). It was originally written in C# by Jonathan Pryor, we ported it to Oxygene so it can be embedded in an Oxygene project too. The first ...
Statistics
|
Visits by Source |
User Actions |




