Page 1 of 1

Help -sharp-args

PostPosted: Sat Oct 03, 2009 1:52 am
by arisawa
excuse me.
I need adding Icon and Module.
how do write?

I tried this
cobra -sharp-args:"/win32icon:app.ico" -sharp-args:"/addmodule:Info.netmodule" MyApp.cobra
and
cobra -sharp-args:"/win32icon:app.ico /addmodule:Info.netmodule" MyApp.cobra

neither is good.

Thanks,

Re: Help -sharp-args

PostPosted: Sat Oct 03, 2009 11:33 am
by Charles
It looks like -sharp-args: is not working with 2 arguments. I'll take a look.

Re: Help -sharp-args

PostPosted: Sat Oct 03, 2009 12:23 pm
by Charles
I did a quick fix and it seems to work. Try again with this form:

cobra -sharp-args:"/win32icon:app.ico" -sharp-args:"/addmodule:Info.netmodule" MyApp.cobra

Re: Help -sharp-args

PostPosted: Sat Oct 03, 2009 2:35 pm
by Charles
Oh, and what kind of neat WinForms app are you building with Cobra?