access functions in a DLL created in C # for borland c + + builder
Managed C++/CLI
2
Posts
2
Posters
3
Views
1
Watching
-
Good Afternoon! I'm trying to use the functions in the DLL created in C #, I need to read the functions in borland c + + builder, anyone have any suggestions?
-
Good Afternoon! I'm trying to use the functions in the DLL created in C #, I need to read the functions in borland c + + builder, anyone have any suggestions?
Compile the C# object with the "Make COM Visible" checkbox checked, and then see this link: COM Callable Wrapper[^]
The difficult we do right away... ...the impossible takes slightly longer.