12 Mar
2004
12 Mar
'04
7:21 p.m.
Shunming Fang
Heollo, guys, I try to wrap a c++ extension class requiring qt lib through boost.python, I failed always because of the following error: c:\Python23\include\object.h(343): error C2059: syntax error : ';'
My code will link to qt-2.30nc lib (window version). I don't know why. Can someone give ahint how to fix it?
Your first #include file must always be a Boost.Python header. HTH, -- Dave Abrahams Boost Consulting www.boost-consulting.com