I am working on a scientific project at the University of Innsbruck. Therefor i am creating 3d volumetric imaging tools with the QT-Framework. Since i only use the open source distribution of QT, i have to rely on MinGW for Windows to compile my software.
I am working on a scientific project at the University of Innsbruck. Therefor i am creating 3d volumetric imaging tools with the QT-Framework. Since i only use the open source distribution of QT, i have to rely on MinGW for Windows to compile my software.
If someone comes up with a solution to this, I’d like to hear because I also have QT4 GUIs that would be nice to run on XP too. Thanks.
there is no switch in nvcc to set the system compiler - there is only a parameter to tell nvcc where it is. So nvcc insists on using cl on XP.
If someone comes up with a solution to this, I’d like to hear because I also have QT4 GUIs that would be nice to run on XP too. Thanks.