Hi there,
I am developing a plugin for an application which means I have to import a library into my library at runtime.
The library is a .NET dynamic link library and I need to be able to use the structures/methods it houses within my application (plugin library).
How would I go about doing this? Anyone have a link to an article/tutorial explaining this?
Thanks.
I am developing a plugin for an application which means I have to import a library into my library at runtime.
The library is a .NET dynamic link library and I need to be able to use the structures/methods it houses within my application (plugin library).
How would I go about doing this? Anyone have a link to an article/tutorial explaining this?
Thanks.
Last edited: