/Zm do not change anything in this case. I use the 1.32 version, with the .Net project , but the parameters for the boost project are not concerned, as the compiler block when compiling my files in my project. Actually I am trying to have feedback from Microsoft... http://www.kbalertz.com/kb_883655.aspx - VDB - "LNK1210: exceeded internal ILK size limit" -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Robert Ramey Sent: 18 mai 2005 15:53 To: boost-users@lists.boost.org Subject: [Boost-users] Re: fatal error C1204 on MS .Net with boost serialize Look at the command line switches used by bjam for this platform. Also, the 1.32 and 1.33 packages include premade VC 7 projects with command line switches set. Look at them. Definitely use /Zm800 among others. Robert Ramey Olivier Vanden Bos wrote:
It's just my signature :) (bad idea, I can see that) The real error is
Fatal Error C1204 : compiler limit : internal structure overflow The compiler has run out of memory. Your program needs to be simplified, perhaps by splitting a large source code file into smaller files.
And i found a mail about that "[Boost-users] serialization library - Serializing classes from a DLL", that didnt not solve my case (identical) but explain it :P It is just that the work around (splitting the file) becomes very hard to apply , actually i need to put one BOOST_DCL for each file !!!
- VDB -
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Arne Vogel Sent: 17 mai 2005 03:35 To: boost-users@lists.boost.org Subject: Re: [Boost-users] fatal error C1204 on MS .Net with boost serialize
Olivier Vanden Bos wrote:
I ve got a lot of this, i m forced to split all declarations of classes in separate .cpp file.
In fact, Boost::serialize become unusable...
Does somebody have a solution ?
**- VDB - ** / / / "//LNK2019: unresolved external symbol//"/ * *
Could you be more specific about _what_ symbols are unresolved?
- Arne Vogel
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users