| Thread | Last Post | Replies |
|
| vc6.0 and vc7.0 compatibility | 08 Dec 2005 23:28 GMT | 1 |
We write a plug-in (DLLs) for an application. The latest release of the application uses the vc7.0 compiler. Previous releases used the vc6.0 compiler. So I must upgrade our plug-in. Problem is our plug-in depends on third-party DLLs compiled and linked with vc6.0; we don't have ...
|
| Express repair | 08 Dec 2005 22:38 GMT | 4 |
Recently, and for reasons I don't know, the project I was working on started to compile either very slowly, or it was locking up. So, I repaired VS C++.NET 2005 Express via 're-installing' it without first removing it. The repair worked, and the project now compiles in a timely
|
| Converting a VS6.0 project to VS2005 | 08 Dec 2005 18:07 GMT | 6 |
GM all, I have a VS 6.0 project (a Chess program) I want to convert to 2005. I have no idea where to start. I don't even know why should I do it.
|
| CorDllMain unresolved linker error | 08 Dec 2005 14:44 GMT | 2 |
I moved some of my mixed mode code into a new mixed mode DLL. I've read over the KB article a million times in the last year so I'm familar with the settings. However I get this error in the new DLL. Anyone know where CorDllMain is defined?
|
| Working Directory Problem | 08 Dec 2005 14:35 GMT | 4 |
I'm developing a plugin for some software. The previous version of the software didn't require a start in directory to be set. This allowed me to leave the working directory to the default in the project. Now I have to get my plugin working with the newer version of the software.
|
| How do you convert a std::string to a System::String? | 07 Dec 2005 22:05 GMT | 2 |
I cannot seem to find any documentation upon the STL string. I am simply trying to transfer the contents of a std::string to a System::String where I am coming into difficulties. Any help would be appreciated.
|
| Change a value in registry (hklm/system) as user | 07 Dec 2005 18:44 GMT | 1 |
Hey Huys, I developed and simply application that just change a key in the HKLM/System . Its a correction of a software we use here. We put it to run in the login of all users, but the users that do not have adminstrator privileges, the software cannot change the key in the ...
|
| Assertion in CWinApp::CWinApp - AfxGetThread() == NULL | 07 Dec 2005 16:24 GMT | 3 |
I have created an MFC project that links MFC MFC as shared dll and uses /MD[d] . This MFC application loads another dll B via Loadlibrary that has /MD[d] too and also links MFC as shared dll. Dll B again loads dll C that also uses MFC as a shared DLL dll and also has /MD[d].
|
| VC++ not .NET development | 07 Dec 2005 14:21 GMT | 3 |
I have tried a little .NET development but I do not thinks that it will meet my speed requirements. I want to develop without using the .NET framework. What is the IDE that Microsoft support for this? Will the traditional C++ development be
|
| newbie Conversion type Problem urgent | 07 Dec 2005 10:22 GMT | 2 |
I'm using Vs2002 .net framvwork sp3 I need to rerun my exe I use that: PROCESS_INFORMATION pi;
|
| why can't the linker resolve the overloads? | 07 Dec 2005 00:03 GMT | 1 |
here's the header:
#pragma once using namespace System;
|
| string class and vc++.w.nk :) | 06 Dec 2005 23:37 GMT | 7 |
I dont think I have ever been as dissappointed, frustrated or bewildered in all of my life. The problem, well take this class definition: #ifndef __DATA
|
| IN, OUT macros vs. source annotations | 06 Dec 2005 19:01 GMT | 1 |
Since new C compilers recognize SAL keywords (__in, __out, __in_opt, etc), should we continue using macros IN, OUT, OPTIONAL? Can OPTIONAL appear by itself, or only combined with IN or OUT? Then, it should be replaced by some new macros, like IN_OPTIONAL,
|
| I think this is a bug... | 06 Dec 2005 17:44 GMT | 3 |
Here is a case where something that shouldn't compile does. Note below that Test_Method() only accepts a pointer to Test_Struct as an parameter, but it will compile with a value instance as a parameter. For context, I'm using VS C++.NEW 2005 Express with clr:/pure syntax. I
|
| Form top bar lock up | 06 Dec 2005 17:30 GMT | 1 |
I'm programming an application using VS C++.NET 2005 Express in clr/pure syntax. It is a Console application (which might be important here). Everything works. I have buttons I can press and do their assigned function and a TreeView I can navigate. I can minimize th form, bring ...
|