2023-11-23 05:52 AM
After downloading the enstsw-95hf002 code example, I try to compile the project
and getting these errors
Solved! Go to Solution.
2023-11-23 05:55 AM
Hi,
This is linker errors: the symbols from the CR95HF.DLL are not found. Make sure to have the CR95HF.lib DLL import lib in the linker command. Also, make sure to includeCR95HFDLL.h in your sources using the DLL APIs.
Rgds
BT
2023-11-23 05:55 AM
Hi,
This is linker errors: the symbols from the CR95HF.DLL are not found. Make sure to have the CR95HF.lib DLL import lib in the linker command. Also, make sure to includeCR95HFDLL.h in your sources using the DLL APIs.
Rgds
BT