Hi, I have created a C++ project - a Class Library.
The class is very basic and has just one method:
public __gc class IMLibrary
{
void TestMethod();
};
I'm including the head...
Hello!
I got a DataGridView, one column is set to checkbox. I want to grab event when those checkbox are being clicked on. Currently I'm trying to do it via CellContentClick, but I have no ...
Hello
I have problems on installing a service using InstallUtil.exe. Currently, Im studying on how services work so what i have done is i created a project using Visual C++.NET and i choose...
How do i run a (dos) command from a peice of c++ code in Visual c++?
I am trying to run this command "pdftk A=test2.pdf cat A4 A7 output test.pdf" which works well from the command prompt,...
I have an MFC app (Visual Studio 2005).
It runs perfectly on a Win 2000 test PC.
On a Win XP test PC I get an error referring to "side-by-side configuration information"
Basically the ap...
Hi All,
Error 1 The command "C:\Documents and Settings\sudhakar\Desktop\Prithvi\Prithvi\HAT.DriveThruDetector\\..\..\..\..\PostBuild.bat C:\Documents and Settings\sudhakar\Desktop\Prith...
I'm still getting this error when I build my C++ program in Microsoft Visual Studio 2005 - Project : error PRJ0003 : Error spawning 'cmd.exe' I have taken the steps in "Error spawning 'comd...
I am trying to port an MSVC++ 6.0 to Visual Studio 2005. My project accesses header files (.h) from another library. How do I specify the include path for that project? In MSVC++ I would u...
I passed values for below function:-
HANDLE PortSIP_initialize(SIPCallbackEvent * callbackEvent,
int maxLines,
const char * userName,
const char * authName,
...
Hello,
When executing the following code I get this error: Run-Time Check Failure #2 - Stack around the variable 'b' was corrupted.
Can someone tell me why as it's really annoying and p...
Hi!
I want get the path to the executable. In mfc this is done with GetProcessImageFileName or GetModuleFileNameEx, but this is not possible using a 'standard' c++..
Argv[0] only returns...
Hi,
I am a new bee to Visual C++, I have some problem.
This is my main program
----------------------------------------------------------------------------------------
#include "s...
Dear experts:
Hi again!
Can you kindly teach how to display the line numbers in MS Visual Studio 2005?
Thanks a lot!
Hi All,
Can anyone tell me how to resolve the following linking error:
nafxcwd.lib(appcore.obj) : error LNK2001: unresolved external symbol ___argv
nafxcwd.lib(appcore.obj) : error LNK20...
Hi i am using Intel's computer vision library (opencv), and it has an image structure called IplImage, which has this definition:
typedef struct _IplImage {
int nSize; /* size of iplImage ...
How do you get a list of all the currently running processes on a computer?
I am writing an app that gets the list, and compares it to a pre-made list of processes (list of strings). If th...
Hi,
I have converted sorce code of VC++ 6.0 to VC++ 2005 .NET successfully which builds an ocx file.
But after conversion when i try to build the converted code it gives following error....
Hello,
Ok, here I am asking the same question again! I was thinking it is so basic an I would have no problem finding an answer in no time. But after searching and asking for days, I got no...
Hi, I'm basically trying to send a broadcast on a LAN using Socket.SendTo and receive this broadcast using Socket.ReceiveFrom. I would be greatfull if someone could provide a few short lines o...
hi , i am new in programming in dot net, and when my visual c++ express cannot connect by wizard to sql server 2005 express?
can u help me to know how to connect using a code not by wizard
R...
In a mixed C++ DLL that uses MFC (called from VB.NET) I have the narrowed down the problem to two lines of code:
SimpleClass * sim = new SimpleClass;
delete sim;
when steppi...
Hi Experts,
I need to know how to open an existing Excel file, write data into it, format its looks and save it under another filename. I need to do all of this from Visual C++.NET 200...
Hi,
I encountered the 'Debug Assertion Failed!' when trying to build a project with Microsoft Visual C++ 6.0.
It happens when I use std::string and try to print the string out. It says:...
Hello Expert
Please tell me how to convert a CString variable into LPSTR and vice versa.
Regards
Akhil
Dear experts:
While compiling a .cpp file using MS Visual Studio 2005, I got an error message as the follows:
Fatal error c 1083: Cannot open precompiled header file: 'Debug/mywork.pch...