If I understood your question
properly, you need to call a function which is redefined a system function in the DLL, you can use the scope ( :: )resolution operator in C++, in order to distinguish
between global function and your own function inside a class.
Another way is to use the #ifdef pre-processor directive which conditionally compiles your
method...
Not sure about your exact requirements..
can you illustrate your problem with an
example..
Tom
Thank you very much, this helps me.
Share this page across other social networking sites