[C++-sig] leaving out functions when exposing a class

FoxMulder900 foxmulder900 at yahoo.com
Mon Jul 14 17:26:08 CEST 2008




Roman Yakovenko wrote:
> 
> 
> Yes, modify the link line - you should link your module with the
> library, that defines that functions
> 
> 

Thanks! That greatly narrowed my problems, and gave me a better
understanding of what is going on. My only problem now is that I am getting
2 remaining unresolved external symbol errors, from separate libraries, the
libraries are definitely getting linked. Both functions are using the
__imp__ calling convention, not sure if that is significant or not. I know
these libraries are ok because they link fine when i build my project in
visual C++ without boost.

 Thanks again!

-- 
View this message in context: http://www.nabble.com/leaving-out-functions-when-exposing-a-class-tp18412325p18446355.html
Sent from the Python - c++-sig mailing list archive at Nabble.com.




More information about the Cplusplus-sig mailing list