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 w...
[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 d...
[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 us...
[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.