A
amirbehzadan
Hello,
I am writing some C++ classes and want to export them as .dll files so
other users can import them and use the methods I have provided in
those classes. I have two types of classes : unmanaged (or regular
classes) and managed (__gc classes). I already know how to use
"__declspec(dllexport)" to export and "__declspec(dllimport)" to import
"unmanaged" classes. However I dont know how to export "managed"
classes since this method doesnt work for them.
Can anyone help me with this ?
Regards,
Amir
I am writing some C++ classes and want to export them as .dll files so
other users can import them and use the methods I have provided in
those classes. I have two types of classes : unmanaged (or regular
classes) and managed (__gc classes). I already know how to use
"__declspec(dllexport)" to export and "__declspec(dllimport)" to import
"unmanaged" classes. However I dont know how to export "managed"
classes since this method doesnt work for them.
Can anyone help me with this ?
Regards,
Amir