XusinboyBekchanov / VisualFBEditor

IDE for FreeBasic
Other
169 stars 39 forks source link

Compiling errors on TabWindow.bas #355

Closed chunmingwang closed 2 years ago

chunmingwang commented 2 years ago
F:\OfficePC_Update\!FB\FreeBASIC-1.09.0-winlibs-gcc-9.3.0\fbc32.exe -b "VisualFBEditor.bas" -exx -v -x "../VisualFBEditor32.exe" "VisualFBEditor.rc" -s gui -i "../Controls/MyFbFramework"
FreeBASIC Compiler - Version 1.09.0 (2021-12-31), built for win32 (32bit)
Copyright (C) 2004-2021 The FreeBASIC development team.
standalone
target:       win32, 486, 32bit
backend:      gas
compiling:    VisualFBEditor.bas -o VisualFBEditor.asm (main module)
F:\OfficePC_Update\!FB\!VisualFBEditor\VisualFBEditor\src\TabWindow.bas(3549) error 42: Variable not declared, s
F:\OfficePC_Update\!FB\!VisualFBEditor\VisualFBEditor\src\TabWindow.bas(3550) error 9: Expected expression, found 's'
F:\OfficePC_Update\!FB\!VisualFBEditor\VisualFBEditor\src\TabWindow.bas(3552) error 42: Variable not declared, sTemp2
F:\OfficePC_Update\!FB\!VisualFBEditor\VisualFBEditor\src\TabWindow.bas(3554) error 42: Variable not declared, sTemp
F:\OfficePC_Update\!FB\!VisualFBEditor\VisualFBEditor\src\TabWindow.bas(3557) error 9: Expected expression, found 's'
F:\OfficePC_Update\!FB\!VisualFBEditor\VisualFBEditor\src\TabWindow.bas(3561) error 9: Expected expression, found 's'
F:\OfficePC_Update\!FB\!VisualFBEditor\VisualFBEditor\src\TabWindow.bas(3561) error 3: Expected End-of-Line, found 's'
F:\OfficePC_Update\!FB\!VisualFBEditor\VisualFBEditor\src\TabWindow.bas(3563) error 42: Variable not declared, TypeName
F:\OfficePC_Update\!FB\!VisualFBEditor\VisualFBEditor\src\TabWindow.bas(3566) error 9: Expected expression, found 's'
F:\OfficePC_Update\!FB\!VisualFBEditor\VisualFBEditor\src\TabWindow.bas(3566) error 3: Expected End-of-Line, found 's'
F:\OfficePC_Update\!FB\!VisualFBEditor\VisualFBEditor\src\TabWindow.bas(3566) error 133: Too many errors, exiting
chunmingwang commented 2 years ago

see my commented on 8bb1a91

XusinboyBekchanov commented 2 years ago

Fixed: Compiling: https://github.com/XusinboyBekchanov/VisualFBEditor/commit/046e59633e4dc0890f84f31affa935aa9e7a8c23

Thanks.

chunmingwang commented 2 years ago

Thanks.