A
Anonymous
Is it possible to have an ATL project that also contains win32 exported
classes and functions?.
I have a project (module) that needs to export/expose a few ATL objects,
however, other modules depend on the existing exported C++ classes. I
have been adviced that to export the ATL COM object, I should do the ff:
1). Create an ATL project
2). Move the existing code to it
I would like to know if the new project can still export its
classes/functions, so that other dependent code can continue to work?
classes and functions?.
I have a project (module) that needs to export/expose a few ATL objects,
however, other modules depend on the existing exported C++ classes. I
have been adviced that to export the ATL COM object, I should do the ff:
1). Create an ATL project
2). Move the existing code to it
I would like to know if the new project can still export its
classes/functions, so that other dependent code can continue to work?