Thus spake RABRET Laurent RD-MAPS-ISS (laurent.rabret@xxxxxxxxxxxxxxxxx): > Yes, ZLIB is the only external library you have to recompile. I've also > installed VS .NET 2k3 at work and succeed in compiling and using > ethereal with this release. However, I do use msvcr7x.dll. Maybe the > problem you encounter concerns a mismatch regarding important libraries. > You might have a look on this message I sent 18 months ago. It helped > some folks resolving this issue. So I rebuilt zlib-1.2.1 and verified with depends.exe that it's linked against the new msvcr71.dll, and copied it to c:\ethereal-win32-libs and the ethereal build still failed with 44 linker errors along the same lines as these during the link stage right after ascend-scanner.c: lanalyzer.obj : error LNK2001: unresolved external symbol __imp__fwrite libpcap.obj : error LNK2001: unresolved external symbol __imp__fwrite netmon.obj : error LNK2001: unresolved external symbol __imp__fwrite 5views.obj : error LNK2019: unresolved external symbol __imp__time referenced in function __5views_dump_close network_instruments.obj : error LNK2019: unresolved external symbol __imp__time referenced in function _network_instruments_dump_open 5views.obj : error LNK2019: unresolved external symbol __imp___tzset referenced in function __5views_dump_close ascend-scanner.obj : error LNK2001: unresolved external symbol __imp__strtoul airopeek9.obj : error LNK2019: unresolved external symbol __imp__strtoul referen ced in function _wtap_file_read_number iptrace.obj : error LNK2001: unresolved external symbol __imp__strtoul toshiba.obj : error LNK2001: unresolved external symbol __imp__strtoul vms.obj : error LNK2001: unresolved external symbol __imp__strtoul I've actually managed to hack my way though a full build of 0.10.9 using the msvcrt.dll from Visual Studio 6, and those errors were eliminated by switching dlls. I suspect the problem here is that the glib lib is still using the old dll, regardless of what zlib uses.. I've also noticed that neither the .NET SDK nor the VS Toolkit contain windows.h (and probably lots of other include files?) Did you use MinGW's version or something? -- Mike Perry Mad Computer Scientist fscked.org evil labs
Powered by MHonArc 2.6.10