Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Microsoft Visual C++ Solutions: 1 - 25 of 55
 
Hi guys,      I would like a decompiler program that should take any .ex4 file and convert it back into .mq4 format. The program should be Windows based running on XP or Vista and will ask for th...
Hi I want to round of a double to 3 decimal places but I keep getting 1.000000 My example is double m_CordX = 1084/720; I should get 1.5055555555 but im getting 1.0000000 I need to ro...
I have a class within managed DLL and I would like to invoke this from unmanaged C++ code. In fact, I started by trying to call an static global function within managed DLL from unmanaged code...
How do I "import" a DLL in C++?  That is, how do I take a DLL file and start using it's functions in a C++ project. Microsoft Visual Studio, 2005. C++
When I want to open a new application (eg. iexplore.exe) from my application (mapp.exe), I can get the ProcessId, ThreadId, ProcessHandle and ThreadHandle from struct LPPROCESS_INFORMATION. ...
I meet something very strange when I use ado RecordsetPtr to read the result from a stored procedure (MSSQL 2005) There are two stored procedures I use. One stored procedure only include th...
I would like to read in numbers separated by comma in lines in a textfile using C++. Can someone quickly show how I can possibly do it?
Hi, I have a dll that was built in VS 2008. I am trying to load it using LoadLibrary() function call. I am getting a Runtime error R6034.  I am running the application in debug mode with br...
Hello expert! I am working for a customer of us, where I am responsible for a server written in C++. The company uses Microsoft Visual Studio 2005. While going through the code to see bette...
Hello, I have a openssl function that gives me a unisgned char*. I have a unicode software and now I have to bring this unsigned char* to a Unicode CString. Anybody here how to do this? ...
When trying to debug a program in VS2005, all function/method calls in the immediate window result in the following error: CXX0052:  Member function not present The solution I build cons...
Hello, i've got some wstring values which need to be converted into lpwstr values ? How can i accomplish that. best regards, FA
I've written a B+ tree in C++, now I want to be able to display it graphically using MFC in Visual C++.  I was thinking of just representing each node in the tree as a rectangle with some numb...
I need to write a driver for Windows XP Service Pack 2. What DDK do I use, and where do I download it from? I have an MSDN Professional subscription
Hello, I have a problem using an unmanaged C++ COM object in my C# application. This COM object exposes a class (MyTestClass. Interface: IMyTestClass). I tried to access and use it the f...
I have been give a software project and asked to make code that compiled with vs6, compile with vs2008. I have resolved many (MANY) errors, but now have run into one that I know how to resolve...
Here's a quick background on what I'm trying to acomplish: I'm trying to drag drop virtual files by deriving System::Windows::Forms::ListView in my own class and using unmanaged code to del...
Hello everyone, I hate to make my first question as my first post, I would like to become a part of this seemingly great community, but I need to ask a question because I am stumped. I need...
We were recently updating a few programs from the Visual Studios 6.0 compiler to Visual Studios 2005. When doing so we found we had to (In addition to updating the DLL's to use VS2005) put we ...
The mortgage problem once again has me stumped. I was able to validate the input, but now I am having trouble verifing whether the user wants to start over or quit. Any help would be appreciated.
Hello, i have a program which creates a BITS Job. During the initialization i'm Adding Files to the BITS Job using the AddFile Method ( see http://msdn.microsoft.com/en-us/library/aa363017...
Hello, I have a high school student coming into the office next week for me to oversee his visual c++ development of a very basic contact manager he is developing for his senior project. ...
Hi, I want to be able to get the application name in order to use it in a file name  that I open. My program has the main format: int main(); without using argv[] How can I get the applic...
hi experts, I am having trouble impmenting AfxBeginThread. What i want is, when i call this function to create a thread, the function in the thread is going to take a while to do some stuff,...
I need help with the code attached. I need to get all the data a device connected to my serial port sends in a given amount of time. The problem is the device doesn`t send it all in one bulk, ...