Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] How to share enhanced plugin

From: Stephen Fisher <stephentfisher@xxxxxxxxx>
Date: Wed, 3 Dec 2008 02:46:57 -0700
On Wed, Dec 03, 2008 at 05:26:31PM +0800, WangJing wrote:

> I tried. but received :
> mt: unknown option -- n
> usage: mt [-V] [-f device] operation [count]
> 
> This is at MSVC2005.
> And I can use "nmake -f makefile.nmake packaging", generate installing 
> package.

That looks like the mt program from Cygwin/Unix.  Are you using the 
special VS 2005 Command Prompt or running the appropriate scripts to set 
up the environment properly.  When I just type mt -h it shows me this 
(though it is Visual Studio 2008 Express Edition):

---

C:\Program Files\Microsoft Visual Studio 9.0\VC>mt -h
Microsoft (R) Manifest Tool version 5.2.3790.2076
Copyright (c) Microsoft Corporation 2005.
All rights reserved.

mt.exe : command line error c1010007: Unexpected/Unknown option "-h".  
Use the / ? option for help on usage and samples.

---


Steve