Search found 1029 matches
- Nov 21, 2016 15:27
- Forum: Projects
- Topic: Alvarian Tales
- Replies: 26
- Views: 11757
Re: Alvarian Tales
Are you using any external libraries? If you are coding this in pure FB with no external libraries or inline asm, then you should be able to compile with 64bit FB without having to make any major changes
- Sep 03, 2016 9:21
- Forum: Community Discussion
- Topic: Mutant version of Basic
- Replies: 7
- Views: 2919
Re: Mutant version of Basic
Haven't done anything with this in years and it's a bit of a mess, but at one time this was a working Lua interpreter with access to many of FB's functions:
http://www.filedropper.com/fblua
http://www.filedropper.com/fblua
- Jul 02, 2016 20:54
- Forum: Windows
- Topic: windows run command
- Replies: 3
- Views: 2234
Re: windows run command
thanks Zippy, that was just what I needed
- Jul 02, 2016 20:03
- Forum: Windows
- Topic: windows run command
- Replies: 3
- Views: 2234
windows run command
does anyone know if there is a way to use FB to access the windows run command - win+r ? I'm trying to set up something to activate my virus scanner. Although you can do this with the "run" or "shell" FB commands, these work with the windows command shell and you need to either h...
- Mar 25, 2016 5:12
- Forum: General
- Topic: I'm blind sometimes :-)
- Replies: 2
- Views: 1136
- Jan 23, 2016 19:14
- Forum: Game Dev
- Topic: issue with tile map refresh speed
- Replies: 26
- Views: 5813
Re: issue with tile map refresh speed
Why not put the map into a single large image buffer and then put only the part of the map you need to the screen? If you want to have objects that the player can walk behind then you would need to put those images after drawing the character sprites, but that would be faster than re-drawing the who...
- Jan 23, 2016 18:45
- Forum: Beginners
- Topic: path not correct to run with windows
- Replies: 2
- Views: 1247
Re: path not correct to run with windows
You need to add "c:\Program Files\FreeBASIC\" to the windows path variable. If you've never done that before, here's a quick guide: http://www.computerhope.com/issues/ch00 ... m#windows8
- Jan 21, 2016 12:00
- Forum: Beginners
- Topic: Need help from any spanish keyboard user in FbEdit.
- Replies: 6
- Views: 2033
Re: Need help from any spanish keyboard user in FbEdit.
does your keyboard look like this one:
http://www.microsoft.com/resources/msdn ... kbdsp.html
if so, then what you're looking for is probably the key on the top row right after the zero
http://www.microsoft.com/resources/msdn ... kbdsp.html
if so, then what you're looking for is probably the key on the top row right after the zero
- Jan 17, 2016 20:00
- Forum: Beginners
- Topic: Need help from any spanish keyboard user in FbEdit.
- Replies: 6
- Views: 2033
Re: Need help from any spanish keyboard user in FbEdit.
In FBEdit, hitting the F9 key will comment out the current line. You can also use it to comment out a whole block of code if you highlight it with the mouse.
You can also use CTRL+F9 to remove the comment markers
You can also use CTRL+F9 to remove the comment markers
- Jan 03, 2016 0:38
- Forum: Community Discussion
- Topic: No index file on FreeBasic home page?
- Replies: 2
- Views: 1437
Re: No index file on FreeBasic home page?
probably because of this: http://www.freebasic.net/forum/viewtopi ... 17&t=24270
- Oct 05, 2015 14:36
- Forum: Community Discussion
- Topic: Nomera on Kickstarter
- Replies: 13
- Views: 4350
Re: Nomera on Kickstarter
Should have gone with Go Fund Me, then you would have gotten the donations even if you didn't reach your goal
- Jun 19, 2015 5:03
- Forum: Beginners
- Topic: dimensioning arrays
- Replies: 12
- Views: 3424
Re: dimensioning arrays
If you want to use an array as a parameter, you need to tell that to the to the procedure:
Declare Sub Get_Location( (1 to 4) As UInt )
Sub Get_Location ( box (1 to 4) As UInt)
Declare Sub Get_Location( (1 to 4) As UInt )
Sub Get_Location ( box (1 to 4) As UInt)
- Apr 01, 2015 13:29
- Forum: Beginners
- Topic: Array error , please help.
- Replies: 19
- Views: 4584
Re: Array error , please help.
Because "Dim namStr As String" is not an array
- Mar 15, 2015 15:18
- Forum: Community Discussion
- Topic: xmp sidecar structure
- Replies: 1
- Views: 1240
xmp sidecar structure
Does anyone know anything about xmp sidecar files? I've done a number of searches, but all I can find is stuff about programs that use them, but nothing about the structure of the files themselves. Basically, what I'm looking to do is take a plain text file that has a list of tags for an image and g...
- Feb 27, 2015 22:56
- Forum: Community Discussion
- Topic: your thoughts on piracy?
- Replies: 8
- Views: 2561
Re: your thoughts on piracy?
was meant to be one, but whatever...