Hi,
I made a rather big project in VC 2005.
All in once, when I try to reopen the resources of the project, I have a "LOAD FAILED" error.
(when I try to open my backups I have the sam err...
Hi all, coding unmanaged C++ in VS.NET 2005
I've exported a table to an xml file and now I am working with this xml file.
When I use the delete method in the _recordsetPtr it just flags th...
Hi. I'm still fairly new to Windows based software development (I come from a unix background).
I've an app developed in Visual Studio 2005 that, from a VC++ lib, calls a C sharp delegate. ...
hi
i am configuring a modem via serial port,for that purpose i developped a Visual c++ application to send and receive command..
now i would like to do the same application over the int...
I am writing a project in VC++ 9 (VC++ 2008) and want to connect to Oracle Database(10g). I tried several methods but it is not working. Please give me a sample code for database connectivity ...
hi
my application is written in visual c++ 2005 pro using mysql as a database ( and odbc driver) ..
does anyone have a link how to a crystal report for this application??
thanks
regard
...
Hi,
Can any one please let me know what is the syntax for sprintf and strcpy functions in VC++ .NET 2005? I know they are deprecated in VC++ .NET 2005, but quite dont know what their synt...
This is a dumb question but I don't know jack about windows programming. I've got a console application that loads a dll. The dll prints some things to stdout. I can see messages to stdout fro...
Who can explain me the following issue:
I have two DLLs. For the first (product) DLL I created a template ref class Foo (see code below). Foo has a member of ref class Bar which is located ...
what is the best way to connect visual c++.net to mysql
Okay, I have created a windows form in .NET 2003 (not an mfc app, just a "windows forms application (.NET)". Basically what I have is a text box where the user can enter a file name. I want ...
I have a child window, and I created a toolbar by using all the standard stuff. I also created an instance of a grid control.
I followed an example on msdn to make the toolbar work and it w...
hullo (and thanks in advance for helping me with this),
i'm very new to this so i'm hoping you'll bear with me:
i'm having problems getting a simple code to link.
i've already download...
I'm trying to compile code made in VS 6.0 in VS2003 .NET and I get the following errors
My program generates errors along the lines of
error C2011: 'fd_set' : 'struct' type redefinition
...
I am try to load a function from a dll in run time.
I want to avoid the old version dll that is located first in the path and to load the newer version of the dll.
I am trying
fnGetProcIm...
Hi there i would like to ask a question, i created a flash object in my windows form application. For now the string of the movie i mapped it to the exact location.
this->axShockwaveFlashC...
String ^source = "C:/a.txt";
String ^destination = "C:/folder/a.txt";
try
{
// Ensure that the target does not exist.
File::Delete( destination );
// Copy th...
Hi ,
I am facing the following linking error issue :
Situation is as follows:
I am trying to acess the member function in a dll from another dll whose project settings are as follows:
1)...
Guys,
I am using the GDI+ libraries to load up images. I have loaded up the image into a Bitmap structure. I then need to get a handle to the HBITMAP so I used GetHBITMAP(). Then I get the ...
I'm writing a PVR for windows using DirectShow and the Stream Buffer Engine but am having a problem with the MPEG-2 Demultiplexer. The stream comming from my TVTuner device is a hardware enco...
I've been trying to figure this out and well the MSDN library just doesn't seem to help me enough to do it. Which can be found here
http://msdn.microsoft.com/library/default.asp?url=/librar...
Hi all,
Im facing a problem with SetupDiGetDeviceRegistryProperty() function in Windows Itanium64.
The same code is working fine in WIn32 systems, but, in Win-IA64 systems for IDE ...
I am a VB coder, and I taugh myself that... I really have had very little exposure to VC++ or any C lang to be honest... I am trying to implement the following code using the MSFT Visual C++...
So I have just started a new job and I asked for a copy of "Visual C++" to be installed on my machine. The IT department says that Microsoft have stopped shipping Visual C++ on its own, and n...
Hello, experts.
I just downloaded and installed Visual C++ Express Edition 2005.
I am going to create a Windows form application. I know that I can use the Express edition for commercia...