PDA

View Full Version : GnuBarcode in QT4 win32



aekilic
17th December 2009, 17:39
Is there any what that I could include and use gnu barcode in a QT4 project. I try to include it to my project but I allways get the error undefined reference to `_imp__Barcode_Create'.

is it possible to solve it?

Gnubarcode address
http://gnuwin32.sourceforge.net/packages/barcode.htm

Tanuki-no Torigava
17th December 2009, 22:18
Usually undefined reference related to unlinked library (e.g. DLL for Windows). Check your linker options.

Best regards,
-- tanuki