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,
Forums
Help -sharp-args
4 posts
• Page 1 of 1
Re: Help -sharp-args
It looks like -sharp-args: is not working with 2 arguments. I'll take a look.
- Charles
- Posts: 2515
- Location: Los Angeles, CA
Re: Help -sharp-args
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
cobra -sharp-args:"/win32icon:app.ico" -sharp-args:"/addmodule:Info.netmodule" MyApp.cobra
- Charles
- Posts: 2515
- Location: Los Angeles, CA
Re: Help -sharp-args
Oh, and what kind of neat WinForms app are you building with Cobra?
- Charles
- Posts: 2515
- Location: Los Angeles, CA
4 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 25 guests