Qt 6.11 is out! See what's new in the release
blog
unresolved external symbol __imp_CommandLineToArgvW referenced in function WinMain
-
I'm building the analog clock QWidget example and when I run nmake, I'm seeing an error:
qtmaind.lib(qtmain_win.obj) : error LNK2019: unresolved external symbol __imp_CommandLineToArgvW referenced in function WinMain
Why is this happening?
-
I'm building the analog clock QWidget example and when I run nmake, I'm seeing an error:
qtmaind.lib(qtmain_win.obj) : error LNK2019: unresolved external symbol __imp_CommandLineToArgvW referenced in function WinMain
Why is this happening?
- What Qt version are you using?
- On which Windows version?
- What compiler do you use?
- How do you build: in QtCreator, in Visual Studio, on command line?