inkcpp icon indicating copy to clipboard operation
inkcpp copied to clipboard

C lib unresolved external symbols

Open tgaldi opened this issue 1 month ago • 8 comments

Hey - I'm trying to link to inkcpp_c.lib and running into unresolved external symbols (attached). Any help would be very much appreciated!

external_symbols.txt

I also tried building a dynamic library version of the cpp lib but I get:

runner_impl.obj : error LNK2019: unresolved external symbol "char const * * ink::CommandStrings" (?CommandStrings@ink@@3PAPEBDA) referenced in function "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl ink::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > &,enum ink::Command)" (??6ink@@YAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AEAV12@W4Command@0@@Z)
6>P:\projects\InkCpp\build\inkcpp\Release\inkcpp.lib : fatal error LNK1120: 1 unresolved externals

tgaldi avatar Dec 04 '25 17:12 tgaldi