Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2002-11-14 06:43:40


Kemeng,

Please post Boost.Python questions to the C++-sig, as I've previously
requested.

   http://www.python.org/sigs/c++-sig

¿ÂÃÍ <k.meng_at_[hidden]> 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
   dave_at_[hidden] * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk