ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: [Ethereal-dev] Re: compiling on MS Visual C für Microsoft

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Mike Frisch <mfrisch@xxxxxxxxxx>
Date: Wed, 31 Oct 2001 09:46:13 -0500
On Wed, Oct 31, 2001 at 12:37:14PM -0800, Bernd Noth wrote:
>    1.)  from which *.zip or well as file from the developer - area is it,
>    I don't find it!!

The .tar.gz source distribution contains this file (as does CVS).  You
can open these files with WinZip.

>    2.) " command-line environment is set up to compile and link with MSVC
>    "  is this not  described in the make file?

Typically you would use the Platform SDK or the batch file
"vcvars32.bat" to establish your compilation environment.  You cannot
open these Makefiles as projects in VC6 if that's what you're thinking.

>    3.) Shoud I use the directory structure from the original files?

Definitely.  It won't work otherwise.

>    4.) Is it possible to make a variation with *.dsp for VC?

Sure.

Mike.