chc12 invisible mode

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,675件の閲覧回数
eJames
Contributor I

Hello,

 

Is it possible to add some command line option to keep chc12 from opening a window?  Or alternatively having it stay open after compiling a source file?

 

I'm using chc12 to compile c, c++ sources.  I changed from using CodeWarrior to a custom make-based build system.  Whenever I call chc12, a window opens, and shows up in the windows taskbar.   I looked through the documentation, but didn't see a way to do it.  I have a few hundred source files to compile, and the chc12 window keeps opening/closing and making my taskbar buttons move around.

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,351件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hello,

there is an option for this:

-View     Application Standard Occurrence
               -ViewWindow Window
               -ViewMin Min
               -ViewMax Max
               -ViewHidden Hidden

Additionally, you can use the 'piper.exe' located in the prog to redirect the compiler messages to stdout (e.g. in a console or make file).

e.g. piper.exe chc12.exe -h

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,352件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hello,

there is an option for this:

-View     Application Standard Occurrence
               -ViewWindow Window
               -ViewMin Min
               -ViewMax Max
               -ViewHidden Hidden

Additionally, you can use the 'piper.exe' located in the prog to redirect the compiler messages to stdout (e.g. in a console or make file).

e.g. piper.exe chc12.exe -h

0 件の賞賛
返信
1,351件の閲覧回数
eJames
Contributor I

Thanks, this helped.  Guess I didn't look hard enough in that documentation!

0 件の賞賛
返信