I have modified the fltk-1.1.x-r5764 to support the utf8 based on the old 
fltk-utf8-1.1.6-3.
I'm facing a strange problem with the dll project. I can compile all the 
projects in the debug mode without any problem, everything compiles fine. But 
when I use the release mode, I can’t compile the dll project (just the dll 
project).

I get
 Linking...
   Creating library ../test/fltk-utf8dll.lib and object ../test/fltk-utf8dll.exp
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 : error LNK2001: unresolved external symbol __imp__malloc
Fl_Text_Buffer.obj : error LNK2001: unresolved external symbol __imp__malloc

..etc 1428 error(s)

when the compiler want to link the compiled objects it generate 1428 error.

I have tried everything .. the projects debug/release are exact the same (may 
be just the optimization and debug support is not)
I can put the package on my home site if some would like to test. I hope some 
one could help me ..
Thank you in advance.

Note: I used VC 2005 and VC 2005 express
Mariwan


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

Reply via email to