Hi all,
Befor I used Geant4, which I was installed on Linux, everything has been work fine, now I’m trying to install Geant4-10_7 on Windows 10 by using Qt5.15.2 msvc2019_64 and Cmake 3.18.2. The installation was done without any error, BUT I CAN’T GET AN INTERACTIVE DISPLAY (Qt not working) .
I execute the example B1 by using these commands
1- /Path to build_B1/ cmake…/
2- /Path to build_B1/ cmake --build . --config Release
3- /Path to build_B1/ exampleB1.exe
I got this
Yes, I made a restart after changing the PATH!
What do you mean by (you could type echo %**PATH**% in the command line to double check)? could you give me an example?
hm, I just see that you have G4UI_USE_WIN32 with value 1 set in your env variables. I don’t have this… Besides this everything seems more or less identical for my computer. maybe get rid of that setting and try again? could also be that you have to recompile the example and/or geant4, but if you do this from within the same build directory, it should be much faster.
type windows key + r to open the execute window, type cmd to open the command line. there you can type echo %PATH% to verify the changes you made to the PATH variable, but if you did restart your machine, that is not necessary.