This Forum is Dedicated For all The Object Oriented PIC Lovers .......... The concept behind OOPic is straight forward. Use preprogrammed multitasking Objects from a library of highly optimized Objects to do all the work of interacting with the hardware. Then write small scripts in Basic, C, or Java syntax styles to control the Objects. During operation, the Objects run continuously and simultaneously in the background while the scripts run in the foreground telling the objects what to do.

Thursday, December 6, 2007

Re: [oopic] Object error with 6.1.1 Compiler

Let me check these out. Those objects should work. Do you have the
compiler in "version 5 compatibility mode"? That will cause an error
like this.

DLC

ks1239 wrote:

>Hi,
>I use the OOPic Multi-Language compiler v6.1.1 with Windows 2000(sp4)
>Program-1:
>Dim LED As New oLED
>LED.IOLine = 8
>
>After compiler, got a error: 12-Invalid member, "IOLine" is not a
>member of oByte class.
>(at Object Browser window, it said LED is oByte class, why?)
>
>Program-2:
>Dim b As New oButton
>
>After compiler, it will repeat two error message...(endless)
>51-Expecting a valid class. An object class must follow the 'New'
>Keyword.
>39-Expecting an identifier. The "" Class was expecting a valid
>identifier following it. {NoName1} being used in place of the missing
>identifier.
>
>Anyone has solution for that? thanks.
>
>
>
>
>
>Yahoo! Groups Links
>
>
>
>
>

--
------------------------------------------------------
Dennis Clark ooPIC Tech Support
www.oopic.com
------------------------------------------------------


Yahoo! Groups Links

<*> To visit your group on the web, go to:

http://groups.yahoo.com/group/oopic/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:

http://groups.yahoo.com/group/oopic/join

(Yahoo! ID required)

<*> To change settings via email:
mailto:oopic-digest@yahoogroups.com
mailto:oopic-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
oopic-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:

http://docs.yahoo.com/info/terms/

No comments: