|
Load all three libraries with loadlibrary,
Then see which library function to execute, and use GetProcAdress to pass in the handles of the three libraries. . .
If you want to achieve complete automation, I am afraid it is impossible, after all, it is not a C ++ virtual function. . . |
|