Tuesday, 10 September 2013

Can I link a 32-bit native dll (not .Net assembly) into my 64 bit .Net applicaiton?

Can I link a 32-bit native dll (not .Net assembly) into my 64 bit .Net
applicaiton?

We have an old 3rd party component which is a 32 bit native dll. In our
COM based app, we link it through Windows API. Now, we are planning to
upgrade our app to .Net and running on 64 bit system. My question: Can we
still link the old 32 bit native dll into our 64 bit .net app through
Windows API? If not, any ideas on how to get it to work?

No comments:

Post a Comment