On 27/04/2010 11:05, ankur madan wrote:
> Hi,
>     i created my own dissector "dissbill".i created the dll and
> manifest of this plugin and copied it to c:\program
> files\wireshark\plugin.after that i run tshark.exe though cmd.it
> <http://cmd.it> gave me the error,could not load the module and
> msvcr80.dll not found.
> after this i copied msvcr80.dll to system32 folder.the error is still
> coming,but now the error is a runtime error R6034.
>  
> may i know what is the main issue.looking forward for response.
>  
> thanks
> ankur
>   
You need to build a plain old version of wireshark before you try
building a custom one.  Can you confirm that you have built and run a
standard wireshark?  Did you build the installer and install it?

Is the Wireshark in C:\Program Files\Wireshark the one you have built
and installed, or an install built elsewhere?  During a build, Wireshark
isn't installed, that's a separate step.

If the latter then it is likely to have been linked with msvcr90.dll and
your plugin is linked with msvcr80.dll (due to compiling with VS2005)
causing the issue.

-- 
Regards,

Graham Bloice

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to