So, I am calling a functio开发者_开发问答n from an unmanaged .dll file from my C# code. Depending on the arguments passed to that function, it can cause \"Run-Time Check Failure #0 - The value of ESP
I need to call a function in an unmanaged .dll written in C lang from vb.net. The function declaration looks like this
My application consist of C# code with unmanaged C dll calls. In my C#开发者_如何学Go code I have an object/class where its properties are both system types such as string and int and other objects I
I have a small unmanaged c++ application, I\'m trying to use CoCreateInstance(...) to create an instance of the \"Adobe SVG PLayer\" which is installed as an ActiveX control.
There is any way to use 开发者_JAVA百科C++\\C# .Net assemblies\\DLL\'s in win32 C++ (unmanaged) applications?Is it possible to use .Net, from any language, in C++ in a 100% pure unmanaged application?
in my next project I want to implement a GUI for already existing code in C++. My plan is to wrap the C++ part in a DLL and to implement the GUI in C#. My开发者_如何学C problem is that I don\'t know h
I\'m writing some native C++ code which needs to be called from C# (and I can\'t replace the C++ native code with C# code).
I have this problem, which I am dealing with for some time already. At start, I have two dlls with unmanaged code (let\'s say... dll_1, dll_2) and managed aplication in c#. What i\'m supposed to do is
We are creating a C# wrapper around a unmanaged DLL. The unmanaged DLL comes in both a 32 and 64bit versions. We keep the managed wrapper in its own project so that we can build it as a separate compo
I want to create a .NET assembly that can be accessed from unmanaged code (Delphi 5). I have found Unmanaged Exports and followed the steps there but I am unable to successfuly compile even the basi