managed
Calling _CrtDumpMemoryLeaks() in managed code C#/WPF
I am writing a wrapper class to call _CrtDumpMemoryLeaks() in WPF application. I am loading a C language DLL in the WPF application and would like to see if the there are any memory leaks in the DLL a[详细]
2023-03-09 15:50 分类:问答Accessing IIS site folder from Managed windows service
I have a managed service that receives files from users and I process the files and create audio files and xml files. I want to put the generated files from my service to a directory in Webserver[详细]
2023-03-09 12:02 分类:问答Debug Managed and Unmanaged code together
My main startup project is in c++. the solution involves also managed c# code. When I debug - I have breakpoints only on the unmanaged sections (on managed bre开发者_StackOverflow中文版akpoint it stat[详细]
2023-03-09 05:31 分类:问答shdocvw in managed C++
I am trying to use shdocvw in a managed C++ program. I have read COM Interop using managed C++ - CodeProject. I used the instructions in How to add references to a managed Visual C++ project to create[详细]
2023-03-09 03:15 分类:问答C++/CLI wrapper for native C++ dll
I have written an C++/Cli wrapper for a native C++ dll, but when I call some method from C# I get an System.AccessViolationException error in my C++/Cli Wrapper dll! It\'s necessary to marshal the unm[详细]
2023-03-08 06:49 分类:问答Managed application on secure desktop under Windows 7
I\'m searching for the possibility to show an application on a secure desktop under Windows 7. For explanation: The secure desktop is provided by Windows to avoid external applications to interact wit[详细]
2023-03-07 14:02 分类:问答C# Managed Unmanaged code
I\'m trying to understand managed/unmanaged code as it pertains to structs and classes. I have a struct with a property of another struct but its a pointer declaration as in:[详细]
2023-03-07 12:35 分类:问答C++/CLI umanaged pointer in constructor
I want to make a C++/CLI wrapper of some C++ class. The problem is that I want the ref class to be initiated with a reference of the c++ object:[详细]
2023-03-07 09:34 分类:问答Marshall char** to string problem calling unmanaged code from managed code
I\'ve this C++ function, bool MyClass::my_function(int num, TCHAR** filepath) I\'ve expose the function as[详细]
2023-03-07 00:48 分类:问答How do I build a vector of system::drawing::rectangle
How do I build a vector of system::drawing::rectangle in c++? I tried vecor of std but got an error message that mixed types are not supported.W开发者_运维百科hat can I do?You can use the List<T>[详细]
2023-03-06 15:00 分类:问答