[antlr-interest] Re: C++: Exception on loading literals.

TheSamiM mikhail at augustmail.com
Fri May 23 07:02:51 PDT 2003


On the off chance that this will help someone:

The problem is indeed with the DLL build, going to a static library 
took care  of the issue. I suspect it has to do with the allocators 
for the templates being in a different memory space than the 
templates themsevles, but that's a theory I don't have time to test.

Going the static library route works, so long as the code generation 
for the lib is the same as the code generation for the application 
using it. (IE: both single threaded, or both multi threaded etc.)

Also SP5 for  VS 6 is at:
http://msdn.microsoft.com/vstudio/downloads/updates/sp/vs6/sp5/default
.aspx

HTH.




 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 




More information about the antlr-interest mailing list