About 51 results
Open links in new tab
  1. What's the difference between the WIN32 and _WIN32 defines in C++

    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 this case …

  2. 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 select the API. …

  3. Which Cross Platform Preprocessor Defines? (__WIN32__ or __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 os and then …

  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. user interface - Creating GUIs in Win32 C++ - Stack Overflow

    Oct 19, 2015 · Here's a good primer (introduces dialog boxes, text boxes, buttons, etc): theForger's Win32 API Tutorial And here's where you go from there (numeric up-downs, list boxes, combo …

  6. Win32 API to enumerate dll export functions? - Stack Overflow

    Apr 9, 2024 · I found similar questions but no answer to what I am looking for. So here goes: For a native Win32 dll, is there a Win32 API to enumerate its export function names?

  7. visual studio - C++ MSVC14.0 での WIN32マクロについて - スタック …

    はじめまして.質問を見ていただいてありがとうございます. 私は最近,MSVC12.0(以降VC12)からMSVC14.0(以降VC14)への移行を始めた者です. 症状と原因 VC12では動作できていたオー …

  8. javascript - Cannot find module @rollup/rollup-win32-x64-msvc. npm …

    Dec 1, 2023 · Cannot find module @rollup/rollup-win32-x64-msvc. npm has a bug related to optional dependencies Asked 2 years, 4 months ago Modified 1 month ago Viewed 55k times

  9. Where does "win32" come from when I'm using windows 64bit

    The (note "formerly called the Win32 API") was restored to "Windows API" or "WinAPI", but "Win32" is firmly entrenched as the API name. Many thanks for your answer!

  10. OSError: [WinError 193] %1 is not a valid Win32 application

    That's a comment that asserts that "not a valid Win32 application" is unclear. It seems very clear to me, but perhaps that's because I'm experienced in Win32 and didn't see things from the perspective of …