Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot launch demo in Visual Studio #31

Open
YangHanlin opened this issue Sep 15, 2019 · 0 comments
Open

Cannot launch demo in Visual Studio #31

YangHanlin opened this issue Sep 15, 2019 · 0 comments

Comments

@YangHanlin
Copy link

YangHanlin commented Sep 15, 2019

I am planning to integrate AdvancedDockingSystem into my little project, but have come across some difficulties.

I am using Qt 5.13.0 with Visual Studio 2019 on Windows 10. According to the README, I checked out to the commit tagged 1.0.0. And with the help of Qt VS Tools, I can convert Qt Creator project .pro files into Visual Studio solution and projects in the solution.

However, as I started to build and run the project AdvancedDockingSystemDemo, although it can be successfully built, once the executable is launched, there pops up an error message as follows:

Error Message

(It is in simplified Chinese and the meaning in English is approximately Code cannot be executed due to the missing AdvancedDockingSystem1.dll. Re-installation of the program may solve the problem.)

The error message indicates that something named AdvancedDockingSystem1.dll is missing, so the program cannot be launched. So what does the problem come from and how can I solve it?

Thanks!

PS: I tried on Qt Creator and everything seems to work perfectly. And I think it may have something to do with the static linking done by Qt Creator (Visual Studio dynamically links Qt libraries to the built executable).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant