N
Note Myself
I am writing a C++ library. I know that I can export classes through
dllexport keyword. However, we also need this library to be accessible from
..Net applications. Our original plan is to package it using COM. Is there a
way to expose these classes without adding COM layer? Thanks
dllexport keyword. However, we also need this library to be accessible from
..Net applications. Our original plan is to package it using COM. Is there a
way to expose these classes without adding COM layer? Thanks