XusinboyBekchanov / MyFbFramework

My FreeBasic Framework
Other
64 stars 18 forks source link

Compile Error on Grid.bas at Windows #135

Closed chunmingwang closed 12 months ago

chunmingwang commented 12 months ago
16:48:59: Compilation: "F:\OfficePC_Update\!FB\fbc\fbc64.exe"  -b "mff.bi" -exx -v -x "../mff64.dll" -dll "mff.rc" -i "F:\OfficePC_Update\!FB\vfbe\Controls\MyFbFramework" -i "F:\OfficePC_Update\!FB\WinFBX" -d _DebugWindow_=7670118

16:48:59: FreeBASIC Compiler - Version 1.20.0 (2023-09-18), built for win64 (64bit)
16:48:59: Copyright (C) 2004-2023 The FreeBASIC development team.
16:48:59: standalone 
16:48:59: target :       win64, x86-64, 64bit
16:48:59: backend :      gcc
16:48:59: compiling :    mff.bi -o mff.c (main module)
F:\OfficePC_Update\!FB\vfbe\Controls\MyFbFramework\mff\Grid.bas(649) error 14: Expected identifier, found 'GtkWidget'
F:\OfficePC_Update\!FB\vfbe\Controls\MyFbFramework\mff\Grid.bas(671) error 42: Variable not declared, ParentTemp
F:\OfficePC_Update\!FB\vfbe\Controls\MyFbFramework\mff\Grid.bas(719) error 14: Expected identifier, found 'GtkWidget'
F:\OfficePC_Update\!FB\vfbe\Controls\MyFbFramework\mff\Grid.bas(728) error 99: No matching overloaded function, HANDLE()
XusinboyBekchanov commented 12 months ago

Fixed: Compiling: https://github.com/XusinboyBekchanov/MyFbFramework/commit/7414dd6a6ebefdbd23e258e94b9c6145a2ecedbd

chunmingwang commented 12 months ago

Thanks!

Impressive and fast feedback!

XusinboyBekchanov commented 12 months ago

Thank you too.