lkordos
lkordos
Hm, that's unfortunate. It would be helpful to clearly state in the docs that the C++ is outside of community support, so proper decisions could be made regarding using this...
Changing the runtime library for linking from static to dynamic (/MD flag in VS) fixes the problem. Saying that, this solution has implication for deployment and is not favorable. The...
Full error description: ``` Creating library ..\..\..\bin\win22\debug\test.lib and object ..\..\..\bin\win22\debug\test.exp 1>analyzer.obj : error LNK2019: unresolved external symbol "public: class duckdb::Value __cdecl duckdb::ColumnDataRow::GetValue(unsigned __int64)const " (?GetValue@ColumnDataRow@duckdb@@QEBA?AVValue@2@_K@Z) referenced in function "public: enum...
Hello, I'd like to ask about this issue: has been made any resolution in this case? Thank you.