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

duckdb的0.10.2版本用VS2019编译成功了,debug版本库嵌入到Qt项目中程序运行报错 #12001

Closed
2 tasks
luxtzy opened this issue May 11, 2024 · 3 comments

Comments

@luxtzy
Copy link

luxtzy commented May 11, 2024

What happens?

用VS2019编译了0.10.2版本成功了,duckdb的release库可以在Qt项目中正常编译运行,debug模式的库能在Qt中成功编译,运行的时候报无法找到程序输入点,请帮忙解答一下,谢谢!

To Reproduce

是在Qt pro文件中引用,拷贝duckdb.dll到执行文件下面,运行exe弹窗报无法定位程序输入点,其他Qt依赖库都在执行文件所在目录

OS:

win10

DuckDB Version:

0.10.2

DuckDB Client:

Qt

Full Name:

luis

Affiliation:

song

What is the latest build you tested with? If possible, we recommend testing with the latest nightly build.

I have not tested with any build

Did you include all relevant data sets for reproducing the issue?

No - Other reason (please specify in the issue body)

Did you include all code required to reproduce the issue?

  • Yes, I have

Did you include all relevant configuration (e.g., CPU architecture, Python version, Linux distribution) to reproduce the issue?

  • Yes, I have
@hawkfish
Copy link
Contributor

What happens? I successfully compiled version 0.10.2 with VS2019. The release library of duckdb can be compiled and run normally in the Qt project. The library in debug mode can be successfully compiled in Qt. When running, it reports that the program input point cannot be found. Please help me answer. Thanks!

To reproduce: It is referenced in the Qt pro file. Copy duckdb.dll to the executable file. When running the exe, a pop-up window will report that the program input point cannot be located. Other Qt dependent libraries are in the directory where the executable file is located.

@luxtzy
Copy link
Author

luxtzy commented May 12, 2024 via email

@szarnyasg
Copy link
Collaborator

Hi @luxtzy, unfortunately, debug builds are out of scope according to our support policy. There are some 3rd party QT examples available, e.g., https://github.com/chilarai/qt-duckdb.

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

No branches or pull requests

3 participants