Duckdb: No exported functions in windows dll

Created on 21 Sep 2020  路  4Comments  路  Source: cwida/duckdb

When I open duckdb.dll in DLL Export Viewer I see an empty list but when I open sqlite3.dll I see all of the functions:

SQLite:
image

Duckdb:
image

Most helpful comment

I have made a PR for a fix to this issue

All 4 comments

I think we need to add some DLL export flags to our functions for Windows to solve this problem. Have to look into it in more detail.

I have made a PR for a fix to this issue

When can we expect a new build ?

You can already download the pre-release binaries. But beginning of next month would normally be the time when we make a new release.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Mytherin picture Mytherin  路  4Comments

Mytherin picture Mytherin  路  5Comments

x2bool picture x2bool  路  3Comments

hannesmuehleisen picture hannesmuehleisen  路  9Comments

KnutJaegersberg picture KnutJaegersberg  路  5Comments