Hi,
I'm using a eVC++ dll in my .NETCF project. I would like to automate
the build so that the correct dll is copied to the output folder
depending on what deployment device is currently being build.
For example, if the deployment device is .NET Emulator, then the Win32
emulator dll would be copied, otherwise if my ARM device is being
build, the ARM dll would be copied.
I'm assuming there is no such variable.
Is there anyway I could use a dumpbin or something similar to figure
out the cpu type of the binary? I could then parse the output.
Thanks.