I have created a Azure Worker Role Project. Target machine of the project has to be x64 machine. I should invoke Stasm and OpenCV dll from the worker role. But I think that they can be compiled on x86 machine.
What should i do?
I have created a Azure Worker Role Project. Target machine of the project has
Share
The worker role process is indeed x64. But it’s just for that specific process. You could have an other process interact with those x86 dlls: