C++/Python interfacing

Fatal error C1204: compiler limit: internal structure overflow

If you get this error, than the generated file is too big. You will have to split it to few files. Well, not you but Py++, you will only have to tell it to do that.

If you are using module_builder_t.write_module method, consider to switch to module_builder_t.split_module.

If you are using split_module, but still the generated code for some class could not be compiled, because of the error, you can ask Py++ to split the code generated for class to be split to few source files.

For more information, considre to read the splitting generated code to files document.



Valid HTML 4.01 Transitional Valid CSS! SourceForge.net Logo