X-Sharp / XSharpPublic

Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.
Apache License 2.0
89 stars 36 forks source link

/fox1 switch seems to be ignored #1496

Open fforay opened 2 weeks ago

fforay commented 2 weeks ago

Create a simple VFP Console Application

Add a FoxClass to the project

Whatever the state of /fox1 you MUST put a AS clause for the class, like : DEFINE CLASS Class1 AS Xsharp.VFP.Custom