Search found 1029 matches

by Merick
Nov 21, 2016 15:27
Forum: Projects
Topic: Alvarian Tales
Replies: 26
Views: 11143

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
by Merick
Sep 03, 2016 9:21
Forum: Community Discussion
Topic: Mutant version of Basic
Replies: 7
Views: 2785

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
by Merick
Jul 02, 2016 20:54
Forum: Windows
Topic: windows run command
Replies: 3
Views: 2111

Re: windows run command

thanks Zippy, that was just what I needed
by Merick
Jul 02, 2016 20:03
Forum: Windows
Topic: windows run command
Replies: 3
Views: 2111

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...
by Merick
Jan 23, 2016 19:14
Forum: Game Dev
Topic: issue with tile map refresh speed
Replies: 26
Views: 5621

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...
by Merick
Jan 23, 2016 18:45
Forum: Beginners
Topic: path not correct to run with windows
Replies: 2
Views: 1165

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
by Merick
Jan 21, 2016 12:00
Forum: Beginners
Topic: Need help from any spanish keyboard user in FbEdit.
Replies: 6
Views: 1870

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
by Merick
Jan 17, 2016 20:00
Forum: Beginners
Topic: Need help from any spanish keyboard user in FbEdit.
Replies: 6
Views: 1870

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
by Merick
Oct 05, 2015 14:36
Forum: Community Discussion
Topic: Nomera on Kickstarter
Replies: 13
Views: 4218

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
by Merick
Jun 19, 2015 5:03
Forum: Beginners
Topic: dimensioning arrays
Replies: 12
Views: 3302

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)
by Merick
Apr 01, 2015 13:29
Forum: Beginners
Topic: Array error , please help.
Replies: 19
Views: 4384

Re: Array error , please help.

Because "Dim namStr As String" is not an array
by Merick
Mar 15, 2015 15:18
Forum: Community Discussion
Topic: xmp sidecar structure
Replies: 1
Views: 1172

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...
by Merick
Feb 27, 2015 22:56
Forum: Community Discussion
Topic: your thoughts on piracy?
Replies: 8
Views: 2445

Re: your thoughts on piracy?

was meant to be one, but whatever...