4,047 questions with Developer technologies | C++ tags

Sort by: Updated
2 answers

documented feature by Microsoft

for RunOnce, is the ! prefix a documented feature by Microsoft

Developer technologies | C++
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.
4,047 questions
asked 2026-02-10T19:16:23.4466667+00:00
Hector Donolo 0 Reputation points
answered 2026-02-11T09:39:12.7266667+00:00
Neha Jain 0 Reputation points
1 answer

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++
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.
4,047 questions
asked 2025-12-08T11:18:59.3233333+00:00
Peter Buus 0 Reputation points
commented 2026-02-11T06:38:57.5633333+00:00
Michael Le (WICLOUD CORPORATION) 10,760 Reputation points Microsoft External Staff Moderator
1 answer

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++
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.
4,047 questions
asked 2025-09-14T14:04:23.7033333+00:00
Ibrahim Kanneh 20 Reputation points
commented 2026-02-11T03:13:44.4333333+00:00
Chris Paice 0 Reputation points
2 answers

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++
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.
4,047 questions
asked 2026-02-08T04:42:58.3633333+00:00
Saksham Tiwari 0 Reputation points
commented 2026-02-08T12:19:35.3733333+00:00
kagiyama yutaka 160 Reputation points
2 answers

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++
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.
4,047 questions
asked 2026-02-01T23:24:13.99+00:00
Yana Fedorov 0 Reputation points
commented 2026-02-06T12:01:25.9266667+00:00
Susmitha T (INFOSYS LIMITED) 2,450 Reputation points Microsoft External Staff
1 answer

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++
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.
4,047 questions
asked 2026-02-05T09:35:58.8733333+00:00
Mudassir Ahmed 80 Reputation points
answered 2026-02-06T11:51:41.8466667+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 1,725 Reputation points Microsoft External Staff
1 answer

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++
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.
4,047 questions
asked 2026-01-23T09:29:47.3766667+00:00
Markus Kaduk 10 Reputation points
commented 2026-02-06T03:24:46.9633333+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,590 Reputation points Microsoft External Staff
1 answer

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++
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.
4,047 questions
asked 2026-01-29T03:20:44.9566667+00:00
伟 马 0 Reputation points
commented 2026-02-06T03:24:11.4666667+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,590 Reputation points Microsoft External Staff
0 answers

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++
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.
4,047 questions
asked 2026-02-01T06:52:32.04+00:00
Nguyễn Văn Âu (GP9.AuNV) 5 Reputation points
commented 2026-02-03T08:09:45.85+00:00
RLWA32 51,881 Reputation points
1 answer

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++
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.
4,047 questions
asked 2026-01-07T17:30:41.8466667+00:00
Pallavi Bhosale 0 Reputation points
commented 2026-02-03T06:07:33.5166667+00:00
Michael Le (WICLOUD CORPORATION) 10,760 Reputation points Microsoft External Staff Moderator
1 answer

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++
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.
4,047 questions
asked 2026-01-26T08:49:13.0633333+00:00
Bhuvan S 0 Reputation points
commented 2026-01-26T08:50:31.14+00:00
Bhuvan S 0 Reputation points
2 answers

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++
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.
4,047 questions
asked 2026-01-14T09:52:59.5366667+00:00
ahmad khan 0 Reputation points
commented 2026-01-21T10:50:08.0966667+00:00
Adiba Khan 1,995 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

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++
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.
4,047 questions
asked 2022-05-15T21:25:04.93+00:00
Matthew Aung 21 Reputation points
commented 2026-01-17T21:46:52.88+00:00
Eric Fieldman 0 Reputation points
0 answers

How to fix C++ CodeDOM parser error: Line: 141, Column: 22 --- Member Font not found in class System.Void

Where and how can I fix this error??? Please if someone can give me some answers tommorow or the day after tommorow! Thank you!

Developer technologies | C++
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.
4,047 questions
asked 2026-01-14T21:22:39.4866667+00:00
Alexandru Almasi 0 Reputation points
commented 2026-01-15T11:46:30.7266667+00:00
Alexandru Almasi 0 Reputation points
3 answers

How to resolve a link error about a pointer?

Windows 11, Visual Studio 2022, C++, project type MFC Gosh, this is too long, but I have been struggling with it all day. I have tried to provide what seems to be essential but as short as I can. Setup: The project has several GUIs. One of the GUIs…

Developer technologies | C++
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.
4,047 questions
asked 2026-01-02T06:45:14.3166667+00:00
Bryan Kelly 556 Reputation points
commented 2026-01-14T12:57:57.7133333+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,590 Reputation points Microsoft External Staff
2 answers

We are able get running COM Server object from client application while running at "LOCAL SERVICE", whereas client is not able to get existing running COM Server object while running at NT Service account. How can we resolve this?

I have configured a VC++ 2022 COM Exe Server in DCOM Config. COM Server Exe name: MyCare.exe Also I have created a wrapper service to host the COM exe during startup. Wrapper Service EXE Name: MyCareWrapperService.exe. I have created a Service…

Developer technologies | C++
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.
4,047 questions
asked 2025-12-30T04:28:17.08+00:00
Sivalingam Somasundaram 0 Reputation points
commented 2026-01-12T09:23:42.95+00:00
RLWA32 51,881 Reputation points
1 answer One of the answers was accepted by the question author.

how many versions of Microsoft Visual C++ do I need?

I have five versions of Microsoft Visual C++ (2008, 2012, 2013, 2015 x64, and 2015 x86). Which of these is necessary? Moderator: Moved from Community Center | Not monitored

Developer technologies | C++
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.
4,047 questions
asked 2026-01-07T22:18:25.3666667+00:00
Bill Aldrich 20 Reputation points
edited the question 2026-01-07T22:39:37.99+00:00
Erland Sommarskog 132.1K Reputation points MVP Volunteer Moderator
2 answers

what is the difference between Global Interface Table (GIT) and Running Object Table (ROT)?

what is the difference between Global Interface Table (GIT) and Running Object Table (ROT)?

Developer technologies | C++
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.
4,047 questions
asked 2025-12-30T05:25:35.5+00:00
Sivalingam Somasundaram 0 Reputation points
commented 2026-01-06T05:32:47.03+00:00
Susmitha T (INFOSYS LIMITED) 2,450 Reputation points Microsoft External Staff
1 answer

How to refresh the notification icon?

Question: I compile an application use Shell_NotifyIcon to set icon(named a), also, I use Shell_NotifyIcon to display a balloon notification, then I publish this application. Now I need change the icon, but I met an question, I refresh the icon…

Developer technologies | C++
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.
4,047 questions
asked 2026-01-04T03:52:37.7533333+00:00
Crystal Chen 1 Reputation point
edited a comment 2026-01-04T12:19:31.5066667+00:00
Castorix31 91,636 Reputation points
1 answer One of the answers was accepted by the question author.

Need a copy of Microsoft Visual C++ 2008 redistributable -x64 9.0.30729.17; version 9.0.30729.161 does not pass installshield.

Installshield is requiring Microsoft Visual C++ 2008 redistributable -x64 9.0.30729.17 to be installed. version 9.0.30729.161 does not satisfy installshield.

Developer technologies | C++
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.
4,047 questions
asked 2026-01-03T08:55:29.13+00:00
BrianH 20 Reputation points
commented 2026-01-03T16:56:40.6966667+00:00
BrianH 20 Reputation points