Forum Index
HomeZBasic Home   Forum RulesForum Rules   Forum FAQForum FAQ   MemberlistMemberlist   UsergroupsUsergroups   RSS FeedRSS Feed
Site SearchSite Search   LinksLinks   DownloadDownload   Digests and SubscriptionsDigests and Subscriptions
ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in   RegisterRegister
Compiler Exception

 
Post new topic   Reply to topic    Forum Index -> ZBasic Language
Author Message
mikep



Joined: 24 Sep 2005
Posts: 765
Location: Austin, TX

Posted: 25 February 2006, 21:03 PM    Post subject: Compiler Exception Reply with quote

The following code
Code:
Public Sub Main()
   Dim buffer(1 to 8) as Byte
   Dim rc as Integer
   rc = I2CCmd(0, &H00, SizeOf(buffer), buffer, 0, 0)
End Sub
causes the message
Code:
Internal error: unhandled exception

related to the use if the SizeOf function. This happens with compiler 1.1.10 and several previous versions as well. If I use v1.1 then I get a compiler syntax error as expected.
Back to top
dkinzer
Site Admin


Joined: 03 Sep 2005
Posts: 2499
Location: Portland, OR

Posted: 25 February 2006, 23:17 PM    Post subject: Reply with quote

The problem has been resolved and is awaiting the completion of regression testing.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Forum Index -> ZBasic Language Time synchro. with the server - Timezone/DST with your computer
Page 1 of 1

 


All content Copyright © 2005-2012 Elba Corp. All Rights Reserved.
Opinions expressed in posts are those of the author and not necessarily those of Elba Corp.
Powered by phpBB © 2001, 2005 phpBB Group