No announcements
Filter
:
All Threads
All Threads
Answered
Unanswered
Proposed Answers
General Discussion
No Replies
Helpful
Has Code
All Languages
-
Sticky0VotesVisual Studio 2010 Service Pack 1 and Windows SDK for Windows 7, .NET Framework 4 and X64/IA64 Visual C++ Compilers Issue
Visual Studio 2010 Service Pack 1 and Windows SDK for Windows 7, .NET Framework 4 and X64/IA64 Visual C++ Compilers Issue Microsoft has identified an issue for users of the ... -
Sticky0VotesHigh quality, low static: An answering "HOW-TO"
So you've decided to contribute in the C++ forums. First of all: Thanks! High quality input is always welcome, and nothing is better than fresh blood (with fresh ideas and solutions). Now that you've ... -
Sticky0VotesVisual C++ Language forum: The scope, tips and pointers
Welcome to the Visual C++ Language forum! The scope of this forum is the C++ language, compiler and linker, and also covers all ... -
Sticky5VotesWelcome to the Visual C++ Language Forum
Greetings, This forum was created to address questions about writing code in C++. Visual C++ supports several programming language standards including the following: C - ISO C90 with ...
-
Unanswered0VotesI wanna ask about difference between x86 and x64 in registry
Hi I'm devloping program about registry analysis. I made dll file in c++ using extern "C" __declspec(dllimport) and loaded in c#. ... -
Answered3VotesConvert string array from C# to C++ ?
Hi everyone, I have a string array in C# includes 4 strings: {"string1", ... -
Unanswered0VotesHeapAlloc Interception/detour
Hi, I am implementing an application that intercept RtlHeapAlloc using a detour function, my RtlHeapAlloc allocate few more bytes than was was requested ( at the beginning of ... -
Answered0VotesObvious error in these PInvoke signatures?
I am writing a C# module and a Win32 dll. The managed module calls the unmanaged module: [DllImport("Win32Project1.dll")] static extern void Function1(string ... -
Unanswered0Voteseasiest way to pass string from C# to C++/CLI
The C++ provides a dll compiled with /CLR. The C++ code has a procedure as follows: void myProcedure( String^ ... -
Unanswered0VotesAssertion error Winocc.cpp line 345 While testing self made unlicensed ActiveXctrl.
I am using vc++ 6.0. I Have made an unlicensed activex ctrl application from app wizard (MFC activeX ctrl wizard for generating random drawing). When I am testing this Activex by ActiveX control test ... -
Answered2VotesHow can I skin a Control's ScrollBar? (C)
Hello, I have a Multiline Edit Control and I want to "create" my own ScrollBar to it. I have seem somewhere that by handling some messages(Like ... -
Unanswered0VotesDoes ActiveX ctrl work as seperate process?
I want to make an Active X ctrl that communicates with a device and then sends data to main program. I want to know that Does activex work as seperate process. Does main program waits on ActiveX ctrl ... -
Unanswered0VotesDebug assertion failed
for (unsigned int j=0;j -
Proposed0VotesVisual C++ How do you make a button transparent
Hi, Using Visual C++ in Visual Studio 2010, I would like to create a dialog with transparent buttons similar to what we see when in Windows7 when we do a Ctrl-Alt-Del there is a few ... -
Proposed1VotesError C2678: binary '==' .... std::basic_string ?
Hi everyone, I got this error when builing my project C++ on Visual Studio 2010: "Error 19 error C2678: binary '==' : no ... -
Answered0VotesHow to Port MFC to .NET; from VC6 C++ to Managed C++ and/or C# .NET
Can someone point me to information on how to port and/or reuse a portion of a huge MFC app to C# .NET managed and/or C++ .NET managed code.Willing to rewrite most of the user interface, but ... -
Unanswered0VotesUsing ActiveX Control: getting assertion error on calling any method of active X Control by client
Hi I am a beginner and I am learning Visual c++. I want to use Microsoft forms 2.0 textbox. I want to make a trial application so that when I ... -
Answered3Votessystem("cls") vs clrscr();
when clrscr(); is function of conio.h which is used to clear the screen .. why it is not working in vc++ even though i've include that header file? ans a similar ... -
Unanswered0Votesfriend classs
what is frind class in c# -
Unanswered0VotesC# callback crashes in c++
Hi, In c++ I am calling C# com dll function which in turns calls call backs. The c# com dll is retrieving Lync client presence. If there is any change in ... -
Proposed0VotesUsing VS 2010 as a C Compiler
Hello Team, I need a little help here, please. I am not sure that I am in the correct forum but to me, this is an Interoperability problem, so here ... -
Unanswered1VotesVisual Studio 2005 MFC C++: How NOT to resize form objects when Display DPI is not set to 100%...
Have 2 MFC C++ Programs using Visual Studio 2005 that are written in MFC C++. One program does not automatically resize the controls on the form dialog when the ... -
Answered1VotesInitializing a std::discrete_distribution
Given that the discrete_distribution that ships with VS 2012 does not have a constructor taking an iterator range and that VS 2012 does not support initializer lists, how does one initialize a ... -
Unanswered0Voteswhy COM dll is mapped in the process as image as well as data?
Hi, When I am using a COM dll it gets mapped in the process's virtual address space twice once as image and latter as data. I can see this when I monitor my process using windows ... - Items 1 to 20 of 17929 Next ›


