I used QT creator to create a QT quick application. I only added shell32
library using QT creator which modified the.pro file as

win32: LIBS += -lshell32


However I am still getting the same error with the project files
created by QT creator.

qtmaind.lib(qtmain_win.obj) : error LNK2019: unresolved external
symbol __imp__CommandLineToArgvW@8 referenced in function _WinMain@16



I also included the following header files in main.cpp:

#include <windows.h>

#include <stdio.h>

#include <shellapi.h>


I am not sure how to go about debugging this problem.



Thanks


Regards

Arjun
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to