This might seem like a simple question, but I am not sure where to start.
I have a FormManager class in an assembly dll. There are possibly various other assemblies that each contain a component that is managed by the FormManager class. These component assemblies also contain an icon that...
Hi,
I have written a DLL in unmanaged code that has a certain function that returns a string. This string is allocated within the function.
I can call this function from C# if I use the DllImport attribute and define a prototype in a class definition. The function works fine, and I can assign...
Hi,
I have written an unmanaged Win32 DLL that generates events. The event it generates is a registered event of my choosing, which I have declared (via Win32 APIs, in C) in the following manner:
const UINT wmMessage =...
First of all, I need a little clarification:
Just what is the difference between managed and unmanaged code? I have a general idea that unmanaged code is code found in DLLs, such as the system APIs.
I'd like to write code like this. I have a need to write an external library that is available...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.