Skip to main content
Associate
November 23, 2023
Solved

ST25 NFC/RFID tags enstsw-95hf002

  • November 23, 2023
  • 1 reply
  • 812 views

After downloading the enstsw-95hf002 code example, I try to compile the project
and getting these errors 

This topic has been closed for replies.
Best answer by Brian TIDAL

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

1 reply

Brian TIDAL
Brian TIDALBest answer
Technical Moderator
November 23, 2023

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

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.