Wireshark mailing list archives

Re: 64 and 32 bit


From: oleksab () darkcornersoftware com
Date: Wed, 29 Sep 2010 11:33:03 -0400 (EDT)


Gerald

Thanks for the reply.

I assuming that it is based on the type of processor you have..??

My new computer has this processor in it:

Intel Core i3-350M Dual Core CPU running @ 2.26GHz

So I would have to tell the compiler to use a intel platform..??

Also....I see that Visual Studio Express Edition 2010 is out now. Should I
use this.....or should I just use 2008 (which I used in the past)..??

I wasn't sure if 2010 has any problems with it or not.

Thanks,
Brian



oleksab () darkcornersoftware com wrote:
Wiresharkers

So to switch back and fourth between creating a 32 bit .dll file and a
64
bit .dll file all I have to do is change the following in the
config.nmake
file..?

WIRESHARK_TARGET_PLATFORM=win32

OR

WIRESHARK_TARGET_PLATFORM=win64

And the compiler will know what libs to use from the above changes..??

Just wanted to make sure.

You have to tell the compiler which platform you're targeting, e.g.

c:\Program Files (x86)\Microsoft Visual Studio \
    9.0\VC\vcvarsall.bat x86_amd64

More information can be found at
http://msdn.microsoft.com/en-us/library/x4d2c09s%28v=VS.90%29.aspx
___________________________________________________________________________
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-request () wireshark org?subject=unsubscribe



___________________________________________________________________________
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-request () wireshark org?subject=unsubscribe


Current thread: