call c++ dll with C#
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I just bought a Tira IR receiver and I want to be able to use it with C#, but I havn't done much c++ coding before. Could somebody help me out with writing a c# dllimport function for this:
typedef int (__stdcall * tira_six_byte_cb) (const char * eventstring); extern "C" __stdcall int tira_set_handler ( tira_six_byte_cb cb );
any help would be appreciated Thanks