Quote:
Originally Posted by Tsuyo
Writing an unmanaged C# Library would be harder than just writing a simple C++ DLL.
|
Depends on what he wants to accomplish.
My guess is anything except very low-level stuff is going to be a
lot easier done in C# than in C++.
@MagusBR
I am the author of the project template you linked to.
It would be much easier for us to help you if you gave us some infos what you were trying to run.
Particularly the methods you've written.
There are some rules as to how managed types are marshalled to unmanaged and back. But there aren't many rules and most of them are pretty straightforward.
So, if I'd knew the method you compiled and the assemblies you referenced, I'm pretty optimistic that I can get you where you want to go.
Cheers,
Robert