A typical Professional Edition License will have no Lines of Code (LOC) limits; however the Free Licenses (Trial and Promotional Editions) have the limits mentioned above.
The LOC limits apply to the total LOC of the files referenced by your gmStudio project.
When you are working with a project that exceeds your LOC limit, the tool will behave as normal except it will not generate .NET code. This means the Trial Edition can be used to run "Assessment Translations" and generate code analysis reports for any size system.
The LOC count includes all non-blank lines, including comment-only lines.
- For VPB projects, the LOC is the total sum of all lines of all files referenced by all VBPs in the gmStudio project file.
- For ASP, the LOC value is a "deep" line count: it sums up the LOC for every ASP file and all of its #include files. ASP projects will also need to allow for a site script that references all the pages/includes in the site to be upgraded.