Search found 1267 matches

by Antoni
Oct 26, 2013 8:45
Forum: Projects
Topic: PANOMAND
Replies: 12
Views: 5529

Re: PANOMAND

Hi, Jean Thanks for making available the Mandelbrot Dazibao, it was a fantastic resource! A finding of mine: Marc Jaouen has set up a new site, not much in it yet, just a video about fractals and an e-mail address for contact. http://mandelbrot-dazibao.com/ I wished to try your mandelbrot viewer but...
by Antoni
Jul 23, 2011 11:38
Forum: Community Discussion
Topic: Does anyone what's up with Jark ?
Replies: 9
Views: 3415

I was in contact with Jark years ago when he was developing his Qbasic raytracer. The developement became an obsession for him (he worked on him while commuting and at lunch time), at the point he needed a long vacation after it. I guess he's not willing to repeat the experience. Jark is a musician ...
by Antoni
Apr 18, 2010 9:28
Forum: Community Discussion
Topic: FreeBASIC listed as one of the best Free Linux compilers
Replies: 2
Views: 2191

A year ago FreeBASIC was listed at this Linux benchmark site http://shootout.alioth.debian.org/
amongst the fastest. Yetifoot and I had fun submitting some sources for the benchmarks.
I don't know why they have dropped FB, perhaps because of the lack of new releases?
by Antoni
Jan 30, 2010 16:05
Forum: Community Discussion
Topic: Is FreeBasic still continued to develop?
Replies: 139
Views: 44226

Perhaps there's a #define somewhere...
by Antoni
Jan 23, 2010 11:20
Forum: Community Discussion
Topic: Is FreeBasic still continued to develop?
Replies: 139
Views: 44226

Hi, Victor, nice to see you again at the command! I have tried the SVN version with gcc 3.4.5 with some prime sieve using a bit array .To me it did a code marginally slower an bigger than the version using GAS, i think it's not an important result as I guess my version of gcc is not updated tuned an...
by Antoni
Jan 15, 2010 15:25
Forum: General
Topic: Reading a binary random search file created in QB4.5
Replies: 7
Views: 2276

Your old QB program should "almost" work with the addition of #lang "qb" at the start , if it was'nt for an old design flaw in FB . The fixed lenght strings in UDT's loose their last char, as FB stubbornly uses it as an end of string marker and erases it . So the only way to read...
by Antoni
Dec 25, 2009 11:15
Forum: Community Discussion
Topic: Good morning ladies :-)
Replies: 31
Views: 8168

Merry Christmas from Spain!
by Antoni
Dec 12, 2009 17:52
Forum: Community Discussion
Topic: Back to the future
Replies: 9
Views: 2647

Classic PB?

Perhaps it's their famous ultra-fast compiler outputting Win32 code but coded in 16 bits assembler. Not sure it will work everywhere nowadays....

The present version is full 32 bits and should be safer.
by Antoni
Dec 01, 2009 9:21
Forum: Hardware Interfaces / Communication
Topic: Parallel Port
Replies: 8
Views: 4227

Not an expert, but as the Hardware subforum has several threads on communicating with parallel port, I guess what you want to do is possible in FB.
by Antoni
Nov 26, 2009 14:08
Forum: Windows
Topic: Windows 7 64bit
Replies: 16
Views: 6533

Microsoft will publish soon a new version of .net library that will fill the gap....
by Antoni
Nov 09, 2009 16:27
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 242025

FBEdit uses extensively the Windows API for its user interface so I guess a Linux version would require redoing the program from scratch.
Too bad, I'm planning to become a Linux user too...
by Antoni
Nov 09, 2009 15:55
Forum: Community Discussion
Topic: Fbc 20 Lang Fblite does it better then lang qb !
Replies: 3
Views: 2145

lang qb was made closer to qb with SINGLE type and pass by reference as default, this dialect can break old FB code easily the natural dialect to recompile a program made in the old versions of FB is lang -fblite. It's the dialect for lazy coding too. and finally lang -fb is for classes and big prog...
by Antoni
Oct 19, 2009 18:12
Forum: Archive
Topic: FBWinPrint 0.10
Replies: 54
Views: 35699

Ok, here it is http://antonigual.phatcode.net/fbsources/fbwinprint.zip -Corrected bug with PrintBox color - Changed PageWidth and PageHeight properties to use the printable size of the sheet - Addded scaling to Pprint,PrintBox, PrinBMP and PrintWindow to make them printer independent. Now coordinate...
by Antoni
Oct 18, 2009 16:01
Forum: Archive
Topic: FBWinPrint 0.10
Replies: 54
Views: 35699

Thanks, Vince, it worked! Any hint about why it prints with red text but draws a blue box, while the color value passed is red for both? EDITED: Nevermind, I found it : setFont is reversing the color number to the windows format while drawbox is not. I'm afraid it's a bug. EDIT2: I suggest to change...
by Antoni
Oct 18, 2009 14:42
Forum: Archive
Topic: FBWinPrint 0.10
Replies: 54
Views: 35699

Is this the inteded output of the example?
Image
I guess the screenshots are too small and should mot overlap anything. Trying to print to a pdf using Acrobat 6.0 distiller drivers...
Could anyone suggest a solution?