Search found 31 matches

by kankouhin7937
Mar 12, 2020 5:25
Forum: Community Discussion
Topic: BASIC(modified B++ complier) + wxWidgets
Replies: 38
Views: 19867

Re: BASIC(modified B++ complier) + wxWidgets

@kankouhin7937 has nothing to do with the files you downloaded from SourceForge. The zip file there purports to be the source code (and it must be because @kankouhin7937 apparently has modified and extended it). So you can safely delete any executables in that zip file while perusing the code in th...
by kankouhin7937
Mar 10, 2020 3:26
Forum: Community Discussion
Topic: BASIC(modified B++ complier) + wxWidgets
Replies: 38
Views: 19867

Re: BASIC(modified B++ complier) + wxWidgets

com sample Option Explicit Sub Main Dim Xlb As ComObject, Xls As ComObject, Rng As ComObject,xlapp As ComObject xlapp.CreateObject("Excel.Application") xlapp.Visible = TRUE Xlb = xlapp.Workbooks.Add Xls = Xlb.WorkSheets(1) Dim sName As String sName = "Name" Dim s As String = Call...
by kankouhin7937
Mar 09, 2020 23:13
Forum: Community Discussion
Topic: BASIC(modified B++ complier) + wxWidgets
Replies: 38
Views: 19867

Re: BASIC(modified B++ complier) + wxWidgets

can we use all the widgets/controls in the latest wxWidgets with it? btw, it reminds me of https://www.wxbasic.net/ which is a BASIC interpreter I test some controls only. but 1. add all header files to lib/core/wxWidgets.h. 2. change the bin/config[XXX] file to link all libs. maybe can use all the...
by kankouhin7937
Mar 09, 2020 23:12
Forum: Community Discussion
Topic: BASIC(modified B++ complier) + wxWidgets
Replies: 38
Views: 19867

Re: BASIC(modified B++ complier) + wxWidgets

can we use all the widgets/controls in the latest wxWidgets with it? btw, it reminds me of https://www.wxbasic.net/ which is a BASIC interpreter I test some controls only. but 1. add all header files to lib/core/wxWidgets.h. 2. change the bin/config[XXX] file to link all libs. maybe can use all the...
by kankouhin7937
Mar 09, 2020 6:20
Forum: Community Discussion
Topic: BASIC(modified B++ complier) + wxWidgets
Replies: 38
Views: 19867

Re: BASIC(modified B++ complier) + wxWidgets

Very interesting, like fb with a gui. This is something I have been waiting for. Are you the only dev? Is there further dev? Is the code translated to c++ but allows debugging? sorry for my poor english. I am dev it by myself. because the powerfull wxWidgets can also run on Linux and mac, I will tr...
by kankouhin7937
Mar 03, 2020 2:11
Forum: Community Discussion
Topic: BASIC(modified B++ complier) + wxWidgets
Replies: 38
Views: 19867

BASIC(modified B++ complier) + wxWidgets

Option Explicit Dim f As wxFrame Ptr Dim listctrl As wxListCtrl Ptr Dim colSort As Integer Dim arSort(1) As Integer Callback Function myCompareFunction(item1 As Long, item2 As Long, sortData As Long) As Integer Dim row1,row2 As Long row1 = listctrl.FindItem( -1, item1 ) row2 = listctrl.FindItem( -1...
by kankouhin7937
Dec 25, 2019 8:10
Forum: Windows
Topic: Syntax error, found 'LPARAM' in 'MonthCal_GetCurSel(this.Handle,@st)'
Replies: 4
Views: 1256

Re: Syntax error, found 'LPARAM' in 'MonthCal_GetCurSel(this.Handle,@st)'

Because, the name of the variable is indicated as lParam in this function: Function FMonthCal.CtrlMsgFunc(hWnd As HWND,uMsg As UINT,wParam As wParam,lParam As lParam) As LRESULT Therefore, to say that lParam is not a type for Cast. MonthCal_GetCurSel looks like this in commctrl.bi. #define MonthCal...
by kankouhin7937
Dec 25, 2019 7:05
Forum: Windows
Topic: Syntax error, found 'LPARAM' in 'MonthCal_GetCurSel(this.Handle,@st)'
Replies: 4
Views: 1256

Re: Syntax error, found 'LPARAM' in 'MonthCal_GetCurSel(this.Handle,@st)'

Dim st As SYSTEMTIME MonthCal_GetCurSel(this.Handle, @st) compile error: Syntax error, found 'LPARAM' in 'MonthCal_GetCurSel(this.Handle,@st)' How to fix the error? It compiles normally for me. i try again about it. only the above codes, no any compile error. it happend when i compile the FBGUI OOP...
by kankouhin7937
Dec 25, 2019 0:26
Forum: Windows
Topic: Syntax error, found 'LPARAM' in 'MonthCal_GetCurSel(this.Handle,@st)'
Replies: 4
Views: 1256

Syntax error, found 'LPARAM' in 'MonthCal_GetCurSel(this.Handle,@st)'

Dim st As SYSTEMTIME
MonthCal_GetCurSel(this.Handle, @st)

compile error:
Syntax error, found 'LPARAM' in 'MonthCal_GetCurSel(this.Handle,@st)'

How to fix the error?
by kankouhin7937
Nov 12, 2019 6:18
Forum: Community Discussion
Topic: Is there any plan to support MAC, iOS or Andriod? like freepascal
Replies: 7
Views: 1656

Re: Is there any plan to support MAC, iOS or Andriod? like freepascal

All this is on hand, there are unofficial versions of MAC, iOS and Andriod, they need to be updated to the latest versions and included in the new FreeBasic. Thanks for your answer. Where can we check the lastest news about the unofficial versions of MAC, iOS and Andriod? even they are alpha version.
by kankouhin7937
Nov 07, 2019 3:12
Forum: Community Discussion
Topic: Is there any plan to support MAC, iOS or Andriod? like freepascal
Replies: 7
Views: 1656

Is there any plan to support MAC, iOS or Andriod? like freepascal

Is there any plan to support MAC, iOS or Andriod?
like freepascal
by kankouhin7937
Aug 22, 2018 5:03
Forum: Community Discussion
Topic: about WinFBE
Replies: 25
Views: 6409

Re: about WinFBE

killde by Symentec Endpoint Protection