Search found 1626 matches
- Feb 03, 2021 1:56
- Forum: Projects
- Topic: Soundra, a free modular synthesizer
- Replies: 15
- Views: 1027
Re: Soundra, a free modular synthesizer
That is really cool! I know absolutely nothing about any of this stuff, so my testing would be a bit of a waste. However I see that you have a tutorial up on the youtube page. I will gladly follow along with those as more come out. Look forward to seeing how this all goes.
- Feb 01, 2021 13:31
- Forum: Game Dev
- Topic: an attempt to create a Tamagotchi cat program
- Replies: 41
- Views: 1373
Re: an attempt to create a Tamagotchi cat program
Ideas:
Make the cat get hungry and need food. You can make a number to track the cats hunger, a function to reset the number to max by feeding it, and use the current time to decide how hungry it should be.
Make the can need to sleep every so often.
Pet the cat to keep it happy.
Make the cat get hungry and need food. You can make a number to track the cats hunger, a function to reset the number to max by feeding it, and use the current time to decide how hungry it should be.
Make the can need to sleep every so often.
Pet the cat to keep it happy.
- Jan 27, 2021 16:17
- Forum: Projects
- Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.2.0 March 26, 2021)
- Replies: 739
- Views: 162041
Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.8 November 19, 2020)
@PaulSquires: I was pretty sure I had a PlanetSquires forum login, but I can't find any info to what that might have been. If I don't have an account, could I request one? Hi, I don't see an account under the name Imortis but I can certainly add a new account. Just send me an email to support@plane...
- Jan 27, 2021 15:22
- Forum: Projects
- Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.2.0 March 26, 2021)
- Replies: 739
- Views: 162041
Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.8 November 19, 2020)
@PaulSquires: I was pretty sure I had a PlanetSquires forum login, but I can't find any info to what that might have been. If I don't have an account, could I request one?
- Jan 26, 2021 20:12
- Forum: Beginners
- Topic: Escape sequences in strings
- Replies: 4
- Views: 228
Re: Escape sequences in strings
You don't escape the variable, you escape the string.
Code: Select all
Dim sWarning1 As Const String = !"\rWarning - start LBA of current serpent is not contiguous with end LBA of previous serpent.\r"
Print sWarning1
Print #iDElogf, sWarning1
- Jan 18, 2021 22:13
- Forum: Libraries
- Topic: raylib headers
- Replies: 86
- Views: 9303
Re: raylib headers
I somehow missed this when you posted it the other day. This is very cool. I have been meaning to play around with raylib when I can find some spare time.
- Dec 31, 2020 16:25
- Forum: General
- Topic: No runtime error when accessing an invalid index on an array
- Replies: 3
- Views: 321
Re: No runtime error when accessing an invalid index on an array
Compile with the flag -exx on the command line. This will throw some runtime errors.
- Dec 30, 2020 15:16
- Forum: Game Dev
- Topic: xRpgMaker Development Log, Day 1
- Replies: 1
- Views: 236
Re: xRpgMaker Development Log, Day 1
I remember your library from the first release, and was quite interested in it. I am excited to see this project move forward. Thanks for your work.
- Dec 29, 2020 13:59
- Forum: Projects
- Topic: xRpgMaker Project
- Replies: 14
- Views: 882
Re: xRpgMaker Project
You can get some free to use assets from all over the internet. Here is a page my that was one of the first results from a quick internet search.
https://itch.io/game-assets/free/genre-rpg
https://itch.io/game-assets/free/genre-rpg
- Nov 05, 2020 15:53
- Forum: General
- Topic: File handling problems
- Replies: 11
- Views: 778
Re: File handling problems
Dim as integer a, b, c, d, e, f, h, i, j, k, l Dim as string g Input #File, a, b, c, d, e, f, g, h, i, j, k Input #File, l This is not complete code, but it is designed to show how you can use Input. I you include more than one variable in the input line, it will reach each value (using the comma a...
- Nov 05, 2020 13:53
- Forum: General
- Topic: File handling problems
- Replies: 11
- Views: 778
Re: File handling problems
Instead of Input, use Line Input:
https://www.freebasic.net/wiki/KeyPgLineinputPp
Also, look at the wiki page for EOF:
https://www.freebasic.net/wiki/KeyPgEof
And DIR:
https://www.freebasic.net/wiki/KeyPgDir
Hope this helps.
https://www.freebasic.net/wiki/KeyPgLineinputPp
Also, look at the wiki page for EOF:
https://www.freebasic.net/wiki/KeyPgEof
And DIR:
https://www.freebasic.net/wiki/KeyPgDir
Hope this helps.
- Nov 04, 2020 20:38
- Forum: General
- Topic: Old FB qb mode programs
- Replies: 4
- Views: 392
Re: Old FB qb mode programs
Moved to General.
Also, adding the following:
At the top of your code will remove all the compiler errors.
EDIT: Works just too fast on my machine. Could do with some cleaning up to make it look a bit nicer, to convert it to lang FB, etc.
Also, adding the following:
Code: Select all
#lang "QB"
At the top of your code will remove all the compiler errors.
EDIT: Works just too fast on my machine. Could do with some cleaning up to make it look a bit nicer, to convert it to lang FB, etc.
- Oct 19, 2020 15:18
- Forum: Projects
- Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.2.0 March 26, 2021)
- Replies: 739
- Views: 162041
Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.7 May 31, 2020)
@PaulSquires, I found something that is intended behavior, but you may want to reconsider this particular edge case: When making a new form, the default save, if not specified in the file name will be frmWhatever.bas. This puts the file into the projects Module section, which does not work correctly...
- Oct 16, 2020 16:51
- Forum: Libraries
- Topic: ASpell dictionaries to work with FB Example
- Replies: 4
- Views: 573
Re: ASpell dictionaries to work with FB Example
ld.exe: cannot find -laspell Where is the dll? I've searched a lot on the web, out of curiosity, but it seems there are no binaries around. Yeah, it looks like you are diving down the same rabbit hole I did. I had to dig to find them as well. If you want I can post a download link for all the libs ...
- Oct 16, 2020 15:17
- Forum: Libraries
- Topic: ASpell dictionaries to work with FB Example
- Replies: 4
- Views: 573
ASpell dictionaries to work with FB Example
Does anyone have an aspell dictionary file that works with the example found here: https://www.freebasic.net/wiki/ExtLibaspell I have downloaded several files that all give an error when attempting to run the example. I either get this error: en_CA.multi:2: The key "strip-accents" is unkno...