mikep
Joined: 24 Sep 2005
Posts: 765
Location: Austin, TX
|
|
Posted: 25 February 2006, 21:03 PM Post subject: Compiler Exception |
|
|
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. |
|