| Thread | Last Post | Replies |
|
| .lib creted with VC.net compatible with VC++ 5.0 | 21 Dec 2005 18:06 GMT | 1 |
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 ?
|
| Migrating VC 6.0 to VC 8.0 | 15 Dec 2005 23:18 GMT | 1 |
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 =' :
|
| dllregisterserver failed 0x80040200 | 15 Dec 2005 23:00 GMT | 2 |
I managed to compile a C++ MFC DLL and ran it with C# using DLLimport to check if the method are giving the correct value and its working fine. However I want to register it using regsvr32 and it gives me an error
|
| Missing component - msvcp70.dll | 14 Dec 2005 23:18 GMT | 4 |
I am a systems administrator by trade and not a developer. I am experiencing the following errror on several windows servers and am hoping somone here will be able to help me. Event ID:26 - "ccApp.exe - Unable to Locate Component: This application has failed to start because ...
|
| how to link a lib in a dll library | 13 Dec 2005 15:27 GMT | 2 |
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? --
|
| MSVCP80D.dll not found | 13 Dec 2005 00:26 GMT | 2 |
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
|
| problem with debugging wrapped library | 07 Dec 2005 11:15 GMT | 2 |
Visual Studio 2005. Solution contains one csharp exe project, one unmanaged c++ static library and one managed c++ library to wrap the unmanaged library. When debugging the csharp exe, breakpoints set in the unmanaged c++ library are ignored. Breakpoints in csharp exe and in
|
| MSVCRTD.DLL not found | 05 Dec 2005 21:32 GMT | 1 |
I have just been asked to modify a an application and the associated DLLs that were developed some time ago, aout 3 years to be exact. I am using VS2003 and when I compile everything appears to be OK but when I try and run the application I get an error saying msvcrtd.dll can not ...
|
| VS 2005 Project Compilation Error | 01 Dec 2005 00:07 GMT | 3 |
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) ...
|