Search found 192 matches

by ikkejw
Jun 22, 2007 11:20
Forum: Sources, Examples, Tips and Tricks
Topic: Not "Turing machine" in FB
Replies: 5
Views: 3354

err, this is Brainfvck, right?
by ikkejw
Jun 13, 2007 9:49
Forum: Linux
Topic: Linux daily SVN build
Replies: 35
Views: 34145

redcrab wrote:... :(
Don't worry, I'll get it fixed soon :)
by ikkejw
Jun 12, 2007 18:10
Forum: Linux
Topic: Linux daily SVN build
Replies: 35
Views: 34145

As you might have noticed, this Linux build is not being updated anymore and the releases from the last few days are all the same. This is because I haven't had time to modify the build and update scripts to use SVN instead of CVS yet. Also, DrV, could you please change the URL in the first post fro...
by ikkejw
Jun 12, 2007 17:23
Forum: Archive
Topic: RFMedit
Replies: 0
Views: 1713

RFMedit

Hey guys,

Just wanted to let you know that I've just released RFMedit, a map editor written in FB for some old game called Return Fire. You don't need to have Return Fire installed for it to work, so really anyone can try it out. Please tell me what you think of it!

http://rfmedit.sourceforge.net/
by ikkejw
Jun 11, 2007 8:31
Forum: General
Topic: Screensync / wait / Inp issue
Replies: 22
Views: 6312

just some thoughts, not sure if it might work: dim shared as any ptr m m = mutexcreate sub flipsync_t mutexlock m screensync flip mutexunlock m end sub #define flipsync _ mutexlock m : threadcreate(@flipsync_t) : mutexunlock m screenres 1024, 768, 32, 2 screenset 1, 0 do 'get keyb/mouse input 'calcu...
by ikkejw
Jun 05, 2007 20:48
Forum: General
Topic: er... 17b differences?
Replies: 21
Views: 5713

dani.user wrote:Compile you program with

fbc -lang deprecated file.bas
If you use defint and write your variables like$ this% you should be compiling with -lang qb

;)
by ikkejw
Jun 05, 2007 20:41
Forum: DOS
Topic: Cannot compile with SHELL
Replies: 10
Views: 5732

stevie1401 wrote:This AS.exe is much older than the other!
That's quite possible, since that file is from a 3-year old DJGPP install :)

maybe you should try to download the latest version of DJGPP and use the AS.exe included with that.
by ikkejw
Jun 05, 2007 9:30
Forum: DOS
Topic: Cannot compile with SHELL
Replies: 10
Views: 5732

by ikkejw
Jun 05, 2007 8:35
Forum: General
Topic: Vista won't support full screen fb Dos apps?
Replies: 26
Views: 17166

If you really need to run DOS programs, get yourself a 486/Pentium I/II. Those machines are in the €0 to €10 price range nowadays.
by ikkejw
Jun 01, 2007 10:57
Forum: General
Topic: Vista won't support full screen fb Dos apps?
Replies: 26
Views: 17166

dos <> windows

You don't expect a program to work on an OS it's not compiled for, do you? Why would you want to do that anyway?
by ikkejw
May 25, 2007 19:39
Forum: General
Topic: Bug !!!
Replies: 17
Views: 5195

sir_mud wrote:You defined m as a uinteger so weird things will happen when you asign it a floating point value.
4.2e9 = 4 200 000 000 != floating point.
by ikkejw
May 23, 2007 12:51
Forum: Documentation
Topic: FreeBASIC: The Outside Project
Replies: 18
Views: 9774

by ikkejw
May 15, 2007 17:32
Forum: Windows
Topic: Exe Name
Replies: 1
Views: 2027

command(0) IIRC.
by ikkejw
May 15, 2007 14:45
Forum: Community Discussion
Topic: About the FreeBASIC v0.17b release.
Replies: 30
Views: 19548

1000101 wrote:For building the Win32 build I use the build it's building.

That is, I build from CVS using the previous build, then rebuild with that build.
Same here, I first build the compiler using yesterday's build, then with that build I compile the rtlib, gfxlib and finally the compiler again.
by ikkejw
May 14, 2007 18:18
Forum: Linux
Topic: fbc-update
Replies: 7
Views: 3854

What is the exact error message you get when you run the script? I find it hard to believe your system does not support symlinks.