¡@

Home 

c++ Programming Glossary: ijw

How to call a C# library from C++ using C++\CLI and IJW

http://stackoverflow.com/questions/13293888/how-to-call-a-c-sharp-library-from-c-using-c-cli-and-ijw

to call a C# library from C using C CLI and IJW Background As part of a larger assignment I need to make a.. PInvoke which appears to go from C# to C only and using IJW in the C CLR which appears to be Interlope services . I am thinking.. set up a library that is perhaps a CLR wrapper that uses IJW to call my C# dll on the behalf of native C and C code. Specifics..

Calling C++ function from C#, with lots of complicated input and output parameters

http://stackoverflow.com/questions/15672351/calling-c-function-from-c-with-lots-of-complicated-input-and-output-paramete

there seems to be some interest in using It Just Works IJW with C CLI I'll post some info about that further google searches..