Search found 54 matches

by spangly
Fri Nov 16, 2007 4:11 pm
Forum: Linux
Topic: ubuntu 64 bits and pureBasic
Replies: 29
Views: 16229

I get the following error when trying to compile anything under ubuntu 7,10 (x64)

has anyone got any ideas how to fix it?


******************************************
PureBasic 4.10 (Linux - x86)
******************************************

Loading external modules...
Starting compilation...
95 ...
by spangly
Sun Dec 14, 2003 1:38 am
Forum: Linux
Topic: Scintilla Library
Replies: 19
Views: 8171

you might want to have a look at this that I found just now...

http://www.gphpedit.org/download.php

it has a shared library called gtkscintilla2, looks like it might do the job.
Haven't tried it myself tho...
by spangly
Sat Dec 13, 2003 12:31 am
Forum: Linux
Topic: Scintilla Library
Replies: 19
Views: 8171

Hi spangly!

First of all: Thank you for your answer! :)

After searching for the package and installing it (and two other), i was able to compile it. But where can I find the *.so library, which is useable for PB, now? There was just a file named 'scintilla.a' built in the '/scintilla/bin ...
by spangly
Fri Dec 12, 2003 12:22 am
Forum: Linux
Topic: Scintilla Library
Replies: 19
Views: 8171

Re: Scintilla Library

Hi!

I've downloaded the scintilla library source (for linux of course ;) ) form http://www.scintilla.org just a few days ago. After trying to compile it, I've just got an error message beginning like this:

g++ `pkg-config --cflags gtk+-2.0` -DNDEBUG -Os -W -Wall -DGTK -DSCI_LEXER -I ../include ...
by spangly
Mon Oct 27, 2003 2:43 pm
Forum: Announcement
Topic: UserLibraries - Pack 24.10.2003
Replies: 17
Views: 11879

GPI wrote: i need a download link and the allowance from the author.

GPI
http://spangly.purebasic.org/

Feel free to add it to the pack :)
by spangly
Thu Sep 25, 2003 1:05 pm
Forum: Off Topic
Topic: OS development
Replies: 28
Views: 8007

Dreglor wrote:hehe, is it even possible to code directly in binary!?
I used to code in Z80 on the spectrum without the aid of an assembler 8O
I could tell you the hex values for just about any z80 instruction ;)

21 00 40 ld hl,16384

Yes, I am slightly insane!
by spangly
Sat Sep 20, 2003 12:57 pm
Forum: Announcement
Topic: PBZip & PBBuild Updates
Replies: 15
Views: 7821

@Jurgen

You can already store paths with files

To add a file with paths do the following

ZipAddFile("c:\","temp\somefile.txt")

the file "somefile.txt" will be stored in the zip as "temp\somefile.txt" and when extracted the "temp" folder will be created and "somefile.txt" will reside in the "temp ...
by spangly
Sat Sep 20, 2003 12:48 am
Forum: Announcement
Topic: PBZip & PBBuild Updates
Replies: 15
Views: 7821

Jurgen wrote:spangly,

Is it possible to include the path in the zipfile ?

thanks for your time

Jurgen
Not sure what you mean? Do you want to be able to add a folder to a zip rather than a file? If you give me an example of what you mean I can answer with a bit more clarity.
by spangly
Fri Sep 19, 2003 7:24 pm
Forum: Announcement
Topic: PBZip & PBBuild Updates
Replies: 15
Views: 7821

i've been pretty impressed with your PBzip lib, but i would like to request a feature for it ^^

it would be awesome if you could add flags for the compression level, so that when making zip's we can set how packed it will be.

that's the only feature i can think of that is missing from this lib ...
by spangly
Fri Sep 19, 2003 4:28 pm
Forum: Announcement
Topic: PBZip & PBBuild Updates
Replies: 15
Views: 7821

PBZip & PBBuild Updates

PBZip
Callbacks now work during compression.
File Dates and times are now stored in archives.

PBBuild2
Fixed that silly "Compile Failed" dialog that appeared even when there was no error.
All of the paths to tools etc are user selectable.
It should work for everyone now that none of the paths ...
by spangly
Wed Sep 17, 2003 3:11 pm
Forum: Announcement
Topic: PBBuild2 - New Compiler Frontend
Replies: 18
Views: 7648

> You're not using any hard-coded paths, are you? My version of PureBasic
is not installed in the default folder, but in a custom path... but your app
should allow for that, yes?

Nope, I'm not using hard coded paths, the path to the PBCompiler.exe is
set in the program's prefs tab. I've just ...
by spangly
Wed Sep 17, 2003 2:05 pm
Forum: Announcement
Topic: PBBuild2 - New Compiler Frontend
Replies: 18
Views: 7648

Ok, I've finally managed to hunt down and fix the bug!! Grab it from my site. It was an obscure global/shared variable thing. I've also fixed the bug with .pbb extensions.
by spangly
Tue Sep 16, 2003 10:48 pm
Forum: Feature Requests and Wishlists
Topic: FMOD 3.70 WOW !!!
Replies: 18
Views: 6757

Too expensive I suspect ;) it's around $1000 for a single product and 2.5x that for a site license. Although there is a shareware license for $100.

P.S. I'm not advocating the use of it, just sharing what I know.
by spangly
Tue Sep 16, 2003 10:13 pm
Forum: Feature Requests and Wishlists
Topic: FMOD 3.70 WOW !!!
Replies: 18
Views: 6757

Not free for compercial software and other problem: When Fred really buy Fmod, does we also have the allowence to use fmod and sell it with our products?

BlitzBasic uses a licensed version of fmod, and it can be used to create shareware/commercial games without having to buy a seperate license ...
by spangly
Tue Sep 16, 2003 7:35 pm
Forum: Announcement
Topic: PBBuild2 - New Compiler Frontend
Replies: 18
Views: 7648

@PB

Try as I might I cannot seem to reproduce the error on my win2k system, could you provide me with some steps to get the error to appear?