| Thread | Last Post | Replies |
|
| can't see System::Web::Hosting from C++ | 25 May 2005 02:50 GMT | 2 |
I've created a managed C++ Console application and added System.Web to the references. Then I enter the followng using statements: using namespace System; using namespace System::Web;
|
| How to use C# to call the existing libraries containing unmanaged C++ classes directly? | 19 May 2005 14:07 GMT | 1 |
My question is how to use C# to call the existing libraries containing unmanaged C++ classes directly, but not use C# or managed C++ wrappers unmanaged C++ classes? Does anyone know how to do that?
|
| Secure code not dissasemblable with ildasm?? | 14 May 2005 07:37 GMT | 1 |
¿Secure c++ .net 2003 code not dissasemblable with ildasm? Thank you.
|
| Catching "Debug errors" | 10 May 2005 22:11 GMT | 2 |
With the new runtime checks for stack corruption and uninitialized variables, I get errors like: --------------------------- Microsoft Visual C++ Debug Library
|
| std::functions - how do I tell if an object qualifies? | 09 May 2005 18:25 GMT | 3 |
Sorry about the title. Don't know how else to phrase. I trying to learn how best to use the documentation provided in c++.net 7. I wanted to use std::sort, which requires arguments of type RandomAccessIterator.
|
| share data between different dlls | 09 May 2005 18:04 GMT | 1 |
For a quite big application, I need to get large amount of data within a static library (xxx.lib) and put them in a database (a class, say we call it CData), and then make it accessible by a few different dynamic library files (yyy.dll, …). I’ve tried to create a global class ...
|