ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] se_tree_foreach() not compiling under XP

Date: Sun, 13 Apr 2008 18:39:32 +0200

Hello

 I can’t compile my code with the function se_tree_foreach (from emem.h), I got following error (if I comment out the function it runs sucessfully):

LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use/NODEFAULTLIB:library

 libui.lib(compare_stat.obj) : error LNK2019: unresolved external symbol _emem_tree_foreach referenced in function _comparestat_draw 

wireshark.exe : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\link.EXE"' : return code '0x460' Stop.

the interesting thing is that it works on my Fedora. Any Idea what the problem is??

Thank you