Search found 306 matches
- Feb 25, 2021 12:20
- Forum: Beginners
- Topic: Function or subroutine?
- Replies: 9
- Views: 228
Re: Function or subroutine?
UDT is a user-defined type. It's a structure that can encapsulate multiple pieces of data together, optionally with methods for manipulating that data, including properties. An instance of a UDT can be passed around and manipulated. Putting methods (functions and subs) inside a UDT is called object...
- Feb 25, 2021 3:16
- Forum: Beginners
- Topic: Function or subroutine?
- Replies: 9
- Views: 228
Re: Function or subroutine?
Thanks to all!
I understand that a function is not a good idea. But not see you said a subroutine is. :-O
What is UDT grindstone?
This is your parser for extract data from the FEN?
I understand that a function is not a good idea. But not see you said a subroutine is. :-O
What is UDT grindstone?
This is your parser for extract data from the FEN?
- Feb 24, 2021 13:35
- Forum: Beginners
- Topic: Function or subroutine?
- Replies: 9
- Views: 228
Function or subroutine?
Hi people, I bother you again after some time! :-) For the new version of my chess engine Soberango, I need to read an string (the inicital FEN to whos knows what it is) and return 35 values. 32 of them are ULongInt values and 3 are Int values. Is better to use a Sub or a Function (If it is possible...
- Dec 23, 2019 18:32
- Forum: General
- Topic: Cant make FB Help start from FBEdit
- Replies: 5
- Views: 471
Re: Cant make FB Help start from FBEdit
Thanks guys!
Now working nice.... just a little problem... :-D In the first attempt I pointed wrongly win32 Help path to FB Help! :-D
I never needed the win32 Help, in fact I do not know what it is? Where I must point it?
PS: 1.05 is the last version of the Help?
Now working nice.... just a little problem... :-D In the first attempt I pointed wrongly win32 Help path to FB Help! :-D
I never needed the win32 Help, in fact I do not know what it is? Where I must point it?
PS: 1.05 is the last version of the Help?
- Dec 23, 2019 14:50
- Forum: General
- Topic: Cant make FB Help start from FBEdit
- Replies: 5
- Views: 471
Cant make FB Help start from FBEdit
Hi people! I´m stalling FB in my new computer. I want to solve a problema I had other times I installed Free Basic to use it with FBEdit, I cant make FreeBASIC Help, not FBEdit Help, could be start from FBEdit. I set Path options to where FBHelp is (I cant find FBHelp in las 1.07.1 version, I use an...
- Sep 29, 2019 23:47
- Forum: General
- Topic: Cumulative Standard Normal Distribution
- Replies: 0
- Views: 4194
Cumulative Standard Normal Distribution
Hi all! Sorry, I´m not sure if this could be usefull and neither where to post it but I think that after do it, may be it could be a help for someone. I need the values of the Cumulative Standard Normal Distribution so I made it using Excel (it has this as a function) and export it to be usable in F...
- Feb 14, 2019 1:02
- Forum: Beginners
- Topic: How to do sound
- Replies: 3
- Views: 778
Re: How to do sound
Under Windows (except Win95): #include "windows.bi" 'type WINBOOL as long 'type DWORD as ulong 'declare function Beep_ alias "Beep"(byval dwFreq as DWORD, byval dwDuration as DWORD) as WINBOOL Beep_(1000, 1000) ' (1000 Hz, 1000 ms) Sleep Perfect!!! I do not need more than this! ...
- Feb 13, 2019 18:14
- Forum: Beginners
- Topic: How to do sound
- Replies: 3
- Views: 778
How to do sound
I need to make just two sounds. A low frequency one and a high frequency one. There is no simpler way to do them than needing to use such things as FMOD, BASS.bi, etc? What and where I need to add thats .bi? I just need one sound if a variable is some number and the other sound if that variable is o...
- Feb 13, 2019 9:34
- Forum: Projects
- Topic: Drive License Test Trainer
- Replies: 3
- Views: 784
Re: Drive License Test Trainer
NEW PROBLEM: I need to make just two sounds. A low frequency one and a high frequency one. There is no simpler way to do them than needing to use such things as FMOD, BASS.bi, etc? I just need one sound if a variable is some number and the other sound if that variable is other number. Any hint? Than...
- Feb 12, 2019 14:49
- Forum: Projects
- Topic: Drive License Test Trainer
- Replies: 3
- Views: 784
Re: Drive License Test Trainer
Solved!
Pedals was in axis 4 and 5, 3 was not enough!
Pedals was in axis 4 and 5, 3 was not enough!
- Feb 12, 2019 13:53
- Forum: Projects
- Topic: Drive License Test Trainer
- Replies: 3
- Views: 784
Re: Drive License Test Trainer
I´m using GetJoystick instruction, and detect the buttons on wheel and the wheel rotation, but not the pedals.
- Feb 12, 2019 13:34
- Forum: Projects
- Topic: Drive License Test Trainer
- Replies: 3
- Views: 784
Drive License Test Trainer
Hi people!
I need to make a program to train my father to aprove the Drive Licence Test.
SOLVED:
I have a simracing wheel with pedals and I want to use it.
How to read the pedals and the other buttons on wheel imputs? (I do not need to read the wheel orientation).
Thanks!
I need to make a program to train my father to aprove the Drive Licence Test.
SOLVED:
I have a simracing wheel with pedals and I want to use it.
How to read the pedals and the other buttons on wheel imputs? (I do not need to read the wheel orientation).
Thanks!
- Oct 01, 2018 0:16
- Forum: Projects
- Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.8 November 19, 2020)
- Replies: 743
- Views: 155093
Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (Updated September 5, 2018)
Hi, thanks for your work! It not have the option to have those "+" or "-" places to click to contract or expand the view in For/next; If/Endif; etc? Menu |_ Options |_ Environment Options |_ Code editor |_ Check checkbox "Show fold margin" Nice!!! Thansk Josep!
- Sep 28, 2018 1:36
- Forum: Projects
- Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.8 November 19, 2020)
- Replies: 743
- Views: 155093
Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (Updated September 5, 2018)
Hi, thanks for your work!
It not have the option to have those "+" or "-" places to click to contract or expand the view in For/next; If/Endif; etc?
It not have the option to have those "+" or "-" places to click to contract or expand the view in For/next; If/Endif; etc?
- Sep 08, 2018 22:35
- Forum: Beginners
- Topic: Colors in Help
- Replies: 2
- Views: 893