|
|
On 8/31/06, Qun Cao <quncao@xxxxxxxxx> wrote:
> Hi Roman,
> NiGlobalStringTable here is another class that manages the global NiString
> table. There is a line:
> #include "NiGlobalStringTable.h"
> in NiFixedString.h
>
> In this case, Boost_Python should be able to look up NiGlobalStringTable.h
> and the corresponding lib file to execute the C++ code, right? Or do you
> suggest that I should manually wrap
> NiGlobalStringTable class too?
I don't understand you. All I said is that NiGlobalStringTable could be some
kind of single tone, that should be initialized. May be you forgot to
intialize it?
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
_______________________________________________
C++-sig mailing list
C++-sig@xxxxxxxxxx
http://mail.python.org/mailman/listinfo/c++-sig
|
|