Search found 8 matches

by perb
Wed Mar 26, 2014 5:30 pm
Forum: Announcement
Topic: SpiderBasic 1.00 is out !
Replies: 438
Views: 242437

Re: SpiderBasic 1.00 alpha 5

rsts wrote:Thanks. Still listed as alpha 4 on the download page.

cheers
When you download it, it is the new version.
by perb
Sat Oct 04, 2008 9:46 am
Forum: Announcement
Topic: PureBasic 4.30 Beta1 released!
Replies: 107
Views: 68639

fast-cgi already works.
at this time, there seems only to be a possibility for windows, not a crossplatform-solution.
I personally think, that the security-issues of compiled languages weight much less these days. Compiled code (like pb) is generally regarded as the option for maximum performance ...
by perb
Tue Sep 23, 2008 5:57 pm
Forum: Announcement
Topic: PureBasic 4.30 Beta1 released!
Replies: 107
Views: 68639

Write a Web Library yourself ( CGI - LIB ) - all you need is some basic gadgets like (Sessions, and save-var env)

I would prefer the model of freepascal and former versions of delphi: they compiled to apachemodul. Morfik (http://www.morfik.com/), which uses freepascal as a compiler, goes one step ...
by perb
Sun Sep 21, 2008 5:41 pm
Forum: Announcement
Topic: PureBasic 4.30 Beta1 released!
Replies: 107
Views: 68639

Great news! Now the only major thing missing, is the ability do programming for the web with purebasic in a better way ;). The I could use purebasic for all my programming needs. Any chance to implement that in future versions of pb?
by perb
Sat Nov 04, 2006 7:50 pm
Forum: Announcement
Topic: PureBasic 4.00 Beta 1 for Linux
Replies: 68
Views: 28098

Pressing F1 crashes the IDE

Pressing F1 crashes the IDE
The message is:
Segmentation fault (core dumped)

Same happens, if you use the menu to get help. My System is Ubuntu 6.10.
Perb
by perb
Sat Nov 04, 2006 4:44 pm
Forum: Announcement
Topic: PureBasic 4.00 Beta 1 for Linux
Replies: 68
Views: 28098

I had overlooked it. Adding

Section "Extensions"
Option "Composite" "Disable"
EndSection

in /etc/X11/xorg.conf solved the problem.
Thanks!
Perb
by perb
Sat Nov 04, 2006 3:58 pm
Forum: Announcement
Topic: PureBasic 4.00 Beta 1 for Linux
Replies: 68
Views: 28098

Error on fresh Ubuntu 6.10

I get following error on a fresh Ubuntu 6.10 Installation (after a tons of other errors): when I try to start the IDE

The program 'purebasic' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
(Details ...
by perb
Mon May 23, 2005 8:37 pm
Forum: General Discussion
Topic: BlitzMax for Windows
Replies: 39
Views: 10144

va!n: The code posted by you compiles to 820 KB (839,680 bytes). The only reason I know this is cause I bought BlitzMax... Although I have yet to even write one line of code in it LOL.


You have to change the Blitzmax-Code to:


Framework BRL.StandardIO
Import BRL.System

Const ITERATIONS ...