问题
I have a 32-bit dll library project written in C++ ATL COM. How do you convert a ATL COM project to pure C++ non-COM 64-bit? I believe ATL COM, or COM, doesn't support 64-bit.
Are there any instructions/guidelines on how to strip away the ATL COM part of such a project and replace it with managed or unmanaged C++, so it's compile able to 64-bit?
Best Regards, Johan
来源:https://stackoverflow.com/questions/52702542/atl-com-32-bit-dll-to-64-bit-non-com-dll