How to install Microsoft Visual Redistributable package C++ 2019 for VirtualBox 7.2.0
I need Microsoft Visual C++ Redistributable package to install VirtualBox 7.2.0
Developer technologies | C++
How can i steup visual studio with WinRt and c++
Hi I want to make my own GUI frame work and I want to build it using c++ and winrt but I cannot setup visual studio for winrt with c++ Is any one has the answer Thanks For Everyone.
Developer technologies | C++
What's best practice for making the encodings module accessible to projects
I'm including Python in my project, but it cannot find the encodings module. Fatal Python error: Failed to import encodings module Some recommend setting PYTHONHOME as the solution. However, I'm not sure if this is the best solution, since I am not…
Developer technologies | C++
How to fix error MSB4057 The target "ComputeLinkImportLibraryOutputsForClean" does not exist in the project
I am trying to make a game and everytime I build my solution this error pops up I am using the following NuGet Packages SDL SDL_image.h SOIL Box2D OpenAL.Soft GLM Boost I am also using the following libraries cpptoml FastNoiseLite ImGUI
Developer technologies | Visual Studio | Debugging
Developer technologies | C++
Developer technologies | Visual Studio | Other
Usage of TLS 1.3 protocol using SCHANNEL in C++ language for TCP/IP
We are trying to build one sample application using only TLS 1.3(No fallback to older TLS versions) protocol with below registries added, [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.3\Client]…
Developer technologies | C++
Visual C ++
Microsoft Visual C++ Runtime Library – Assertion Failure I have been receiving an Assertion Failure message from Windows (expression: vulcan_) and I’m not sure how to fix it or how critical it is. I have also been experiencing issues with Adobe, and…
Developer technologies | C++
Issues with RGB Color Channels in WIC Codec API on Windows 11
An issue has been encountered regarding the quality of bitmaps generated using the Windows Imaging Component (WIC) on Windows 11, 24H2 OS. Insights or solutions regarding the handling of RGB color channels would be appreciated.
Developer technologies | C++
Help Needed .exe file crashing while executing
I created an .exe application. It was running properly until I opened Google in the app, started Google Meet, and shared my screen. Suddenly, it crashed. Now, when I try to restart it, it crashes automatically. I don’t know what’s going on. When I…
Developer technologies | C++
Query on Stack Protection Status
Hello Team, While checking a Windows executable in Process Explorer, I noticed that Stack Protection is shown as Disabled, whereas DEP, ASLR, and CFG are enabled. PFA screenshot for reference. Could you please confirm if this is expected behavior, and…
Developer technologies | C++
Multi threaded file search app using events and critical sections not working as expected
Hi everyone, I built this multi threaded file search using Events and Critical sections, also I have a single thread (Folderthread) to locate all the folders recursively, and Multiple threads (FileThread) to look for files in each of the folders…
Developer technologies | C++
How to Avoid ELAM Errors Disabling a Critical Driver, Causing Endless Blue Screens and Preventing the Computer from Booting
Hello, while developing an ELAM driver, I envisioned a scenario. Suppose I issued a wrong policy, causing the ELAM driver to mistakenly intercept the startup of some critical system drivers, such as ntfs.sys (of course, this wouldn't be so outrageous in…
Windows for business | Windows Client for IT Pros | Devices and deployment | Other
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C++
Developer technologies | Visual Studio | Other
Como solucionar problemas en ventana GDI en c++
Porque despues de esconder y mostrar varias veces una ventana GDI en c++ empieza a dibujar cualquier cosa o se pone gris la zona que estaba oculta, a pesar de cumplir con todas las condiciones de eliminar y borrar objetos (DeleteObjet, Delete DC y…
Developer technologies | C++

windows 11
c is not compiling in my vs code even after installing mingw in my pc
Developer technologies | 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…
Developer technologies | C++
unable to compile with VS2022 Preview 7 with std=c++latest using modules and building with clang
Compiling a static library of modules (extension .ixx) with clang inside VS2022 17.6.0 Preview 7.0 I get this error: clang-cl : error : no such file or directory: '/scanDependencies' What is going on?
Developer technologies | C++
DX11 GPU memory leak on OpenSharedResource
I'm trying to figure why i'm getting GPU memory leak on this code. I checked using System Informer, at "Gpu Dedicated bytes" the memory usage increases on each loop iteration. I thought it was a missing call to CloseHandle(hDxSurface);, but…
Developer technologies | C++
How do I start an application process in a new desktop (Desktop 2) with CPP and CreateProcess
// Module_5_Processes.cpp : This file contains the 'main' function. Program execution begins and ends there. // #include <Windows.h> #include <stdio.h> #include <iostream> #define NULL 0 int main() { //NOTES /* BOOL…
Developer technologies | C++
Help with Semaphores
Hi Everyone, I am experimenting with Semaphores as I am reading the Windows System 10 programming book, I have this code, when it's run at first it's supposed to spin up the Semaphore Server and that works fine , but when I run another instance of it…
Developer technologies | C++
How do I resolve the following Exception...?
Exception thrown at 0x00007FFA4A457F9A (KernelBase.dll) in App.exe: WinRT originate error - 0x8000FFFF : 'WindowsXamlManager and DesktopWindowXamlSource are supported for apps targeting Windows version 10.0.18226.0 and later. Please check either the…
Developer technologies | C++
ICoreWebView2GetCookiesCompletedHandler is not called if the WebView is idle
Hello, I am using ICoreWebView2CookieManager and am trying to fetch a list of cookies via GetCookies. If i have a WebView that is constantly navigating to various pages it is eventually called. But if i have a hidden WebView, that does nothing but idle.…
Developer technologies | C++
Microsoft Edge | Microsoft Edge development
