Windows Programming - March 2023

How to find a list of supported locales in Windows?
 
need the names of supported locales in Windows please!
[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...
[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 ...
[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?
[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.