Overload a function in a DLL?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Is it possible to overload a function in another DLL? Let's say that i would like every program on my computer to call my own CWnd::CalcWindowRect or something like that? I think that i found some code that describes how to do this. But i don't understand how to use it. Is there someone that knows how this is done, and maybe have a simple example?