Solved Compile QAxObject with visual studio?
-
I have include <Active/QaxObject> for work with excel, but complie is don't with error LNK2019, I see topic add line "QT += axcontainer" but I use visual studio for source, how to compile it?

-
@vinh said in Compile QAxObject with visual studio?:
but I use visual studio for source, how to compile
How do you create your VisualStudio Project? With the Qt addin? If so then you can add this there.
-
yes, I create project with Visual Studio 2019, how to use QAxObject? I try complie but error LNK2019
-
@vinh said in Compile QAxObject with visual studio?:
I create project with Visual Studio 2019,
I asked you how you create your project files. Do you use the Qt Visual Studio Plugin? Or do you add your libraries and include paths by hand?
-
solve: project->properties->QT project setting-> QT modules-> check ActiveQT Container
-
Then please also mark this topic as solved, thx.