On Dec 19, 2006, at 3:13 PM, Stefan wrote:
No, RB doesn't complain about something...
I downloaded the latest plugins
I just put this code in RB 2006r4
Note the LR says to use "dim db as RecordSet" but that won't compile
as OpenDBFCursor returns a DatabaseCursor not a record set
Dim db as DatabaseCursor
db=OpenDBFCursor( GetFolderItem("phone.dbf") )
If db <> Nil then
//proceed with database operations
else
Beep
MsgBox "The database couldn't be opened."
end if
And this yields a compilation error that says
"This project could not be compiled because a plugin it depends
on does not support Intel processors. The plugin RBPlugin130.rbx:0
does not have a Mach-O i386 part"
DatabaseCursor is part of the RBPlugin130 plugin and it does not support
Sounds like REAL needs to update OpenDBFCursor to return a recordset
like the LR says
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>