Search found 135 matches

by Hard
Oct 27, 2009 16:51
Forum: Community Discussion
Topic: time to say goodbye
Replies: 14
Views: 4802

Re: time to say goodbye

thanks guys for the farewell
thats awesome - but alas too late for me ^^
by Hard
Oct 23, 2009 23:12
Forum: Community Discussion
Topic: time to say goodbye
Replies: 14
Views: 4802

time to say goodbye

hey there at this point i have to say goodbye. freebasic helped me alot and therefore i wanna thank everyone who helped becoming freebasic what it is right now. freebasic brought me from my hobby to my profession. but as my skills evolved, my requirements grew. i now came to the point where i quite ...
by Hard
Sep 24, 2009 23:52
Forum: Community Discussion
Topic: A Serious Article Debating the Pros and Cons of FreeBASIC
Replies: 218
Views: 53231

i'd love to see fb as a c wrapper, but thats only my opinion. for me fb is kind of like a hobby language, even though i write professional programs with it. anyway if i really wanna sell my programms (which are huge and relly need to be stable) i kind of need to port them to c/cpp. why? stability an...
by Hard
Sep 24, 2009 23:41
Forum: General
Topic: difference between null an 0?
Replies: 9
Views: 2929

thanks to you all guys

the topic should be really clear now
by Hard
Sep 23, 2009 0:38
Forum: Archive
Topic: Embedding ScriptBasic in FreeBASIC
Replies: 45
Views: 11472

actually i did. i think the idea behind it is great (usability, syntax). but i hate dlls and the whole installation stuff of scriba and so ill continue to use lua ...
by Hard
Sep 22, 2009 21:08
Forum: General
Topic: difference between null an 0?
Replies: 9
Views: 2929

so when working with pointers null is the proper way?

btw: site admin? since when? congrats!
by Hard
Sep 22, 2009 20:10
Forum: General
Topic: difference between null an 0?
Replies: 9
Views: 2929

difference between null an 0?

hi there

is there any difference between null an 0?

thanks - hard
by Hard
Sep 21, 2009 21:47
Forum: Windows
Topic: Simple Windows API Question
Replies: 4
Views: 1855

Environment.SpecialFolder.LocalApplicationData is .net

in other words: impossible to access it with fb
by Hard
Sep 20, 2009 23:10
Forum: Beginners
Topic: Bug report?
Replies: 4
Views: 1287

"broken" versions: Dim As String s = "OOOO.OOOO", s1 Print trim( s, "0" ) s1 = trim( s, "0" ) Print s1 Sleep Dim As String s = "0000.0000", s1 Print trim( s, "O" ) s1 = trim( s, "O" ) Print s1 Sleep that is where your problem is. ...
by Hard
Sep 20, 2009 23:07
Forum: Beginners
Topic: Variable-length Array inside UDTs
Replies: 3
Views: 1120

have a look at linked lists. maybe they also perform better for you than a regular array.
by Hard
Sep 17, 2009 21:52
Forum: General
Topic: swap syntax error
Replies: 7
Views: 1745

Image

unnessesary to make a screeny here, but i didnt want to be a combo breaker :D

btw:

Code: Select all

DIM blub As DOUBLE = 5
blub = *cast(Integer Ptr, @blub)
Print blub '0

Code: Select all

DIM blub As INTEGER = 5
blub = *cast(Integer Ptr, @blub)
Print blub '5
by Hard
Sep 17, 2009 10:56
Forum: General
Topic: swap syntax error
Replies: 7
Views: 1745

Image
by Hard
Sep 17, 2009 0:10
Forum: General
Topic: swap syntax error
Replies: 7
Views: 1745

swap syntax error

hi there

just a little question. is this how it was supposed to be:

Code: Select all

swap bla, blub  'works
swap(bla, blub) 'doesnt
thanks - hard
by Hard
Sep 13, 2009 0:31
Forum: Community Discussion
Topic: FreeBASIC raycaster project
Replies: 4
Views: 1808

you like pedobear?

looks good anyway ;)
by Hard
Sep 09, 2009 11:26
Forum: Community Discussion
Topic: Relaunch of German FreeBASIC-Portal
Replies: 3
Views: 1650

great to see that there is still some serious work going on.

even though i like the simplisity of the old style a little bit more. the new buttons look kind of weird ...