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

Roman Yakovenko roman.yakovenko at gmail.com
Mon Jul 14 20:09:58 CEST 2008


On Mon, Jul 14, 2008 at 6:26 PM, FoxMulder900 <foxmulder900 at yahoo.com> wrote:
> 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.

Good, because you can compare link and compile lines.

> 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.

You are going to find out. What does happen if you replace the calling
convention?

-- 
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/



More information about the Cplusplus-sig mailing list