Windows Programming - March 2023

How to find a list of supported locales in Windows?
need the names of supported locales in Windows please!
Mar 28, 2023 at 8:53am
[2 replies] Last: When using #include <windows.h>, consider also having before #defin... (by seeplus)
Is there an API to determine COM apartment model?
Suppose you initialize COM with CoInitializeEx(NULL, COINIT_MULTITHREADED); Is there a function which will tell if COM was intialized with COINIT_MULTITHREA...
Mar 26, 2023 at 9:49pm
[2 replies] Last: Nice, this is exactly what I need. Thanks! (by malibor)
How to add a project in one solution as a reference to another project in another solution?
Hi, Previously in a C++ native project, one could add dependencies to static libraries (.lib) and dynamic libraries (.dll) by right clicking on the References ...
Mar 18, 2023 at 9:11pm
[1 reply] : Referencing a project from another solution is not possible. Instead ... (by malibor)
by ruzip
fmemopen for Windows?
Is there any library that can treat memory as file stream like fmemopen on Windows? and how to use it like you are opening a file stream?
Mar 14, 2023 at 12:57am
[4 replies] Last: Thanks for the suggestions. (by ruzip)
  Archived months: [feb2023] [apr2023]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.