ajterr:10001

Importing is only allowed before declaring any classes (AJTERR10001)

Product(s) KARO.NET Compiler

A #import parser instruction was used inside a class or an enum defintion or after it.

test::testClass {
   #import sl;
// ^^^^^^^^^^^ Import parser instruction is invalid here
}

Put the #import parser exception on top of the file outside the class/enum definition.

  • ajterr/10001.txt
  • Last modified: 2026-06-17 00:21
  • by 127.0.0.1