Visual Studio 2005 x64 mode.



Hi,
I am trying to port my VC++ application to a x64 compatible platform.

Since most of my code makes use of int's ...( I noticed that an int is
32bits long on x64 mode as well)....I want to be able to use 64bit
ints in my new code.... I was wondering if there is some option or
setting in VC++ tht allows me to treat int's as 64 bit longs or 64 bit
integers?

Thanks for your valuable suggestions guys.
.



Relevant Pages

  • [RFC 3/6] Char: moxa, remove port->port
    ... We don't need to hold a reference to port index. ... int close_delay; ... static int MoxaDriverPoll; ... -static void MoxaPortDisable; ...
    (Linux-Kernel)
  • [PATCH 07/19] Char: moxa, remove port->port
    ... We don't need to hold a reference to port index. ... int close_delay; ... static int MoxaDriverPoll; ... -static void MoxaPortDisable; ...
    (Linux-Kernel)
  • [PATCH 3/3] Intel IXP4xx network drivers
    ... - hardware queue manager ... endif #NETDEVICES ... +static inline void debug_desc(unsigned int queue, u32 desc_phys, ... +static int request_queues(struct port *port) ...
    (Linux-Kernel)
  • [EXPL] MSMQ Heap Overflow (Exploit)
    ... /* stub data, 8-octet aligned ... Destination port: '' ... // with a string that got longer by one unicode 'A' each time. ... unsigned int a, b, c, d, p; ...
    (Securiteam)
  • Re: Problem to read on a serial port
    ... int portOpen ... Note that none of the above ever close the serial port unless ... Your port configuration function needs to be changed. ...
    (comp.unix.programmer)