Topic: Win7 - 1.4.2 - Error with library file
Hello,
I compiled the libnfc 1.4.2 on Windows 7 (64 bit) using the manual provided, but there is no nfc.lib or any other library file created. How to generate the nfc.lib file?
I thought that the libnfc.dll.a was the library file, but when I rename it to libnfc.lib and use it in my project, it tries to find different entrypoints that don't exist in the libnfc.dll (for example, I use Gdiplus, and it will try and find GdipFree in libnfc.dll)
(exact error message)
---------------------------
Entry Point Not Found
---------------------------
The procedure entry point GdiplusShutdown could not be located in the dynamic link library libnfc.dll.
---------------------------
OK
---------------------------
removing gdi+ to test, will result in the failing of sqlite
Only errors out in Release, works fine in debug
Last edited by Anon122 (2011-02-23 13:50:32)