managed
.Net Data Access integration with Teradata 12.0
I have am working on a .net application that integrates with a Teradata database version 12. Currently, we are using Odbc at the DAL to interface with the database.[详细]
2023-01-20 22:19 分类:问答Using unmanaged library
So in visual studio i have my solution with two projects, first one is managed c++ code and second one is unmanaged c++ library (waffles). I want to use classes from library in m开发者_Python百科y man[详细]
2023-01-20 01:16 分类:问答Calling COM wrapped c# dll from unmanaged c++: how to pass a 'string' and retrieve an updated value
I use COM interop to call functions in a c# dll from my VC6 MFC DLL, and this works fine. I want to call a function to retrieve string values.[详细]
2023-01-17 13:14 分类:问答What happened to ManagedSpy?
ManagedSpy is supposed to be the .NET equivalent of Spy++, but somehow the download page is now not availeble any more.[详细]
2023-01-16 23:00 分类:问答Modifying method return value for managed code in Visual Studio 2010 debugger
Say I have this C# method: public bool GetVal() { return a1 == b1 || c1 开发者_运维知识库== d1 || GetE1() == GetF1(); // Illustrating complicated logic here..[详细]
2023-01-16 11:48 分类:问答COM vs tightly wrapped managed c++ objects
So, there is a legacy code that has to be imported into .NET projects. Which one do you preffer, and why:[详细]
2023-01-16 03:20 分类:问答Global dictionary vs. GCHandle
I am required to pass some sort of identifier t开发者_开发技巧o unmanaged code which then processes a request and calls back into my managed code once it has done some processing.[详细]
2023-01-15 16:34 分类:问答passing an unmanaged function pointer callback to managed code using C++ interop
I\'m trying to add some managed code into an existing c++ GUI application.I\'d like to get a functional callback working...specifically, I\'d like to pass a method pointer from UNMANAGED code to MANAG[详细]
2023-01-14 15:23 分类:问答What is meant by "managed" vs "unmanaged" resources in .NET?
What is meant by the terms managed resource and unmanaged resource in .NE开发者_如何转开发T? How do they come into the picture?The term \"unmanaged resource\" is usually used to describe something not[详细]
2023-01-14 08:58 分类:问答Debugging both, native (ANSI C DLL) and managed (C# Assembly) code
I\'m having some troubles debugging a solution which contains both a native ANSI C DLL project and a managed C#/WPF application project.[详细]
2023-01-13 15:12 分类:问答