Home > Back-end >  Thrift GlobalOutput cannot be introduced
Thrift GlobalOutput cannot be introduced

Time:12-01

Severity code shows the project file line prohibits display status
Error LNK2001 cannot resolve the external symbol "__declspec (dllimport) class apache: : thrift: : TOutput apache: : thrift: : GlobalOutput" (__imp_? GlobalOutput @ thrift @ apache @ @ 3 ServerThrift vtoutput @ @ 12 A)


Recently developed thrift procedures, using c + +, always quote the GlobalOutput cannot reference, other all debugging good, what additional assemblies, such as introducing the lib are all no problem, don't know why the card here, who have the same problem, please give directions,

CodePudding user response:

Most likely because the header file with the library files version mismatch
  • Related