QT VS Tool in Visual Studio 2019
Solved
General and Desktop
-
wrote on 28 Nov 2019, 05:48 last edited by
Hi,
I want to use some microsoft speech sdk and face detection sdk in visual studio 2019, but at the same time i need to draw my GUI using QT Design studio.
So, i am planning to use Visual Studio with QS VS Tool in it in order to call QT Gui.
However, when i compile a very simple QT GUI Application default project, it shows error in visual studio.
Could you guide me with this error?
Much appreciate! -
Looks like you're missing your main() function.
1/2