ZeroEffect
Junior Contributor
I have a SDK kit that I have all the documentation for, great! Now the DLL is a unsigned DLL and I can't load it into a .net project. I have used DLLImport to setup the functions I need to use. I am not sure they are right but I am trying to figure them out one by one.
All the examples are C++ which I know nothing about. Looking at the examples I can kind of see what is going on.
I have the API .lib file and the header files. Is there a way to load these into a .net project and make my own DLL to use in .net?
Currently I am stuck with a "Attempted to read or write protected memory." error. All the types are set the same but I still get the error. I have contacted the supplier of the SDK but they are slow to get back to me.
Thanks for any help you can provide.
ZeroEffect
All the examples are C++ which I know nothing about. Looking at the examples I can kind of see what is going on.
I have the API .lib file and the header files. Is there a way to load these into a .net project and make my own DLL to use in .net?
Currently I am stuck with a "Attempted to read or write protected memory." error. All the types are set the same but I still get the error. I have contacted the supplier of the SDK but they are slow to get back to me.
Thanks for any help you can provide.
ZeroEffect