A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Change default Windows SDK and Platform Toolset
I have a multi-project solution built in Visual Studio 2022. I'd like to set the default Windows SDK Version explicitly so all projects use the same library. However, it seems like I have to change it in each library, explicitly. Can this setting be…
Developer technologies | C++
c++ literal formats
what are the formats for C++ character literals of type wchar_t
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
api-ms-win-core-winrt-string-l1-1-0.dll is missing from my computer
api-ms-win-core-winrt-string-l1-1-0.dll is missing from my computer
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
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++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
How to clear Visual Studio 2022 cache in Windows 11
Can someone please tell me how to clear the cache in Visual Studio 2022 on a Windows 11 PC? The only information that I can find gives instructions that cannot be followed in Windows 11 (if you look for the required folders, they do not exist in the same…
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
Linker reporting unresolved symbols
I have been using the Digital Mars(DM) C++ compiler for many years. I decided to use the MSVC Community C++ compiler because there are a number of SDK functions I would like to use and they are not accessible with DM. Below is my attempt to create a…
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
MVC140.DLL Error after Windows OS Updates
Background: After software patching including Windows OS Updates we have several AE software such as CAD, C3D, Adobe InDesign and Chaos Enscape that fail to launch with a MVC140.dll error. Workaround: We started by remoting into end users machines…
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
I wanted to download the SAPI4 SDK suite for a hobby project of mine.
I require the SAPI4 sdk suite for my project (its a speech-to-speech, text-to-speech and speech-to-text meme voice generator, primarily tts, as SAPI4 voices are pretty funny when tuned and adjusted correctly), i got one link that is giving me a 404 error…
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
documented feature by Microsoft
for RunOnce, is the ! prefix a documented feature by Microsoft
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Dose Simulation possible on Snapdragon ARM Processor
Dose Simulation possible on Snapdragon ARM Processor? 2. Dose Snapdragon ARM processor supports python, C, C++, Java, Oracle, ML and AI learning ?
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
windows credential provider using PKINIT and implicit mapping
I am developing a windows credential provider aiming at supporting CPUS_LOGON/CPUS_UNLOCK_WORKSTATION using certificate PKINIT and implicit mapping. The certificate used for login is a short-term certificate stored in LocalMachine/My CNG store. My…
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
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++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
How to enable automatic JIT DeBugging
How to enable automatic JIT DeBugging. Message was JIT Assortation failure visual C++ Jit assortation failed
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Corrupted Micorosft Visual C++ Redistributable
Hi, I have a problem with Micorosft Visual C++ Redistributable. I thinks its badly corrupted. I was trying to install a newer one and got error that "The older version of Microsoft Visual C++ 2022 X64 Additional runtime cannot be removed" …
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Why is the return value nil when StartTraceW is invoked via Go, while the obtained traceHandle is still 0?
Hello everyone, and distinguished experts. The code is as follows: = func (s *Session) Init() error { if s.readMode { return nil } // start the etw session var handle uint64 utf16Name, err := syscall.UTF16FromString(s.Name) if err != nil…
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Issue with Embedded Office (Excel) in MFC C++ Application – Macros Blocked in Office 365/2024
Hello, I am developing an MFC C++ application and want to embed an Excel file into my form using OLE Object. When I open the Excel (.xlsm) file directly in Office, macros work normally. However, when I embed the Excel file into my MFC application via…
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Using C++ Magnification API (MagSetWindowTransform) shows both zoomed and normal window simultaneously
I am trying to implement a feature similar to the Windows Magnifier using the Windows Magnification API in C++. I am using MagSetWindowTransform to apply zoom (scaling) on a magnifier window. The magnification itself works, but I am facing an unexpected…
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
How can we create an app
Where can we understand full c program and c++ program from basics to depth and we should become a problem solver using the program Moved from: Microsoft Edge | Audio and video playback | Windows 11
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
I'm gettimg 0x00000002 when I try to install codeblocks on ,icrosoft store
So basically I first downloaded directly from the web but it was showing no compiler so I deleted code blocks and downloaded from microsoft store and tried to launch it won't start so I deleted all files related to code blocls and downloaded again but…
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Visual Studio 2022 "Cannot open source file" Issue
I uninstalled VS2019 and installed VS 2022. I run a simple project. It got a bunch of Error as seen in the image attached. Am I missing a path to the source file? Please help. It won't run any of my C++ programm. 202027-image-1.jpg
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.