managed
"Attempted to read or write protected memory" error when passing a native object from C++/CLI wrapper dll
I have a big C++ project with an interface. I built a C++/CLI wrapper dll in order to communicate with the project.[详细]
2023-03-28 09:48 分类:问答I have a managed DLL and a managed program in C# - I want the managed DLL to be inside the assembly and not external [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate:开发者_如何转开发[详细]
2023-03-25 22:10 分类:问答C++: Wrapping unmanaged dll using dll export
I am using Visual Studio 2010 targeting .Net 4.0 I am working with an unmanaged C++ dll using a managed C++ wrapper.I am using _declspec(dllexport) to export the unmanaged .dll below is the header fi[详细]
2023-03-25 15:34 分类:问答xmlserialization without managed code?
Is there a possibility to use xmlwriter (xmlserialization) without managed code (cli)? using namespace System::Xml;[详细]
2023-03-25 13:34 分类:问答WCHAR to String, how do i do it?
String* Adder::downloadUrl(String* url) { DWORD dwSize = 0; LPVOID lpOutBuffer = NULL; BOOLbResults = FALSE;[详细]
2023-03-25 10:08 分类:问答Establish a mapping between a managed object and a native pointer in c++/cli?
I have a c++/cli class in which I would like to maintain a mapping between a managed string and a native pointer.[详细]
2023-03-25 04:41 分类:问答Memory leaks? in passing IEnumerable<byte[]> array to unmanaged function as byte** parameter
Is that the correct way to allocate and free handles to managed data passed to unmanaged dll? There is unmanaged dll with exported function[详细]
2023-03-24 23:33 分类:问答mixed programming for a string between C# managed code and c++ unmanaged code
I\'m working on a c++ project which uses a string path to call an XML file. When i compiled the c++ everything works perfectly and i\'m able to use the XML file as my project requires.[详细]
2023-03-24 20:49 分类:问答C++ CLI gcnew undeclared identifier
String* response_Page=\"\"; std::string http_Response; //WinHttp Request //http_Response append (pszOutBuffer);[详细]
2023-03-24 06:40 分类:问答How to call a Managed DLL File in C#?
I am makin开发者_如何学JAVAg a scripting language but I havea serious problem. I need to make it so you can call .NET DLLs in the language but I have found no way to do this in C#.[详细]
2023-03-22 19:38 分类:问答