- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a VS solution with both WIN32 and X64 projects. I've used !DEC$ IF DEFINED(_X86_) in a bunch of places to make the 32 bit version syntax different. But Now I find my WIN32 project is being compiled thinking that _X86_ isn't defined. Is this automatically set somewhere? I thought it was being done correctly, and now it isn't.
Thanks!
Thanks!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That's not one of the compiler's predefined symbols. It does define _M_X86 when compiling for X86.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page