我从 https://github.com/KxSystems/kdb/tree/master/w64 添加了 c.obj - #pragma comment(lib, "c.obj")
但是我收到了这个错误
\3rdParty\kdb\c.obj : warning LNK4003: invalid library format; library ignored
5>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
error LNK2019: unresolved external symbol k referenced in function "public: virtual void __cdecl...
error LNK2019: unresolved external symbol ktd referenced in function "private: void __cdecl ...
error LNK2019: unresolved external symbol khpu referenced in function "private: void __cdecl ...
fatal error LNK1120: 3 unresolved externals
我已经尝试了谷歌中的所有方法,但似乎没有任何效果。
我是一名优秀的程序员,十分优秀!