How to get a certificate to sign an MSIX
In the Azure Trusted Signing accounts, I completed Identity Validation for my LLC I want to create a certificate to sign an MSIX installer .exe file The only certificate profiles listed are "Public Trust and VBS Enclave." …
C++
I need to understand if and how the win32 API SetDIBitsToDevice() allocates extra memory buffers during its process
Hi, I could not find an appropriate tag for my problem so I selected the one I felt was most likely to give me relevant response. I am currently working with an application in which it is extremely important that no copies of any data is retained in…
C++
Confirm For ECCN For Visual C++ Redistributable / Microsoft Visual Studio Redistributables / VC++ Runtime Dlls
Hello, here I want to confirm the accurate ECCN info of below Microsoft Software Products: Visual C++ Redistributable for Visual Studio 2010 SP1 Visual C++ Redistributable for Visual Studio 2012 Update 4 Visual C++ Redistributable for Visual…
C++
Are there files missing from Windows SDK 10.0.26100.0 and how can I update them?
I'm trying to use the XAML Islands, but there are header files that I get the error E1696: cannot open source file. I tried the solution Compile your newly created project at least once. Then right-click in the source code editor > Rescan > Rescan…
C++
Not getting purchase information of subscription
I'm using the windows_iap package for implementing in-app purchases in my Windows Flutter app. However, whenever I run the app or create an MSIX package and check for purchases, I consistently receive empty results or messages indicating that no purchase…
C++
Can a console created via AllocConsole() be preserved after abrupt termination of a WinMain-based GUI process?
A console created dynamically using AllocConsole() for a winmain entry point application vanishes if the parent GUI process terminates abruptly (e.g., via an unhandled exception or forced termination). This raises concern that stderr logs printed to the…
C++

OpenEventLog returns RPC_S_SERVER_UNAVAILABLE on Windows 24H2
We have a tool that parse data from the eventlog. However this has stopped working to access remote servers when run Windows 24H2 machines, with either of the following errors: RPC_S_SERVER_UNAVAILABLE RPC_X_BAD_STUB_DATA The following application…
Windows API - Win32
C++
Windows 11
Application was unable to start correctly(0xc000007b)
Hi All, I am using visual studio 2010 C++ and my project builds without any errors but when I run it, getting error message "The application was unable to start correctly(0xc000007b)", I tried with many options which I found in…
C++
Crash dumps are not created sporadically.
We have separate process built by us on utilizing the WER in the situation and creating the dump file in the path we configure. But sporadically, we see that WER has not reproted the issue and dump files are not created. Sometimes WER has reported and…
C++
i cant download microsoft visual c++ because it says setup failed 0x800705b4 i did not find any tutorials on youtube how to fix it,Please help me microsoft team
I wanted to install microsoft visual c++,when i download the microsoft visual c++ installer is stuck at initializing and then after 3-2 minutes it says setup failed.
Windows 10
Microsoft Teams
C++
Visual Studio Setup
Kernel mode - PsGetCurrentProcessId && PsGetCurrentProcess bad docs
в ходе написания драйвера столкнулся с необходимостью скрыть импорты. начал писать импретацию функций PsGetCurrentProcessId и PsGetProcessId(PsGetCurrentProcess()). обнаружил ошибку вроде как две функции по названию имеют один и тот же смысл но нет…
C++
Custom CSP(cryptographic service provider) DLL is not used by adobe for signing
I have developed a custom CSP DLL, and I tried pushing a certficate to window store with private key referencing to custom CSP using CERT_KEY_PROV_INFO_PROP_ID for CertSetCertificateContextProperty . I have signed and registered my CSP in registry entry…
C++
Windows 11
Visual Studio don't detect new change in code
In the Hello world C++ default project, when I modify the code I need to rebuild the entire solution after modifications. Visual Studio think that my code is already up-to-date. It's not viable to rebuild because it take a lot more time in bigger…
Visual Studio
C++
How to show error icon when sync fails with cloud filter apis?
I am trying to create VFS using cloud filter APIs and want to implement error handling. In OnFetchData if we get any errors I want to show error icon in sync status. Can someone help what API should be called to achieve this functionality. I have tried…
C++
The file or directory is corrupted and unreadable.
Failed to execute command: ""C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.43.34808\bin\HostX64\x64\CL.exe" @C:\Users\Rohi\AppData\Local\Temp\MSBuildTemp\tmpf0e7a1f542fd49198d5f713dc7888c8c.rsp". The file…
C++
How to dock a CDockablePane to another floating CDockablePane in MFC?
Hi, I'm working on an MFC application using the MFC App Wizard (VS-generated template with docking panes), and I'm trying to float the Class View pane and then dock the File View pane into that floating Class View pane. Here's what I currently have…
C++
LNK2005 error on C++ app when implementing a replacement new and delete
In Visual Studio 2019 C++14 I can build a "hello world" program with a custom new and delete. I'm unable to link a larger program which implements a custom new and delete replacement. The error is LNK2005 "void * __cdecl operator…
C++
Why am I getting these errors, and do I need to include other header files?
/* You can also use project link settings to explicitly link WindowsApp.lib. Or, you can do it in source code (in pch.h, for example) like this. */ #pragma comment(lib, "windowsapp") /* To use Windows Runtime (WinRT) APIs in your Win32 app, we…
C++
I purchased Visuao Studio Pro 2022 and I did not get a Product Key
Visual Studio Pro 2022 Order number 2207564544 on 12/6/2-24 I did not get a Product Key. How do I get the product key for this?
C++
CPrintDialog CommDlgExtendedError
when i use CPrintDialog , (win10,x64) CPrintDialog PD(TRUE); PD.DoModal(); it show no dialog and returned IDCANCEL, and i run CommDlgExtendedError () after it, then returned "CDERR_MEMLOCKFAILURE", it means "The common dialog box…
Microsoft Graph
C++
Windows Server Printing
Windows Server
