Yes, "asn1_id_decode1()" is not in "plugins\plugin_api_list.c" !
> -----Original Message----- > From: Guy Harris [mailto:[EMAIL PROTECTED] > Sent: Monday, November 10, 2003 4:36 PM > To: [EMAIL PROTECTED] > Cc: Ethereal > Subject: Re: [Ethereal-dev] Windows build order ? > > > > On Nov 10, 2003, at 4:26 PM, Michael Lum wrote: > > > My GSM MAP plugin needs to link against ..\..\asn1.obj > > It shouldn't need to. If there are routines in "asn1.c" that you're > calling but that aren't listed in "plugins\plugin_api_list.c", add > them, rebuild all the relevant files (that requires GCC, so you might > have to do that on a UNIX box) and try again - and send us a patch for > "plugin_api_list.c". > > Note also that your plugin will need to include > "plugins/plugin_api_defs.h".
