Problem with external class file

  • Thread starter Thread starter Roger
  • Start date Start date
R

Roger

Hi,
I'm trying to import a namespace from an external class file, but I get the
following error when calling its methods:

BC30451: Name [Class] is not declared


How do correctly import a custom namespace?


Roger
 
Roger said:
Hi,
I'm trying to import a namespace from an external class file, but I get the
following error when calling its methods:

BC30451: Name [Class] is not declared


How do correctly import a custom namespace?


Roger
You have to set a Reference to it, right-click on References...
 
Back
Top