Announcement

Collapse
No announcement yet.

CPUXA and VB.NET

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    CPUXA and VB.NET

    I've started converting some of my scripts and asp's to .NET but having problems with using the cpuxa object (using the HS Ocelot plugin).

    This is the test code:

    PHP Code:
    Sub main (ByVal param As Object)
    cpuxa.Setpoint (2,1,1)
    end sub 
    The error is: 03/04/2006 18:26:43 - Error - Scipt compile error: 'Scheduler.cpuxa' is not accessible in this context because it is 'Private'.on line 15

    Do I have to declare the cpuxa object and if so how?
    Jon

Working...
X