4

The application that I'm developing right now uses Chromium Embedded Framework to handle multiple display webapp.

The Mongoose executable is ran by the framework at run time. At the same time however, Mongoose runs an instance of Google Chrome.

As much as possible, I want to avoid this scenario. Is there a way to disable Mongoose from opening a browser but continue with the webserver execution?

4

1 に答える 1

2

start_browser noファイルに行を追加しmongoose.confます。mongoose.confファイルがmongoose.exeと同じディレクトリにあることを確認してください。

于 2015-04-23T15:07:34.310 に答える