I'm porting a project from VC7 to VC8 and thus run into problems with using const_iterators as pointers (allowed in VC7 but allowed in VC8)
For instance, I've got a std::list (accessed via ...
I am trying to extend an existing Visual C++ MFC desktop program to access the .Net Framework. However when I set the project configuration properties for the Common Language Runtime Support ...
Hi,
Our code needs to provide access to fseek/ftell like APIs for files of arbitrary size using MSVC++ .NET 2002.
The perfect analogues on MSVC 2005 is _fseeki64 and _ftelli64. However, t...
I updated to the .NET 3.5 framework.
I now get the following compile error when I build my C# project.
How can I fix this ?
Error 1
The type 'System.Web.Script.Services.ScriptServic...
thying to setup winford's PortIO32. (http://www.winfordeng.com/products/portio32)
i installed the driver as instructed. it went successfully and the PortIO32.dll is now in my C:\Windows\...
hi experts
i have a project that complies fine under vc 6 but in vc 7 gives the following compile errors
for line
float dh = (float)rectSize/2,r = (float)pow(2,-1*rough);
// i get ...
I have an application that sends and receives data from a web site.
I am using a call to InternetQueryDataAvailable to get the response.
In the response (which is C#) set up a multipart/for...
I have a client with an equitrac device that tracks outgoing FAXes on a Canon 700i. They use this device for billing. They are attorneys. This FAX machine has a printer driver that allows t...
I'm trying to use SetPixel to manipulate a Bitmap in a windows form using the following code. However, I'm getting a run time error that says "SetPixel is not supported for images with indexed...
Hi,
I am having a application that is 32 bit. I am connecting to a 64 bit DCOM service (on Windows 2003) and trying to access one of the components exposed by the same. But when I try doi...
Ok, I have two libraries:
corelib
netlib
Corelib contains a function called 'InterpretCommand', which needs to be accessible through 'netlib'.
'InterpretCommand' on the other hand ne...
Hi,
how can the Ressource-Strings and the Ressource Version Info be read?
I don't mean the GetFileVersionInfo() method which reads the information of an external file. I want to read the i...
I'm attempting to create an acrobat plug-in using the acrobat sdk that prints the active document with a "Uncontrolled Copy" watermark across the page. I usually code in VB but the plug-ins fo...
I am trying to disable all wireless net connections on a WinXP machine. At the moment I am looking into SetDevicePower however I run into a problem in that I don't have the device ID to shut ...
Hello-
I read in a hex file and converted and saved it. When I print that value back to the screen, it shows as 10 based-number. How can I change the format to hex?
For example, I want ...
Hello all.
The code bellow prints (in the command line window) the MAC ADDRESSES of all NIC cards enabled in the computer.
What I need is: a library based on this code, that will return...
This is my basic program where I finally figured out how to change "he" with "he or she" from an input string but how do I change all occurences of "he" if it occurs more than once and not in ...
Hi,
I am trying to retrieve the values from a CDaoRecordset in string format regardless of what format it is in the Access database.
Can anyway suggest a way to do this.
I haven't had...
I am having trouble with this. I have searched the other forums, and they have provided me with no help. I was wondering can someone help me, and explain to me how to get this working say usin...
I just upgraded to visual studio 2003.net edition and am trying to open files with the fstream libraries.
But the compiler will not acknowledge that the .eof exists
why not?
here is t...
I have a sample Application which is running properly on VC++ 6.0 but the same application is not working on Visual Studio 2005 on XP, but I am able to compile it properly.
I want the appli...
Hey,
i just wrote program with c++ for console. And now i want to make Windows form, with buttons textboxes and so on.
I must do with MS VISUAL 2008 c++.
Here is my few questions. Let say, ...
I need to take a UINT64 value form a unix system and convert it to visual c++ 2005 date time format of dd mmm yyyy hh:mm:ss.ms exsample the value of 0x00FA404098801705 and change it to "17 M...
My task is to make a fully functional planner to keep track of my appointments. I will do this in c++ with the use of classes. The tasks are given here:
Part 1: The Appointment (15 pt.)
...
Hi all,
I'm trying to develop an automated logon solution for Windows Live Messenger (they're not allowed to have it remember their account, so this is more of a solution that will log them...