Hello,
I’m trying to connect a static library ftd2xx.lib from www.ftdichip.com (2.10.00 download) to my project, but I have errors “LNK2019: unresolved external symbol” when using functions from the .lib
Where and how should I declare these functions so that they can be used in the project?
log error,
Error 2 error LNK2019: unresolved external symbol __imp_FT_Close referenced in function “private: virtual void __cdecl AControlNET::BeginPlay(void)” (?BeginPlay@AControlNET@@EEAAXXZ) G:\unreal\projects\MyProject 4.6\Intermediate\ProjectFiles\ControlNET.cpp.obj MyProject
thanks in advance