Category Archives: windows

IJW (It Just Works) and COM Interop

As I promised in my last post, today I am going to give an overview about how to call C# code from C++. After googling around a bit you will find there are at least 2 well-known ways to call … Continue reading

Posted in C/C++, windows | 2 Comments

PInvoke ( How to Call C from C# )

I will be coding some C# stuff for Windows this year. We have a bunch of C/C++ APIs which we want to make available to our customers from C#, however, since I have known of the Mono existence for a … Continue reading

Posted in C/C++, linux, windows | 3 Comments