L
Leon
Hi all.
For my application I'm using a third-party library which is supplied as a
library file (.lib) and an associated header file to prototype the functions
defined in the library. Important is that the library is already compiled.
Now, this library defines only functions, and they are declared in the
global namespace. Since this is rather ugly and inconvenient, I want to
place these functions in their own namespace.
Is it possible to change the fully qualified names of these functions if
they're already compiled, or maybe is there another way to get these
functions in their own namespace?
Thanks,
Leon.
For my application I'm using a third-party library which is supplied as a
library file (.lib) and an associated header file to prototype the functions
defined in the library. Important is that the library is already compiled.
Now, this library defines only functions, and they are declared in the
global namespace. Since this is rather ugly and inconvenient, I want to
place these functions in their own namespace.
Is it possible to change the fully qualified names of these functions if
they're already compiled, or maybe is there another way to get these
functions in their own namespace?
Thanks,
Leon.