Determining if third party .dll's are 32 or 64 bit

CCarp

New member
Joined
Jun 29, 2017
Messages
2
Programming Experience
1-3
We are in the process of upgrading our program from 32 to 64 bit. We've adjusted all our own assemblies accordingly, but the program is crashing. I have the feeling that it's because some of our third party .dll's are 32 bit. Is there an easy way in Visual Studio or otherwise to easily analyze all the .dll's the program depends on to see if they were built for 32 bits or 64? I know you can use Corflags, but that only works for .NET assemblies.
 
Back
Top Bottom