R
redcomet
First off, thanks for any and all help this thread might receive.
My problem is this, I have a dll, I convert it into a lib. What I want
to do is load this lib into C++ and make a function thats an exact copy
of one inside this lib.
Repeated in a different way:
Theres a function "functionX" lets say, in this library. I want to make
a function in C++ called functionX that once compiled into a dll again,
my functionX is the one in the dll and not the library's functionX.
Is this possible? *crosses fingers*
Thank you
My problem is this, I have a dll, I convert it into a lib. What I want
to do is load this lib into C++ and make a function thats an exact copy
of one inside this lib.
Repeated in a different way:
Theres a function "functionX" lets say, in this library. I want to make
a function in C++ called functionX that once compiled into a dll again,
my functionX is the one in the dll and not the library's functionX.
Is this possible? *crosses fingers*
Thank you