简体   繁体   中英

How to call a x64 C++ dll from VB6 (x86)?

I'm trying to call a x64 C++ function (in.dll) from VB6 application. Warning message displayed be below:

"Run-time error '48'/File not found ***.dll"

Is there any way to do this calling?

Note: x86 C++.dll is working normal And my x64 C++.dll is too big and cannot change to x86 complier.

Maybe you could try with DllSurrogate . Take a look at Calling 64 bit code from a 32 bit VB6 application .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM