Reputation: 51
I'm attempting to compile an ATL proxy/stub DLL for ARM64, but it isn't working.
I don't have any specific code to provide, since I'm really just trying to compile the basic template-produced project in Visual Studio. But here are the steps to reproduce:
The main ATL project will compile, but the proxy/stub project will fail. (Both will compile successfully, however, for x64.)
Specifically, in the dlldata.c
file inside the proxy/stub project, it appears that the macros aren't being properly defined in the rpcproxy.h
header, because that header doesn't conditionally compile for ARM64.
For what it's worth, I have the C++ ATL build tools for ARM64 installed in the Visual Studio installer.
Can anyone provide any thoughts? Thank you very much for any guidance.
Upvotes: 0
Views: 42