[mono-vb] example solutions to rebuild?

Andy Hume andyhume32 at yahoo.co.uk
Wed Dec 17 09:45:19 EST 2008




shocksofmighty wrote:
> 
> Rolf Bjarne Kvinge wrote:
> [...]
> Thanks for the help. Unfortunately, when I try to go to code generation 
> under project options in MD, I get an unhandled exception. I recently 
> compiled MD on another machine and I will see what that does. I went 
> ahead and added the -imports to the command line and was returned errors 
> that are the same as described here:
> http://go-mono.com/forums/#nabble-td20290506
> 
> I tried adding the -define=_MYTYPE to the build on the command line, but 
> it doesn't like it:
> Warning : VBNC2009: the option define=_MYTYPE="WindowsForms" was not 
> recognized - ignored
> 

Try
    -define:"_MYTYPE=\"WindowsForms\""

Maybe it works without the double double-quoting, but that's safest
(https://bugzilla.novell.com/show_bug.cgi?id=325976 for some examples).

Andy
-- 
View this message in context: http://www.nabble.com/example-solutions-to-rebuild--tp20961129p21054447.html
Sent from the Mono - VB mailing list archive at Nabble.com.



More information about the Mono-vb mailing list