Tagged Questions
1
vote
1answer
822 views
How can I force symbol a symbol reference in c++ (programmatically)
I'm trying to plug tcmalloc into a suite of software that we currently use at work. The software comprises of a lot of dll's. They all refer to a shared header file, so I can pragma link the library.
...