RE: [Boost-users] Re: fatal error C1204 on MS .Net with boost serialize
I just tried. Nothing changed.
- 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 Jeff Flinn
Sent: 18 mai 2005 15:14
To: boost-users@lists.boost.org
Subject: [Boost-users] Re: fatal error C1204 on MS .Net with boost
serialize
"Olivier Vanden Bos"
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.
Have you tried using: #define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP in your translation unit previous to any serialization header inclusions? Jeff Flinn _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (1)
-
Olivier Vanden Bos