all groups > visual c libraries > november 2005
VS 2005 Project Compilation Error
Posted by Yogesh S at 11/30/2005 9:47:02 AM
We are porting our existing MC++ library from VS 2003 to VS 2005. The library
is using Tibco, and somehow VS 2005 during compilation gives linker error.
there is no change in project settings. The following are the error msg
Error 1 error LNK2028: unresolved token (0A00002B) "public: class
... more >>
Migrating VC 6.0 to VC 8.0
Posted by danip NO[at]SPAM ecmed.com at 11/28/2005 6:15:32 AM
Hi there,
I need to do the following:
1. Migrate a whole solution (with tens of projects) from VC 6.0 to VC
8.0. The project has a lot of MFC templates like CArray, and many error
are poping out, like: Error 1 error C2248: 'CObject::operator =' :
cannot access private member declared in cla... more >>
MSVCP80D.dll not found
Posted by Mirko M at 11/25/2005 8:23:18 AM
Hi
I'm working with Visual Studio .NET 2003 Enterprise Architect; when I debug
my application the error "Unable to find MSVCP80D.dll" occurs.
In the directory C:\winnt\winsxs I have only the dll MSVCP80.dll.
Instead I have the version 7.1 but my project requires 8.0 even if it is a
c++ ... more >>
Redistributable C Runtime libraries for Visual C++ 2005 Express
Posted by Joel at 11/23/2005 1:00:04 AM
I have Visual Studio C++ 2005 Express installed. I do not have
vcredist_x86.exe or any of the redist directories that are referenced in the
documentation. I have redist.txt that mentions the redistributable files, but
I don't have them. The only download I can find is for Beta2 redistributable... more >>
malloc() & page boundaries -- Difference between VC6 and VC7 CRT?
Posted by Andrew at 11/22/2005 10:06:02 PM
I was wondering if anyone knew of any changes in the CRT that would cause
malloc behavior to change between code built with VC6/VC7? We discovered a
segfault bug in production code built with VC6 that was not crashing
frequently at all. We fixed the bug, but in the meantime, our builds were in
t... more >>
Referencing C++ functions with pointer parameters from VB.NET
Posted by Richards via DotNetMonster.com at 11/18/2005 12:00:00 AM
have a .NET solution with a VB project and a C++ project.
The C++ project has namespace and public class with assorted functions.
I add the C++ project as a reference in the VB project.
When I look at Object Browser for the above reference, any C++ function in
the public class with a poin... more >>
.lib creted with VC.net compatible with VC++ 5.0
Posted by Alessandro Costa at 11/17/2005 6:12:02 AM
Hi,
if I build a library .dll in VC.net, I can create a .lib files compatible
with the VC ++ 5.0
in VC++ 6.0 there's a link option /LINK50COMPAT, in vc.net this option isn't
supported, it is replace with another option or not more supported ?
thanks at all
Alessandro Costa... more >>
×÷Òµ
Posted by ruxangul at 11/16/2005 12:00:00 AM
´ó¼ÒºÃ½ñÌìµÄ»áÒ鿪µÄºÜ³É¹¦
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
_wcsnicmp, _mbsnicmp
Posted by Norman Diamond at 11/14/2005 12:00:00 AM
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt__strnicmp.2c_._wcsnicmp.2c_._mbsnicmp.asp
is in the Visual Studio .NET section, and similar errors almost surely exist
in C++ library documentation in other sections of MSDN.
> The arguments and return value of _w... more >>
Using PostMessage in a Lib
Posted by ahmadzia673 at 11/12/2005 6:03:01 AM
Hi,
I am newbee in vc++ programming. Can a Win32 static library send or post
messages (SendMessage, PostMessage APIs) for the windows MFC application?????
Best Regards
Ahmad Zia... more >>
VC8 lib linked with VC6 project
Posted by MikeD at 11/9/2005 8:46:09 PM
I have a library that I'm creating with VS2005 but I need to be able t
link it with a VS6 project. I am getting some linker errors, mostl
surrounding _ftol2_sse and CxxFrameHandler3. I've tried includin
different runtime libraries inside my library but nothing has helped.
The closest I've got... more >>
vc80_crt deployment failure
Posted by Antony at 11/8/2005 8:36:07 AM
Hi,
Has anyone encountered this problem with the new merge modules?
We've encountered a difference in the RTM msm's from the Beta2 in that an
extra custom action SxsInstallCA has appeared but is not in the binary table.
This causes msi's built with the release vc80_crt to fail on the missi... more >>
Re: Cannot compile any cpp programs
Posted by Andy Rich at 11/2/2005 10:28:49 AM
VSVars32.bat would be for when you are building from a command prompt. It sets the environment variables necessary for compiling from a command line (but only for that command window, that session).
When building from inside the IDE, you instead use the "Directories" settings page.
-ATR-
---... more >>
Problem Linking
Posted by Ted Jackson at 11/2/2005 7:45:01 AM
Hope someone can help me with this. I'm doing a command line build. The
compile goes fine, but while attempting to link, the error:
LINK : fatal error LNK1181: cannot open input file 'advapi32.lib'
is generated, although I changed my Windows 2000 LIB environment variable to
clearly conta... more >>
|