I have a C++ class which does network communications, and wish to use it in a C# application. However I wish to be able to have delegates pointing to the functions so that they can be used as callbacks. Does this change anything about the way I need to export the C++ dll?
- this might helpuser1227804– user12278042012-02-29 09:50:16 +00:00Commented Feb 29, 2012 at 9:50
- Apologies if the question was not clear enough but what I want is for the C++ functions to be used as callbacks with delegates in the C# app, not the other way around. I don't know whether this requires any extra work when exporting the functions.Bill Walton– Bill Walton2012-02-29 12:09:46 +00:00Commented Feb 29, 2012 at 12:09
Add a comment |