Hello,

You must include the dll manifest inside the dll :
mt.exe -manifest <your_dll>.dll.manifest -outputresource:<your_dll>.dll;2

If you do not have the manifest, comment the following line :
DLL_LDFLAGS = /MANIFEST:no
into config.nmake


AND/OR


To use your dll on another PC, it could be necessary to install a Visual 
C++ 2008 vcredist_x86.exe.
The version of vcredist_x86.exe MUST match the version for your compiler.
E.g: 
http://www.microsoft.com/downloads/details.aspx?familyid=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=en


Olivier


gmail a écrit :
> Hello,
>
> i am trying it, but still have the "Couldn't load module" message from ws.
> Is there some particular setting for the project for the plugin dll ?
>
> many thanks
> Angelo
>
> Balint Reczey ha scritto:
>   
>> Hi Angelo,
>>
>> Try Visual C++ 2008 Express Edition, it's free.
>> http://www.wireshark.org/docs/wsdg_html_chunked/ChToolsMSChain.html
>>
>> Cheers,
>> Balint
>>
>> gmail wrote:
>>   
>>     
>>> Hello All,
>>>
>>> i ha ve developed a dissector, using gcc on windows (mingw). Wireshark 
>>> says that cannot load the module, i read already the FAQs. So is there 
>>> any chance to have this mingw dll loadable ? I will not install any M$ 
>>> payment / cracked M$VC or similar in my PC, and also think that 
>>> opensource development should keep away from payment stuff.
>>>
>>>
>>>
>>> It any suggestion, many thanks
>>> Regards,
>>> Angelo
>>> ___________________________________________________________________________
>>> Sent via:    Wireshark-dev mailing list <[email protected]>
>>> Archives:    http://www.wireshark.org/lists/wireshark-dev
>>> Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
>>>              mailto:[email protected]?subject=unsubscribe
>>>     
>>>       
>> ___________________________________________________________________________
>> Sent via:    Wireshark-dev mailing list <[email protected]>
>> Archives:    http://www.wireshark.org/lists/wireshark-dev
>> Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
>>              mailto:[email protected]?subject=unsubscribe
>>   
>>     
>
> ___________________________________________________________________________
> Sent via:    Wireshark-dev mailing list <[email protected]>
> Archives:    http://www.wireshark.org/lists/wireshark-dev
> Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
>              mailto:[email protected]?subject=unsubscribe
>
>
>   

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

Reply via email to