Am Tue, 08 May 2007 14:33:17 -0400 schrieb Mariwan:

> fltk-utf8png.lib(pngmem.obj) : error LNK2019: unresolved external symbol
> __imp__malloc referenced in function _png_malloc fltk-utf8z.lib(zutil.obj)
> : error LNK2001: unresolved external symbol __imp__malloc fl_set_fonts.obj
...

there is an unresolved external symbol
probably there is a library missing, malloc should be in some stdc lib.
maybe there are several different libs for this (single/multithreaded,
static/dynamic loaded, ansi/unicode, microsoft specif ...)

good luck

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to