S
S
s2sk2018-04-26 01:06:21
C++ / C#
s2sk, 2018-04-26 01:06:21

How to load one DLL from another?

Hello.
Let's say there is a program and it loads a DLL and let's say it's d3d11.dll, I want to make my dll load instead (well, rename mine to d3d11) and then my dll loads d3d11 already (so that the program works fine). How is it implemented? I say right away - to me for good purposes, fashion for toys is all that.
Thanks.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
MiRPiX, 2018-04-26
@RSM0000

collect with the /MT key, if it works in Visual.
And then you won't need to load dll and install c++.

R
res2001, 2018-04-26
@res2001

You are not the first. Offhand:
https://habr.com/post/133956/
https://habr.com/post/215389/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question