Thanks
Leave the _WIN32 definition, and add _WIN64. See "Predefined Macros"
topic in MSDN.
Dave
Hello Dave,
For _WIN32 and _WIN64 it's clear because those defines are managed
dynamicaly by Visual Studio, but i was taking of WIN32 (without underscore)
that is present in project options / Configuration properties / C-C++ /
Preprocessor => Preprocessor Definitions
Should i :
- change WIN32 to WIN64 ?
- keep WIN32 and add WIN64 ?
- do nothing ?
Checking one of my projects, I've done nothing - it still has WIN32
defined for the x64 project, and there's no WIN64 defined.
Dave
I performed a test at my side and indeed I also found that it was not
changed to WIN64 automatically. This seems to be a product issue and I will
internally report it to our product team. If you want to get the
notification, I recommend that you submit a product feedback at
https://connect.microsoft.com/visualstudio so that our product team can
hear your voice and reply you soon. Generally you will get an email
notification when they respond to you.
If you have any other questions or concerns, please feel free to let me
know.
Best regards,
Charles Wang
Microsoft Online Community Support
===========================================================
Delighting our customers is our #1 priority. We welcome your
comments and suggestions about how we can improve the
support we provide to you. Please feel free to let my manager
know what you think of the level of service provided. You can
send feedback directly to my manager at: msd...@microsoft.com.
===========================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for
non-urgent issues where an initial response from the community
or a Microsoft Support Engineer within 1 business day is acceptable.
Please note that each follow up response may take approximately
2 business days as the support professional working with you may
need further investigation to reach the most efficient resolution.
The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by
contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
============================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
=========================================================
Thanks you very much I'll sumit this issue to the VS team.
Best regards
>
>I performed a test at my side and indeed I also found that it was not
>changed to WIN64 automatically.
I suspect the documentation is wrong. Searching the VC++ include files
shows nothing that uses WIN64 - though lots use _WIN64 & WIN32.
Dave
Best regards,
Charles Wang
Microsoft Online Community Support
=========================================================
Delighting our customers is our #1 priority. We welcome your
comments and suggestions about how we can improve the
support we provide to you. Please feel free to let my manager
know what you think of the level of service provided. You can
send feedback directly to my manager at: msd...@microsoft.com.
=========================================================
Best regards,
Charles Wang
Microsoft Online Community Support
=========================================================
Delighting our customers is our #1 priority. We welcome your
comments and suggestions about how we can improve the
support we provide to you. Please feel free to let my manager
know what you think of the level of service provided. You can
send feedback directly to my manager at: msd...@microsoft.com.
=========================================================
Thanks for the confirmation Charles.
I assume the documentation will be corrected?
Dave
Thank you for your attention on this. Have a nice day!
http://www.flounder.com/msdn_documentation_errors_and_omissions.htm
I admit this this is just a tiny percentage of the serious problems, but it represents the
ones I'm aware of.
joe
On Mon, 16 Jun 2008 08:29:23 GMT, chan...@online.microsoft.com ("Charles Wang [MSFT]")
wrote:
Joseph M. Newcomer [MVP]
email: newc...@flounder.com
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
This list is very useful. I have reported it to our internal MSDN document
team. :) Thanks very much for sharing it and the feedback for improving our
product quality.
Yanhong Huang
Team Manager
Microsoft Community Support
On Wed, 25 Jun 2008 08:02:12 GMT, yhh...@online.microsoft.com (Yan-Hong Huang[MSFT])
wrote: