Dear All:

I created a project using the plugin generator from the current master, and
it works fine in Linux.

The thing is that sometimes I need to switch to Windows 10 (x64), using
Visual Studio. Although I can compile and run my application (Release
mode), the console window does not update, meaning that I cannot debug my
application, as no system outputs are shown.
The same happens when running the run_MyApp_release.bat: only configuration
and system PATHs are printed, up to the call to MyApp.exe. Then nothing
else is ever shown, not even Workbench startup outputs.

I'm aware of a commit done the date 10/14/2019 where, among other things,
the "SHOW_CONSOLE" option was removed from the workbench project:

set(_app_options)
if(MITK_SHOW_CONSOLE_WINDOW)
  list(APPEND _app_options SHOW_CONSOLE)
endif()

However, the option is still available in the CMakeLists generated using
the plugin generator.
Maybe someone can help me getting the console back to work in Windows?

Thanks in advance,
Axel Mancino

-- 

Ing. Axel Víctor Andrés Mancino

Departamento de Bioingeniería

Av. Eduardo Madero 399 - Buenos Aires - Argentina

itba.edu.ar
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to