A
A
Ashimakunov2020-06-18 20:16:00
C++ / C#
Ashimakunov, 2020-06-18 20:16:00

Is it possible to load x64 dynamic library in x86 application?

I have a plus program. It is compiled for x86. Sometimes you need to connect the x64 library to it. But I get an architecture compatibility error.
Is it possible to shove code into the program that will be executed when it needs to work with x64?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Armenian Radio, 2020-06-18
@ashimakunov

Not allowed. Only collect a separate executable and connect to the main one through the spherical memory.

H
HemulGM, 2020-06-19
@HemulGM

You can add this code. The code that will launch the intermediary that will download the library for you.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question