About 2,450,000 results
Open links in new tab
  1. What's the difference between the WIN32 and _WIN32 defines in …

    Mar 16, 2019 · 64 WIN32 is a name that you could use and even define in your own code and so might clash with Microsoft's usage. _WIN32 is a name that is reserved for the implementor (in …

  2. Where is WIN32 defined, and how can I include this definition in …

    Feb 6, 2017 · Some WIN32 defined in the compiler . Just like this,If you use the gcc for windows , WIN32 is defined . If you use the gcc for linux , WIN32 is not defined :) So , the macros is a …

  3. What is _WIN32_WINNT and how does it work? - Stack Overflow

    Feb 27, 2013 · _WIN32_WINNT is a preprocessor token, which is replaced by (0x0601) wherever _WIN32_WINNT is used. The preprocessor just scans the whole file and replaces …

  4. winapi - How to use Win32 API with Python? - Stack Overflow

    Jun 21, 2009 · How can I use win32 API in Python? What is the best and easiest way to do it? Can you please provide some examples?

  5. How can I download .vsix files now that the Visual Studio Code ...

    Jan 16, 2025 · I need to download .vsix versions of extensions for my coding environment (Python and Pylance) on an offline machine, but there does not appear to be a way to do so. The …

  6. Should I define both _WIN32 and _WIN64 in 64bit build?

    6 _WIN32:Defined for applications for Win32 and Win64. Always defined. _WIN64:Defined for applications for Win64. More detail: Predefined Macros . To put it simply, WIN32/_WIN32 is …

  7. How can we check if a file Exists or not using Win32 program?

    Sep 30, 2010 · How can we check if a file Exists or not using a Win32 program? I am working for a Windows Mobile App.

  8. download windows API reference (MSDN) for offline use

    May 27, 2017 · Although it is now 17 years old, the Win32.hlp file from Microsoft is still a useful reference for those, like me, still programming using the "flat" Windows API. It still covers 99% …

  9. difference between #if defined (WIN32) and #ifdef (WIN32)

    difference between #if defined (WIN32) and #ifdef (WIN32) Asked 15 years, 11 months ago Modified 2 years, 1 month ago Viewed 156k times

  10. Send email with Python in Windows 11 with "Outlook (New)"

    Oct 30, 2023 · I am trying to send an email in a Windows 11 machine, with a Python code that was previously working on a different Windows 10 machine with Outlook installed. It seems …