all groups > visual c libraries > october 2005
Cannot compile any cpp programs
Posted by Nick Z. at 10/31/2005 9:42:01 PM
Whenever I try to compile a VC++ program using VS .NET 2003 I get an
error saying mspdb71.dll not found.
How can I fix this error?
PS. I ran vsvars32.bat and it did not change a thing.
Thanks,
Nick Z.... more >>
how to link a lib in a dll library
Posted by JC at 10/24/2005 10:07:14 PM
Hi,
I've got a lib. And I want to write a wrapper dll for the lib. Is that I
have to set some special setting in the VC? Also, if I run on device, what
files that I need to provide to the device?
--
JC... more >>
How do I use a .h file from VS 6 in .net 2003?
Posted by Daniel P via DotNetMonster.com at 10/21/2005 12:00:00 AM
I am trying to pull some C++/MFC legacy code into .net 2003. I have finally
figured out that if I replace the afxdlgs.h file in the .net 2003 install
directory with the one from the VS 6 install directory, I don't get the error.
Is there some way that I can just reference that .h file in VS 6? I ... more >>
Anyone knows of a good C++ library for VC7.1 ?
Posted by E.T. Grey at 10/20/2005 10:57:37 PM
Hi,
I'm looking for a good (i.e. high performance) graphics library (i.e.
not ActiveX or .NET) for use in my C++ application.
Any poinetrs will be useful (MFC libraries are also OK)
... more >>
reverse_iterator in const member functions C2784 compiler error
Posted by qwerty2_reverse_iterator at 10/15/2005 10:42:02 PM
Compiler version: 7.1.3088
Is this a bug in the compiler:
If I use a reverse_iterator as an operand to the != operator in a const
member function of a class I get a compiler error. However, if I assign that
reverse_iterator to a const_reverse_iterator and then use the
const_reverse_iter... more >>
How to link a .lib file to a C++ project(managed C++, to build dll
Posted by VicVic at 10/6/2005 3:32:02 PM
Hello,
I am trying to build an dll in .Net, using managed C++. But i need to use
another dll in my project. I have the xxx.dll file and xxx.lib file. But i do
not know how to set my project to link it to my project.
I know how to do that in Visual Studio 6.0 C++, in Project Settings--->Lin... more >>
re: Memory leaks
Posted by Alex Thaman at 10/4/2005 9:04:04 AM
Can you also post the code you are using to generate the debug report?
-----Original Message-----
From: Nitin@discussions.microsoft.com
Posted At: Thursday, August 25, 2005 9:55 AM
Posted To: microsoft.public.dotnet.languages.vc.libraries
Conversation: Memory leaks
Subject: Memory leaks
... more >>
Newbie, ODBC, CRecordSet not adding new record on ONE WinXP Build 520 machine, however works on other machines, and ExecuteSQL always works
Posted by robdob2003 NO[at]SPAM yahoo.com at 10/2/2005 12:01:05 PM
Hi,
I have a very puzzling problem, and am hoping someone can help. I have a
VC7.1++ VS2003, program which uses ODBC to connect to a SQLAnywhere 6.0
database. This program has been working without fail for many years,
however the problem that I am now running into is that on one WinXP ma... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|