www.digitalmars.com         C & C++   DMDScript  

c++.stlsoft - winstl module

reply "Pablo Aguilar" <paguilarg hotmail.com> writes:
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
parent "Matthew" <admin stlsoft.dot.dot.dot.dot.org> writes:
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