Hi, I run into trouble compiling php_imap.dll with SSL-Support for Windows from the standard php_modules.dsw Sources I tried are php 4.3.6 and 4.3.4 imap-2001 and imap2001a openssl-0.9.7d OpenSSL and cclient.lib builds without problems. Here the errors from the build process: --------------------Konfiguration: imap - Win32 Release_TS-------------------- Kompilierung läuft... php_imap.c Linker-Vorgang läuft... Bibliothek Release_TS/php_imap.lib und Objekt Release_TS/php_imap.exp wird erstellt cclient.lib(utf8.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __pctype cclient.lib(newsrc.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __pctype cclient.lib(mbxnt.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __pctype cclient.lib(imap4r1.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __pctype cclient.lib(misc.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __pctype cclient.lib(rfc822.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __pctype cclient.lib(os_w2k.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __pctype cclient.lib(mail.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __pctype cclient.lib(mtxnt.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __pctype cclient.lib(tenexnt.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __pctype cclient.lib(utf8.obj) : error LNK2001: Nichtaufgeloestes externes Symbol ___mb_cur_max cclient.lib(newsrc.obj) : error LNK2001: Nichtaufgeloestes externes Symbol ___mb_cur_max cclient.lib(mbxnt.obj) : error LNK2001: Nichtaufgeloestes externes Symbol ___mb_cur_max cclient.lib(imap4r1.obj) : error LNK2001: Nichtaufgeloestes externes Symbol ___mb_cur_max cclient.lib(misc.obj) : error LNK2001: Nichtaufgeloestes externes Symbol ___mb_cur_max cclient.lib(rfc822.obj) : error LNK2001: Nichtaufgeloestes externes Symbol ___mb_cur_max cclient.lib(os_w2k.obj) : error LNK2001: Nichtaufgeloestes externes Symbol ___mb_cur_max cclient.lib(mail.obj) : error LNK2001: Nichtaufgeloestes externes Symbol ___mb_cur_max cclient.lib(mtxnt.obj) : error LNK2001: Nichtaufgeloestes externes Symbol ___mb_cur_max cclient.lib(tenexnt.obj) : error LNK2001: Nichtaufgeloestes externes Symbol ___mb_cur_max cclient.lib(os_w2k.obj) : error LNK2001: Nichtaufgeloestes externes Symbol _daylight OLDNAMES.lib(daylight.obj) : error LNK2001: Nichtaufgeloestes externes Symbol _daylight cclient.lib(os_w2k.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __imp__CertFreeCertificateChain@4 cclient.lib(os_w2k.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __imp__CertVerifyCertificateChainPolicy@16 cclient.lib(os_w2k.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __imp__CertGetCertificateChain@32 cclient.lib(os_w2k.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __imp__CertNameToStrA@20 OLDNAMES.lib(daylight.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __daylight ..\..\Release_TS/php_imap.dll : fatal error LNK1120: 8 unaufgeloeste externe Verweise Fehler beim Ausführen von link.exe. Build environment is MS Visual C++ 6.0 and Microsoft Platform SDK February 2003 (php itself compiled fine) Any hints? Thx, Mathias