Kemeng, Please post Boost.Python questions to the C++-sig, as I've previously requested.
http://www.python.org/sigs/c++-sig ¿ÂÃÍ <[EMAIL PROTECTED]> writes: > Hi: > > I'm try to convert asn.1 to python. What's asn.1? > I use snacc to convert asn.1 to c++ first, What's snacc? > and then use boost.python to convert c++ to python. > > In this version,when I compile a big file in vc6,compiler report error: > "fatal error C1204:Compiler limit:internal structure overflow" > > What can I do? Thanks! 1. Get a better compiler (preferred). Even VC7 will work. 2. Split up your file into multiple translation units (separate source files). Your module initialization function can call a function defined in another source file to expose additional functionality. -- David Abrahams [EMAIL PROTECTED] * http://www.boost-consulting.com Boost support, enhancements, training, and commercial distribution _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost