On Thu, 2004-08-26 at 20:57, Marcus wrote: > I'm not sure about popt. There is a somewhat different package for handling > options in the Mono.GetOptions namespace. It handles parsing options by > attaching attributes to fields/properties that correspond to options and > using reflection at runtime to set them.
So I have had a look, and on the web found this example: http://talios.blog-city.com/read/579685.htm But I cant find any mention of Mono.GetOptions in monodoc, and I get this error with the example: Cannot find type `Options'(CS0246) Any clues? -- Rob Brown-Bayliss _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
