FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Linking errors FW 13.08
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Linking errors FW 13.08
Posted: Tue Oct 08, 2013 06:48 PM
Antonio / Rao:

I just installed FW 13.08 and I'm getting the following link errors:
Code (fw): Select all Collapse
Error: Unresolved external '_png_create_write_struct' referenced from E:\COMP\FW
H\LIB\FIVEHC.LIB|FWPNG
Error: Unresolved external '_png_create_info_struct' referenced from E:\COMP\FWH
\LIB\FIVEHC.LIB|FWPNG
Error: Unresolved external '_png_set_longjmp_fn' referenced from E:\COMP\FWH\LIB
\FIVEHC.LIB|FWPNG
Error: Unresolved external '_png_set_IHDR' referenced from E:\COMP\FWH\LIB\FIVEH
C.LIB|FWPNG
Error: Unresolved external '_png_malloc' referenced from E:\COMP\FWH\LIB\FIVEHC.
LIB|FWPNG
Error: Unresolved external '_png_init_io' referenced from E:\COMP\FWH\LIB\FIVEHC
.LIB|FWPNG
Error: Unresolved external '_png_set_rows' referenced from E:\COMP\FWH\LIB\FIVEH
C.LIB|FWPNG
Error: Unresolved external '_png_write_png' referenced from E:\COMP\FWH\LIB\FIVE
HC.LIB|FWPNG
Error: Unresolved external '_png_free' referenced from E:\COMP\FWH\LIB\FIVEHC.LI
B|FWPNG
Error: Unresolved external '_png_destroy_write_struct' referenced from E:\COMP\F
WH\LIB\FIVEHC.LIB|FWPNG
* Linking errors *
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: Linking errors FW 13.08
Posted: Tue Oct 08, 2013 07:21 PM

It is a missing PNG.lib in Your make-file.
Please have a look at :

viewtopic.php?f=3t=26213p=147917hilit=png.lib#p147917

Best Regards
Uwe :lol:

&&&

Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Re: Linking errors FW 13.08
Posted: Tue Oct 08, 2013 08:59 PM

Uwe:

Thank you. Worked perfectly.

Continue the discussion