About 2,350,000 results
Open links in new tab
  1. Which Cross Platform Preprocessor Defines? (__WIN32__ or …

    Jun 7, 2010 · I often see __WIN32, WIN32 or __WIN32__. I assume that this depends on the used preprocessor (either one from visual studio, or gcc etc). Do I now have to check first for …

  2. Strawberry Perl doesn't include Win32::shortcut? - Stack Overflow

    Jan 4, 2025 · I'm not versed in Perl, but from what I can tell it doesn't have Win32::shortcut.pm in the install. This is a fresh install using strawberry-perl-5.40.0.1-64bit.msi on a Windows 10 …

  3. 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 …

  4. 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 …

  5. Creating a transparent window in C++ Win32 - Stack Overflow

    I'm creating what should be a very simple Win32 C++ app whose sole purpose it to ONLY display a semi-transparent PNG. The window shouldn't have any chrome, and all the opacity should …

  6. 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?

  7. 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, 2 months ago Viewed 156k times

  8. windows - Why is everything named win32? - Stack Overflow

    Aug 1, 2017 · The introduction of "Win32" was the last substantial change to the Windows API, and it's called "Win32" regardless of the target architecture. The SDK headers use _WIN32 to …

  9. ImportError: No module named win32com.client - Stack Overflow

    I am currently using python 2.7 and trying to open an Excel sheet. When using the code below: import os from win32com.client import Dispatch xlApp = …

  10. 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.