cancel
Showing results for 
Search instead for 
Did you mean: 

ST25 NFC/RFID tags enstsw-95hf002

snire
Associate

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

This discussion has been locked for participation. If you have a question, please start a new topic in order to ask your question
1 ACCEPTED SOLUTION

Accepted Solutions
Brian TIDAL
ST Employee

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.

View solution in original post

1 REPLY 1
Brian TIDAL
ST Employee

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.