[antlr-interest] Rnntime Error with Antlr Provided Calc Example for 2.7.2

Thomas Dudziak tomdz at cs.tu-berlin.de
Fri Feb 7 01:58:46 PST 2003


This seems to be memory related (always hard-to-find errors). You could
check
* that the library and the application are linked against the same variant
of the runtime (e.g. Multithreaded Debug DLL)
* that you do not mix malloc/free and new/delete (antlr uses new/delete
AFAIK)
* that you have the latest service pack for Visual Studio installed

What happens when you build a runtime version ?
Could you provide a call trace ?

Tom



 

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



More information about the antlr-interest mailing list