Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Command executed:
- "C:\FreeBasic\fbc.exe" "C:\Users\Owner\Desktop\code\puzzlum-code-20\puzzlum-fbc068\Timothy2\Timothy2.bas"
- Compiler output:
- C:\Users\Owner\Desktop\code\puzzlum-code-20\puzzlum-fbc068\Timothy2\Timothy2.bas(27) error 56: Illegal specification, at parameter 1 (tree) of Vapor_MkLeaf() in 'sub Vapor_MkLeaf(tree() as Vapor_Cell, address as unsigned long, byref label as string, byref value as string, label_offset as unsigned integer)'
- C:\Users\Owner\Desktop\code\puzzlum-code-20\puzzlum-fbc068\Timothy2\Timothy2.bas(30) error 213: Symbol not a CLASS, ENUM, TYPE or UNION type, before '.' in 'if (tree(address).leaf.written and Vapor_IS_WRITTEN)=Vapor_IS_WRITTEN then'
- C:\Users\Owner\Desktop\code\puzzlum-code-20\puzzlum-fbc068\Timothy2\Timothy2.bas(31) error 213: Symbol not a CLASS, ENUM, TYPE or UNION type, before '.' in 'tree(address).value=value'
- C:\Users\Owner\Desktop\code\puzzlum-code-20\puzzlum-fbc068\Timothy2\Timothy2.bas(32) error 213: Symbol not a CLASS, ENUM, TYPE or UNION type, before '.' in 'tree(address).length=len(value)'
- C:\Users\Owner\Desktop\code\puzzlum-code-20\puzzlum-fbc068\Timothy2\Timothy2.bas(33) error 213: Symbol not a CLASS, ENUM, TYPE or UNION type, before '.' in 'elseif (((tree(address).leaf.written) xor Vapor_IS_WRITTEN) and Vapor_IS_WRITTEN)=Vapor_IS_WRITTEN then'
- C:\Users\Owner\Desktop\code\puzzlum-code-20\puzzlum-fbc068\Timothy2\Timothy2.bas(34) error 213: Symbol not a CLASS, ENUM, TYPE or UNION type, before '.' in 'tree(address).leaf.written))=tree(address).leaf.written)) or Vapor_IS_WRITTEN'
- C:\Users\Owner\Desktop\code\puzzlum-code-20\puzzlum-fbc068\Timothy2\Timothy2.bas(35) error 213: Symbol not a CLASS, ENUM, TYPE or UNION type, before '.' in 'tree(address).value=value'
- C:\Users\Owner\Desktop\code\puzzlum-code-20\puzzlum-fbc068\Timothy2\Timothy2.bas(36) error 213: Symbol not a CLASS, ENUM, TYPE or UNION type, before '.' in 'tree(address).length=len(value)'
- C:\Users\Owner\Desktop\code\puzzlum-code-20\puzzlum-fbc068\Timothy2\Timothy2.bas(40) error 213: Symbol not a CLASS, ENUM, TYPE or UNION type, before '.' in 'if (tree(address).child(temp).written and Vapor_IS_WRITTEN)=Vapor_IS_WRITTEN then'
- C:\Users\Owner\Desktop\code\puzzlum-code-20\puzzlum-fbc068\Timothy2\Timothy2.bas(42) error 213: Symbol not a CLASS, ENUM, TYPE or UNION type, before '.' in 'elseif (((tree(address).child(temp).written) xor Vapor_IS_WRITTEN) and Vapor_IS_WRITTEN)=Vapor_IS_WRITTEN then'
- C:\Users\Owner\Desktop\code\puzzlum-code-20\puzzlum-fbc068\Timothy2\Timothy2.bas(42) error 123: Too many errors, exiting
- Results:
- Compilation failed
- System:
- FBIde: 0.4.6
- fbc: FreeBASIC Compiler - Version 0.23.0 (08-14-2011) for win32 (target:win32)
- OS: Windows NT 6.1 (build 7601, Service Pack 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement