Hi,

I'm working out some bugs in db4o so that the upcoming version 8.0 will
build out of the box on mono. Currently, it ships with its own version
of Cecil, CecilFlowAnalysis and GetOptions.

While I can live with the Cecil bits and pieces, GetOptions is dead in
the water with mono-2.8 and (from what I can see) has been fazed out
since mono-2.2 so rather than continue to support it, I'm trying to port
it over to use Mono.Options. Okay, the pre-packaged Cecil stuff will
cause me problems with building for Fedora, but that's another story.

My only problem is that I can't see an equivalent of return
WhatToDoNext.GoAhead; in Mono.Options. Is there such a beastie and if
there is, what is it called?

TTFN

Paul
-- 
Vertraue mir, ich weiss, was ich mache...

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to