| Thread | Last Post | Replies |
|
| Conversion from C++ to /clr yields 'LNK4248 unresolved typeref tok | 31 Oct 2004 21:15 GMT | 1 |
My first attempt to convert a fairly complex C++ project to MC++ using the /clr switch has several problems. The source compiles fine (with deprecated warnings of course). The linker emits several LNK4248 messages all related to _IMAGELIST and _TREEITEM. When I try to execute ...
|
| Compilation Error :placement arguments not allowed? | 31 Oct 2004 18:22 GMT | 1 |
i have the following scenario I've created MFC Application using Visual Studio 2003, then change the project settings to use Managed Extensions as follows:
|
| Trouble adding a reference to C++ DLL in C# | 31 Oct 2004 17:31 GMT | 1 |
A third party vendor has provided me with a DLL authored in C++ .Net. The vendor's package includes the DLL, .lib and all necessary .h files and sample code to develop a C++ .NET app. For the C++ sample project to run, the .lib file needs to be added to the additional ...
|
| benign redefinition of type | 31 Oct 2004 03:39 GMT | 1 |
I am trying to compile a dll with the below code used to search through an array of node structures. I am getting the following warning unfortunately: //wordsmain.c
|
| Error 1918 Error installing ODBC driver Microsoft Visual FoxPro: | 30 Oct 2004 21:14 GMT | 1 |
I am Italian developer, escuse me for my bad English I have a problem with ODBC. I must link to a database from Visual FoxPro, I have installed Windows XP Professional with service pack 2. When I try to install driver for Visual
|
| Help! VC++ .NET and the CRT | 30 Oct 2004 19:06 GMT | 6 |
I’m trying to write a C++ class library in Visual Studio 7.1 .NET using managed extensions that calls code in an unmanaged static library. Functions in the static library have parameters that require the good ol’ char*. Since string parameters to my managed class methods are .NET ...
|
| using Forms in a DLL | 29 Oct 2004 21:34 GMT | 2 |
I have a simple managed DLL that contains a basic cMap class. The root namespace is Map. Also in the DLL is a form for viewing it (frmViewMap), along with a toolbar, menu's and the like. I've created a second project that will use this dll. I'm trying to inherit off of cMap ...
|
| Link error LNK2020 in VC7.1 | 28 Oct 2004 21:39 GMT | 2 |
I have a very simple program with some computations. After using NODEFAULTLIB to get rid of LNK2005 errors such as: LIBCMT.lib(crt0dat.obj) : error LNK2005: _exit already defined in msvcrtd.lib(MSVCR71D.dll)
|
| LNK4227 Error | 28 Oct 2004 18:41 GMT | 2 |
Could somebody please tell me where I can find more information on the link error LNK4227 When linking to several libraries I see such an error. warning LNK4227: metadata operation warning (00131189) : Inconsistent parameter information in duplicated methods (methods: new; type: ...
|
| Run time link error! New to version 7 .NET | 28 Oct 2004 15:38 GMT | 1 |
Debugger:: An unhandled non-continuable STATUS_DLL_NOT_FOUND exception was thrown during process load I have put in the LIBPATH directive to the directory containing the .libs of interest and I have placed the library names in the command line window.
|
| GetTickCount problem P4 hyperthread | 28 Oct 2004 15:01 GMT | 1 |
Vladimir Nesterovsky wrote:
> If you realy need to measure short time use rathe > QueryPerformanceCounter > and QueryPerformanceFrequency instead of GetTickCount. |
| Problem with locales in unloaded DLLs | 28 Oct 2004 09:58 GMT | 10 |
[x-posted to microsoft.public.dotnet.languages.vc and microsoft.public.vc.stl] Hi, we just ran into a bug that seems to be a show-
|
| GetTickCount problem P4 hyperthread | 28 Oct 2004 07:03 GMT | 2 |
On P4 hyperthreaded processor if I get GetTickCount() twice with ver short time difference (just a few linear code line) somethimes it hape that the seccond call of GetTickCount() result in smaller value like th first call, veird? I just invented a time mashine:)..., ok with jokes
|
| vc80.idb gets locked in vc express 2005 | 28 Oct 2004 00:45 GMT | 1 |
hi all... just wanted to ask if anyone got any work around about the vc80.idb file getting locked or write-protected by some backgroup thread (may be)?... or does it happens to u or not?...
|
| Header file for GetRegistryKey? | 27 Oct 2004 18:02 GMT | 2 |
Trying to write a simple MFC app (though with VS.NET) that goes and checks for registry key FindRegistryKey("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NetFramework\Policy\ v1.1")
|