Click here to Skip to main content
16,015,393 members
Articles / Programming Languages / C#

Using 64-bit DLLs in 32-bit Processes with Out-of-process COM

Rate me:
Please Sign up or sign in to vote.
4.82/5 (31 votes)
1 Jul 2020CPOL3 min read 75.7K   74  
Brief description of how to access 64-bit DLLs from 32-bit processes using a COM bridge
This article shows how to build a 64-bit COM server which is accessible from a 32-bit process to circumvent the process architecture restrictions. Then we make a (simple) 32-bit client to consume our 64-bit COM server component.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead IBM
Germany Germany
Technical Lead IT Specialist for Cognitive Input Analytics and Input Management at IBM

Comments and Discussions