Search found 16 matches

by Mark.s
Wed Mar 04, 2009 8:07 pm
Forum: Applications - Feedback and Discussion
Topic: PureMemory Deluxe
Replies: 32
Views: 13178

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 ...
by Mark.s
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

Here is my color theme: http://img222.imageshack.us/img222/3773/themezp6.png

And prefs file:
; PureBasic IDE Exported Preferences
;
[Sections]
IncludeColors = 1
;
; Color settings
;
[Colors]
ASMKeywordColor = RGB(73, 176, 49)
BackgroundColor = RGB(15, 5, 5)
BasicKeywordColor = RGB(80, 130 ...
by Mark.s
Sat Jan 24, 2009 12:59 pm
Forum: Coding Questions
Topic: WndProc?
Replies: 46
Views: 16005

As another example, I've read that in Finnish there is the word "kaffiipausii" -- derived from German "Kaffepause" (coffee break).

Where you read that? But i googled it: http://www.heute.de/ZDFheute/inhalt/2/0,3672,3983586,00.html
But Finnish variant for "Kaffepause" is: "kaffepaussi" not ...
by Mark.s
Thu Jan 22, 2009 12:12 pm
Forum: Coding Questions
Topic: WndProc?
Replies: 46
Views: 16005

@PB

I don't believe too, are that person real "Mark Sibly". Well its not a matter, if that person not are real "Mark Sibly".
But hoax is always bad.

Well nobody can be sure who is it in real life. But anyways, if marksibly is real "Mark Sibly", i say welcome, otherwise i say nothing. Well people ...
by Mark.s
Tue Jan 20, 2009 5:51 pm
Forum: Off Topic
Topic: A small introduction
Replies: 30
Views: 4803

You won't be able to solve every dispute I'm sure so I wouldn't worry about spending too much time trying to smooth things over or understanding why you may get attacked from time to time.
Ok, i agree that.
just take the bad with the good and try to have fun.
Ok.
Don't take that to mean trolls ...
by Mark.s
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 ...
by Mark.s
Mon Jan 19, 2009 11:06 am
Forum: Off Topic
Topic: A small introduction
Replies: 30
Views: 4803

A collection of welcome in other languages

I know next countries from that collection and words. Finland: tervetuloa, Eesti: tere tulemast, Latvija: laipni lūdzam, Germany: wìllkòmme and English: welcome. Well its a good collection of "welcome", thanks.

Rook Zimbabwe, PB and pdwyer.

I don't ...
by Mark.s
Sat Jan 17, 2009 6:26 pm
Forum: Off Topic
Topic: You think your having a bad day ?
Replies: 34
Views: 4261

@Kaeru Gaman

This is how i define "real": Real is what i see and i can know that are real.
But i always think, is this world really a real world. As there can be other worlds, where humans / or other lifeforms, think is world real. But human mind are very complicated thing. About paranormal, are ...
by Mark.s
Fri Jan 16, 2009 7:02 pm
Forum: Off Topic
Topic: A small introduction
Replies: 30
Views: 4803

I'm not in Finland.
Thats not a problem or a matter, well all people and countries are unique. Without unique, its would be a bit weird and boring world.
köyhä yökyöpeli syö öylättiä öljyisellä yöväylällä.
Finnish: Erikoinen, mutta huvittava sananparsi. English: A bit weird, but funny dictum ...
by Mark.s
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 ...
by Mark.s
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 ...
by Mark.s
Sun Jan 04, 2009 8:59 pm
Forum: Tricks 'n' Tips
Topic: A recursive, fast and simple math evaluation.
Replies: 9
Views: 4876

Thanks for both, small update on example. Code should be work now right.
Demivec wrote:The code will still not produce the desired results.
Ok, and thanks, updated again.
by Mark.s
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 ...
by Mark.s
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 ...
by Mark.s
Wed Dec 17, 2008 3:11 pm
Forum: Coding Questions
Topic: How add multiple strings in exe?
Replies: 3
Views: 1413

You mean like this?

Sorry my bad English, but i mean somelike this:

Dim array.s(1)

array.s(0) = "Test"
array.s(1) = "another test"

Dim message.s(1)

pfile.s="test.exe"
psize=FileSize(pfile)
file=OpenFile(0, pfile)

If file
FileSeek(0,psize)
For i = 0 To 1
WriteStringN(0,array.s(i ...