GreycLab / CImg

The CImg Library is a small and open-source C++ toolkit for image processing
http://cimg.eu
Other
1.48k stars 282 forks source link

Windows not drawing with MSVC 19.32 #357

Open genetica opened 2 years ago

genetica commented 2 years ago

Good day,

I have compiled the tutotials.cpp using the compile_win_visualcpp.bat file. After the tutorial.exe executes, the application appear in the task bar, but does not come to the foreground and the windows can not be selected. The application does still respond to the exit key-presses.

I am using windows 10 and MSVC 19.32, same response between x86 and x64 compilers. I have also tested small "Hello World" snippets with the same effect.

How can I investigate the problem?

Kind regards,