Hi
I got some c++ project (VS 2019) that I need to work on.
the problem is when compiling the project I get 2 errors:
LNK2019 unresolved external symbol FilterConnectCommunicationPort
LNK2019 unresolved external symbol FilterSendMessage
from what I read those functions are from the fltlib dll and I need to include the fltlib.lib in my project
I did manage to download the fltlib.dll but i don’t know how to get the lib file (my project already has the header file needed)
- Where can I get the lib file?
- how to link it in my project?
I’m not a c++ developer so if this is a trivial question my apologies
thanks