Hi, I try to generate the example1.exe from: freetype-2.3.2\freetype-doc-2.3.2\freetype-2.3.2\docs\tutorial If I use the freetype.lib in Project/Setup then I have the errors: ********************************* MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _qsort bereits in LIBCD.lib(qsort.obj) definiert MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _memmove bereits in LIBCD.lib(memmove.obj) definiert MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _strncmp bereits in LIBCD.lib(strncmp.obj) definiert LINK : warning LNK4098: Standardbibliothek "LIBC" steht in Konflikt mit anderen Bibliotheken; /NODEFAULT:Bibliothek verwenden LINK : warning LNK4098: Standardbibliothek "MSVCRTD" steht in Konflikt mit anderen Bibliotheken; /NODEFAULT:Bibliothek verwenden freetype.lib(sfnt.obj) : error LNK2001: Nichtaufgeloestes externes Symbol _FT_Message freetype.lib(truetype.obj) : error LNK2001: Nichtaufgeloestes externes Symbol _FT_Message freetype.lib(sfnt.obj) : error LNK2001: Nichtaufgeloestes externes Symbol _ft_trace_levels freetype.lib(truetype.obj) : error LNK2001: Nichtaufgeloestes externes Symbol _ft_trace_levels freetype.lib(sfnt.obj) : error LNK2001: Nichtaufgeloestes externes Symbol _FT_Panic freetype.lib(truetype.obj) : error LNK2001: Nichtaufgeloestes externes Symbol _FT_Panic Debug/example1.exe : fatal error LNK1120: 3 unaufgeloeste externe Verweise **********************************
If I don't use the freetype.lib in Project/Setup then I have the errors: ********************************** example1.obj : error LNK2001: Nichtaufgeloestes externes Symbol _FT_Done_FreeType example1.obj : error LNK2001: Nichtaufgeloestes externes Symbol _FT_Done_Face example1.obj : error LNK2001: Nichtaufgeloestes externes Symbol _FT_Load_Char example1.obj : error LNK2001: Nichtaufgeloestes externes Symbol _FT_Set_Transform example1.obj : error LNK2001: Nichtaufgeloestes externes Symbol _FT_Set_Char_Size example1.obj : error LNK2001: Nichtaufgeloestes externes Symbol _FT_New_Face example1.obj : error LNK2001: Nichtaufgeloestes externes Symbol _FT_Init_FreeType Debug/example1.exe : fatal error LNK1120: 7 unaufgeloeste externe Verweise ********************************** I use Visual C++ 6.0 to compile the sources. Please help me ! Thank you in advance! Mihai Coanda -- "Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ... Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
