Search found 132 matches

by Motu
Wed Apr 27, 2016 10:04 am
Forum: Feature Requests and Wishlists
Topic: Splitting IDE
Replies: 0
Views: 1112

Splitting IDE

Under Windows you can simply run two instances of purebasic/spiderbasic - but on mac it's not so simple. Anyway, you offen want to have two code windows side by side.

In Sublime Text there is a great feature - when you have multiple tabs open you can simply drag one of them somewhere to you desktop ...
by Motu
Sun Jul 07, 2013 12:25 pm
Forum: Linux
Topic: InitSound kills debugger
Replies: 3
Views: 2388

InitSound kills debugger

Purebasic Version: 5.20 beta 5
Linux Version: Ubuntu 13.04, with up-to-date updates
checkinstall.sh tells me everything is working fine.
Other games/applications can play sound

Debug "START"
InitSprite()
Debug "SPRITE IS FINE"
InitSound()
Debug "SOUND IS FINE"
Debug "DONE"

the output I get is ...
by Motu
Fri May 31, 2013 9:51 am
Forum: Announcement
Topic: PureArea.net - Several News + (german) Showcase online
Replies: 138
Views: 286160

Maleware Link on your side

Hi Andre,
on page 8 of the showcase I get a maleware warning from google chrome that you have linked to a maleware site. Here the message:

"Achtung: Malware!
Google Chrome hat Zugriff auf diese Seite auf purearea.net blockiert.
Auf dieser Webseite wurden Inhalte von www.lebostein.de eingefügt ...
by Motu
Wed Mar 14, 2012 4:39 pm
Forum: Bugs - IDE
Topic: windows IDE and German Keyboard
Replies: 1
Views: 1888

windows IDE and German Keyboard

There is a nice feature in the IDE that is currently driving me mad with a german keyboard.
The feature is the jump to next code block (ctrl+'+' or ctrl+'-').
That is working fine - but you cannot reconfigurate it - it's always set to the english keyboard plus and minus key. But that's not all. The ...
by Motu
Wed Dec 15, 2010 8:25 pm
Forum: Feature Requests and Wishlists
Topic: simple String function
Replies: 1
Views: 898

simple String function

Something I need very often when operating with files is a split or seperate function like this one:


; Will Seperate a String
Procedure.s Seperate(String.s,Seperator.s,Index.l,Trim.l)
Define Count.l, Start.l, n.l

If Right(String,Len(Seperator)) <> Seperator
String = String + Seperator
EndIf ...
by Motu
Mon Nov 22, 2010 4:42 pm
Forum: Linux
Topic: Strange bug on linux ubuntu 10.04 server
Replies: 8
Views: 3305

Re: Strange bug on linux ubuntu 10.04 server

Well, the problem is i am only calling function of purebasics own command set (network, string, etc.).
Any other ideas? Could it be a bug inside a lib of purebasic itself?
by Motu
Wed Oct 27, 2010 6:34 pm
Forum: Linux
Topic: Strange bug on linux ubuntu 10.04 server
Replies: 8
Views: 3305

Re: Strange bug on linux ubuntu 10.04 server

well, purifier ist not working well when thousands of people use your server at the same time...
by Motu
Wed Oct 27, 2010 2:30 pm
Forum: Linux
Topic: Strange bug on linux ubuntu 10.04 server
Replies: 8
Views: 3305

Re: Strange bug on linux ubuntu 10.04 server

Yes, it is a 32bit application. There are some problems with the 64 bit network lib of pb - that's why we use the 32 bit version.

Anyway - the bug occurs in a line where only procedurereturn is written... Does not sound like a freememory bug to me. Is there any way I can find out what exactly ...
by Motu
Wed Oct 27, 2010 11:05 am
Forum: Linux
Topic: Strange bug on linux ubuntu 10.04 server
Replies: 8
Views: 3305

Strange bug on linux ubuntu 10.04 server

I have a very strange problem with a linux application that is running on a server. It was running well for about a week now - but today I got a very strange crash. the application was compiled with -t and -d option (as it uses threads). Here is what came out as debug message:

*** glibc detected ...
by Motu
Tue Oct 12, 2010 1:10 pm
Forum: Linux
Topic: PB & Ubuntu 10.10, Kubuntu 10.10 & Xubuntu 10.10
Replies: 8
Views: 4494

Re: PB & Ubuntu 10.10, Kubuntu 10.10 & Xubuntu 10.10

did you try

./purebasic

?
by Motu
Tue Feb 23, 2010 11:44 am
Forum: Feature Requests and Wishlists
Topic: WaitNetworkServerEvent() WaitNetworkClientEvent()
Replies: 0
Views: 848

WaitNetworkServerEvent() WaitNetworkClientEvent()

WaitNetworkServerEvent()
WaitNetworkClientEvent()

these function are really missing in the network lib. They should work like WaitWindowEvent() for WindowEvent.
by Motu
Thu Feb 11, 2010 1:57 am
Forum: Coding Questions
Topic: FastCGI (again...)
Replies: 16
Views: 7239

Re: FastCGI (again...)

Yes, I remebered thread safty and yes FCGX_Finish_r crashes. Could you send me your .exe und dll and lib? Maybe it's a problem with the IIS 7
by Motu
Wed Feb 10, 2010 3:45 pm
Forum: Coding Questions
Topic: FastCGI (again...)
Replies: 16
Views: 7239

Re: FastCGI (again...)

Hi Trond,
thank you very much for your help - i have compiled my own version of the dll and lib now - but, anyway, it's not working in multithreaded mode as well. If I use the importC function or not doesn't matter. BTW: FCGX_SetExitStatus should in normal cases never be reached, as the process runs ...
by Motu
Wed Feb 10, 2010 1:51 am
Forum: Coding Questions
Topic: FastCGI (again...)
Replies: 16
Views: 7239

Re: FastCGI (again...)

Hi Trond,
thank you very much :-)

I would like to try it, but where did you get the libfcgi.lib from? I cannot find it anyway - could you mail me your version of the .lib and the .dll ? I send you my mail adresse as a privat message.

edit: I see you have a link there, but I have some problem to ...
by Motu
Tue Feb 09, 2010 9:56 pm
Forum: Coding Questions
Topic: FastCGI (again...)
Replies: 16
Views: 7239

Re: FastCGI (again...)

mmh - maybe I have some old dll or something? Where did you get the dll from? What PB version do you use? What version of the IIS do you use?