[C++-sig] exporting __stdcall methods

Leonard "paniq" Ritter paniq at paniq.org
Sun Mar 13 00:38:22 CET 2005


>I tried in a similar vain for the 2 member functions variants that appear
>later in the same file.
>However, I had no success, hence the reason for my caution.
>
>  
>

yes, it works for functions but not for methods. when adding something 
similar for __stdcall i get

boost\python\detail\invoke.hpp(75) : error C2064: term does not evaluate 
to a function taking 2 arguments

where my confusion does not permit me to make anymore assumptions on how 
to fix this ;)





More information about the Cplusplus-sig mailing list