Wednesday, November 21, 2012

PInvoke.net alternative


http://pinvoke.net/ is my goto location when I need to call native functions into C#. I just found out today that there is actually an alternative from Microsoft called P/Invoke Interop Assistant, head to the link below to get the binaries.

http://clrinterop.codeplex.com/
http://clrinterop.codeplex.com/releases/view/14120

No comments:

QNX: Running a function at specific interval using timer interrupt

#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...