[antlr-interest] How to launch ASTFrame

Micheal J open.zone at virgin.net
Mon Jun 19 09:28:46 PDT 2006


> I am using C#. To use ASTFrame, in void Main of class Main , 
> I added "using antlr.debug.misc;" . Then I tried to run 
> program, error occurs:-
> 
> The type 'System.Windows.Forms.Form' is defined in an 
> assembly that is not referenced. You must add a reference to 
> assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
> PublicKeyToken=b77a5c561934e089'.	
> 
> I added reference: "using System.Windows.Forms;", new error reported:-
> 
> The type or namespace name 'Windows' does not exist in the 
> namespace 'System' (are you missing an assembly reference?)

Is this a .NET v1.1 vs .NET v2.0 issue?. Have you built all components using
the same runtime version?.

Incidentally, ASTFrame works fines. Perhaps you should try using the "-tree"
parameter on the KCSParse/charp_v1 or the java examples. They use ASTFrame.


Micheal

-----------------------
The best way to contact me is via the list/forum. My time is very limited.



More information about the antlr-interest mailing list