About 50 results
Open links in new tab
  1. winapi - Win32 File Name Comparison - Stack Overflow

    Jan 4, 2009 · Does anyone know what culture settings Win32 uses when dealing with case-insensitive files names? Is this something that varies based on the user's culture, or are the casing rules that …

  2. How can a Win32 process get the pid of its parent? - Stack Overflow

    Oct 8, 2008 · A better way to do this is to call DuplicateHandle() to create an inheritable duplicate of your process handle. Then create the child process and pass the handle value on the command line. …

  3. How can I find the product GUID of an installed MSI setup?

    Apr 29, 2015 · I need to find the product GUID for an installed MSI file in order to perform maintenance such as patching, uninstall (how-to uninstall) and also for auditing purposes.

  4. Convert bitmap to PNG in-memory in C++ (win32) - Stack Overflow

    Convert bitmap to PNG in-memory in C++ (win32) Asked 17 years, 2 months ago Modified 1 year, 4 months ago Viewed 40k times

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

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

  7. Win32 programming hiding console window - Stack Overflow

    Mar 7, 2009 · Win32 programming hiding console window Asked 16 years, 11 months ago Modified 5 years, 3 months ago Viewed 40k times

  8. Display popup in Win32 Console Application - Stack Overflow

    Mar 19, 2014 · How do I display a popup window in a Win32 Console application in Microsoft Visual C++? This is for building a drowsiness detection system using OpenCv.

  9. c++ - Win32 vs .Net - Stack Overflow

    Sep 7, 2014 · Win32: Powerful and complete. Any documented behavior on the windows platform can be composed via Win32, but with power comes responsibility and difficulty. There's a pretty …

  10. 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, 2 months ago Modified 9 days ago Viewed 54k times