Hi, is it possible to call C++ code, possibly compiled as a code library file (.dll), from within a .NET language such as C#?
Specifically, C++ code such as the RakNet networking library
Would really appreciate it if anyone could give me some pointers on how to do this/point me in the general direction to get started doing this and I can do the further reading up on my own :)
Thanks!