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++
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++
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++
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++
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++
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++
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++
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++
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++
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++
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++
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++
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++
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++
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++
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++
How to use a non GUI class in a GUI project
I created a project using MFC and Windows Desktop Application. There are several GUIs and they all work. Then I realized that a major section of code should not be a GUI, just a regular class. To test it I created a class then tried to call it from…
Developer technologies | C++
AMSI.DLL stack overflow exception is shown in MFC VC++ based desktop application unexpected crash
SUMMARY Our MFC VC++ based desktop application (OmniServer) is crashing unexpectedly and showing the errors related to amsi.dll, and our application crashes in the Windows event viewer logs and application crash dump logs, indicating a stack overflow…
Developer technologies | C++
Undocumented effect from /cgthreads when /LTCG, etc. are disabled
We're building a large C++ project with MSVC, and we've noticed that /cgthreads1 has an undocumented effect on build performance even when not using /LTCG, /GL, and MSIL inputs. Builds take longer, but consume less CPU. According to the documentation of…
Developer technologies | C++
How to compile C program developed with Microsoft Visual C/C++ 6.0 in Linux system
I need to compile C program developed with Microsoft Visual C/C++ 6.0 in Linux system? Thanks, Fen