From screenshot's game looking very good. Not sure if this helps, but ill post anyway. Here is what i get, when i run updated debug exe.
http://img91.imageshack.us/img91/2954/errore.png
And debug.txt.
20:58:29 = create logfile
20:58:29 = init: graphics
20:58:29 = init: 3D acceleration
20:58:29 ...
Search found 16 matches
- Wed Mar 04, 2009 8:07 pm
- Forum: Applications - Feedback and Discussion
- Topic: PureMemory Deluxe
- Replies: 32
- Views: 13178
- Sun Feb 15, 2009 5:23 pm
- Forum: Off Topic
- Topic: Show me your color sheme and I tell you who you are!
- Replies: 109
- Views: 63842
- Sat Jan 24, 2009 12:59 pm
- Forum: Coding Questions
- Topic: WndProc?
- Replies: 46
- Views: 16005
- Thu Jan 22, 2009 12:12 pm
- Forum: Coding Questions
- Topic: WndProc?
- Replies: 46
- Views: 16005
- Tue Jan 20, 2009 5:51 pm
- Forum: Off Topic
- Topic: A small introduction
- Replies: 30
- Views: 4803
- Mon Jan 19, 2009 3:41 pm
- Forum: Off Topic
- Topic: A small introduction
- Replies: 30
- Views: 4803
consider this introduction as a hoax as well. :x
Well, why you think this introduction are hoax? I only want say a hello, for to all people in this forum. An introduction is good way do that. Nothing more and nothing less. I know, in a internet is hard provide things to true. But its not a matter ...
Well, why you think this introduction are hoax? I only want say a hello, for to all people in this forum. An introduction is good way do that. Nothing more and nothing less. I know, in a internet is hard provide things to true. But its not a matter ...
- Mon Jan 19, 2009 11:06 am
- Forum: Off Topic
- Topic: A small introduction
- Replies: 30
- Views: 4803
- Sat Jan 17, 2009 6:26 pm
- Forum: Off Topic
- Topic: You think your having a bad day ?
- Replies: 34
- Views: 4261
- Fri Jan 16, 2009 7:02 pm
- Forum: Off Topic
- Topic: A small introduction
- Replies: 30
- Views: 4803
- Fri Jan 16, 2009 1:12 pm
- Forum: Off Topic
- Topic: A small introduction
- Replies: 30
- Views: 4803
A small introduction
Well i am are new here, so now i introduce myself. Before read, notice this: My English is something between bad and good.
In some words, i use translator.
Something about irl
Well, i live in Finland, on a small town. My age is 18. My birthday are on 15d in March. 15.3.
My hobbies and interests ...
In some words, i use translator.
Something about irl
Well, i live in Finland, on a small town. My age is 18. My birthday are on 15d in March. 15.3.
My hobbies and interests ...
- Mon Jan 05, 2009 9:35 am
- Forum: Coding Questions
- Topic: Compiling problem on Ubuntu 6.06 linux
- Replies: 1
- Views: 579
Compiling problem on Ubuntu 6.06 linux
All needed packeds are installed, Checkinstall.sh says: "Everything seems correctly setup for PureBasic".
My problem is, when i try compile, i get this:
PureBasic - Assembler error
purebasic.asm [358];
CALL exit
error: undefined symbol.
And that comes on all example sources + on my own too. So ...
My problem is, when i try compile, i get this:
PureBasic - Assembler error
purebasic.asm [358];
CALL exit
error: undefined symbol.
And that comes on all example sources + on my own too. So ...
- Sun Jan 04, 2009 8:59 pm
- Forum: Tricks 'n' Tips
- Topic: A recursive, fast and simple math evaluation.
- Replies: 9
- Views: 4876
- Mon Dec 29, 2008 6:36 pm
- Forum: Tricks 'n' Tips
- Topic: A recursive, fast and simple math evaluation.
- Replies: 9
- Views: 4876
A recursive, fast and simple math evaluation.
But here a fast math evaluation. Not much commented.
I will update this, if i have free time. Currently supports next operands: < + - * / > and ( )
Edit: Updated support for floats. In float numbers, need a ".". Eg like this: "22./7". But theres a alternative method too.
Edit2: Very small update ...
I will update this, if i have free time. Currently supports next operands: < + - * / > and ( )
Edit: Updated support for floats. In float numbers, need a ".". Eg like this: "22./7". But theres a alternative method too.
Edit2: Very small update ...
- Sun Dec 28, 2008 10:21 pm
- Forum: Coding Questions
- Topic: English to Finnish String Replace Problem
- Replies: 2
- Views: 904
English to Finnish String Replace Problem
Hello, i am making a English to Finnish compiler. But now i have problem in this.
In lang file are:
test
Call
out
I want those to:
testi
kutsu
ulos
But code changes that lang words to this:
testi
testi
kutsu
kutsu
ulos
So how i can do that right? In source are:
Dim ...
In lang file are:
test
Call
out
I want those to:
testi
kutsu
ulos
But code changes that lang words to this:
testi
testi
kutsu
kutsu
ulos
So how i can do that right? In source are:
Dim ...
- Wed Dec 17, 2008 3:11 pm
- Forum: Coding Questions
- Topic: How add multiple strings in exe?
- Replies: 3
- Views: 1413