Topic: Install LibNFC on Dev-Cpp

Hi everybody !

I'm programming on Dev-Cpp.
I've downloaded libnfc-1.3.4-winsdk, and made a Package by hand.
I've verified it with Dev-C package manager.

I'm trying to do the example code (http://www.libnfc.org/api/examples_page.html) and I only have linker errors (  [Linker error] undefined reference to `print_hex' ...).

Does anyone know how can I install libnfc on dev-cpp please ?
I've done a research in the forum with "dev-cpp and dev-c++", no answers.

Thanks for your help !

Re: Install LibNFC on Dev-Cpp

I'm sorry I don't have Dev-cpp installed anymore.
Try to follow this page where they explain how to add includes and libs to a dev-cpp projects.
I hope this helps

http://opencv.willowgarage.com/wiki/DevCpp

Leo

Re: Install LibNFC on Dev-Cpp

I'll see.

Thank you

Re: Install LibNFC on Dev-Cpp

Thank Leo !