Compiler output:
C:/Documents and Settings/bikerboy/Desktop/oraclesource/orapal.bas(2) error 136: Default types or suffixes are only valid in -lang deprecated or fblite or qb, found '.' in 'dim shared orafont.bmp.pal(0 to 767) as ubyte = { _'
C:/Documents and Settings/bikerboy/Desktop/oraclesource/oraraw.bas(2) error 136: Default types or suffixes are only valid in -lang deprecated or fblite or qb, found '.' in 'dim shared orafont.bmp.raw(0 to 60415) as ubyte = { _'
C:/Documents and Settings/bikerboy/Desktop/oraclesource/FBIDETEMP.bas(81) error 136: Default types or suffixes are only valid in -lang deprecated or fblite or qb, found ',' in 'Dim Shared LFimg_r(256), LFimg_g(256), LFimg_b(256) as short'
C:/Documents and Settings/bikerboy/Desktop/oraclesource/FBIDETEMP.bas(285) error 213: Symbol not a CLASS, ENUM, TYPE or UNION type, before '.' in 'LFimg_r( i ) = orafont.bmp.pal (i*3)'Red color'
C:/Documents and Settings/bikerboy/Desktop/oraclesource/FBIDETEMP.bas(285) warning 12(0): Implicit variable allocation, bmp
C:/Documents and Settings/bikerboy/Desktop/oraclesource/FBIDETEMP.bas(286) error 213: Symbol not a CLASS, ENUM, TYPE or UNION type, before '.' in 'LFimg_g( i ) = orafont.bmp.pal (i*3+1)'Green color'
C:/Documents and Settings/bikerboy/Desktop/oraclesource/FBIDETEMP.bas(286) warning 12(0): Implicit variable allocation, bmp
C:/Documents and Settings/bikerboy/Desktop/oraclesource/FBIDETEMP.bas(287) error 213: Symbol not a CLASS, ENUM, TYPE or UNION type, before '.' in 'LFimg_b( i ) = orafont.bmp.pal (i*3+2)'Blue color'
C:/Documents and Settings/bikerboy/Desktop/oraclesource/FBIDETEMP.bas(287) warning 12(0): Implicit variable allocation, bmp
C:/Documents and Settings/bikerboy/Desktop/oraclesource/FBIDETEMP.bas(294) error 213: Symbol not a CLASS, ENUM, TYPE or UNION type, before '.' in 'LFimg_buffer(i) = orafont.bmp.raw (i)'
C:/Documents and Settings/bikerboy/Desktop/oraclesource/FBIDETEMP.bas(294) warning 12(0): Implicit variable allocation, bmp
Results:
Compilation failed
System:
FBIde: 0.4.6
fbc: FreeBASIC Compiler - Version 0.20.0 (08-10-2008) for win32 (target:win32)
OS: Windows XP (build 2600, Service Pack 3)