c++.stlsoft - winstl module
- Pablo Aguilar (6/6) May 11 2005 winstl's module's get_symbol template function, has the following code:
- Matthew (3/13) May 15 2005 Fixed. In next release
winstl's module's get_symbol template function, has the following code: f = static_cast<F>(proc); which doesn't compile with BCB6, reinterpret_cast does. And I doubt it'd compile with anything else, given that functions coming from the loaded dll might have nothing to do with void (*)(). Pablo
May 11 2005
Fixed. In next release "Pablo Aguilar" <paguilarg hotmail.com> wrote in message news:d5uif2$26ic$1 digitaldaemon.com...winstl's module's get_symbol template function, has the following code: f = static_cast<F>(proc); which doesn't compile with BCB6, reinterpret_cast does. And I doubt it'd compile with anything else, given that functions coming from the loaded dll might have nothing to do with void (*)(). Pablo
May 15 2005