virtualsafety

Results 5 comments of virtualsafety

> This C interface example https://github.com/duckdb/duckdb/blob/master/examples/embedded-c/main.c works fine though... i am facing the same problem. C example can work fine ,but c++ can not.

g++.exe -fdiagnostics-color=always -g -I"D:\Go\c-demo\c++" -L"D:\Go\c-demo\c++" -llibduckdb duckdb_cppintegration.cpp -o duckdb_cppintegration -std=c++11 In file included from duckdb_cppintegration.cpp:8: duckdb.hpp:789:20: error: function 'duckdb::hugeint_t::hugeint_t()' definition is marked dllimport 789 | DUCKDB_API hugeint_t() = default; |...

> Are you sure this is using MVSC? To me it looks like you are using G++/MinGW or something like that. yes,i am using MinGW.

Is it possible to support MinGW?

Do we have etcd API v3 support?