Anders Broman wrote: > Hi, > I've checked in the new files but not the makefiles, nor the change to > packet-camel-template.c because of problems to build with MSVC6: > > Linking tshark.exe > link @C:\DOCUME~1\GAREN~1\LOKALA~1\Temp\nmc00492. > tap-camelsrt.obj : error LNK2001: unresolved external symbol _gcamel_StatSRT > tap-camelsrt.obj : error LNK2001: unresolved external symbol _gtcap_StatSRT > tshark.exe : fatal error LNK1120: 2 unresolved externals > NMAKE : fatal error U1077: 'link' : return code '0x460' > > This is with adding > camel_opr_code_strings DATA > to libwireshark.def which gave an error as well also the compiler is > complaining about tap_queue_packet in camel-persistent-data.c > > Without looking at the patch:
Did you noticed the note in libwireshark.def which I've added some weeks ago: "; DATA symbols must be declared WS_VAR_IMPORT in the header file!" I've stumbled over this several times (and it looks like you've stumbled as well :-), so I've added a note in this file. Regards, ULFL _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
