Search found 1424 matches

by relsoft
Jun 10, 2005 11:20
Forum: General
Topic: Will overloaded Operators get its way in FB?
Replies: 9
Views: 5347

v1ctor wrote:No overloading, no RTTI, no fun, so.. i hope..
Why not?

What does RTTI mean?
by relsoft
Jun 09, 2005 2:07
Forum: Beginners
Topic: TerrainBlender2.bas
Replies: 5
Views: 4498

Okay, I'll ty to see if I was able to transfer some code to my sis' comp. :*)
by relsoft
Jun 09, 2005 1:57
Forum: Beginners
Topic: an idea for a 3D game STK for freebasic?
Replies: 17
Views: 8704

Unless you'd want to get stuck on a rotating cube, I'd suggest you brush up on math. :*)

Math is only boring is you don't have any use for it. Now that you do, you could learn on your own and tell me after one week if it's still boring. :*)
by relsoft
Jun 08, 2005 11:23
Forum: Beginners
Topic: TerrainBlender2.bas
Replies: 5
Views: 4498

Re: TerrainBlender2.bas

Hi! What is wrong? TerrainBlender2.exe works (game with package) but TerrainBlender2.bas gives error when I try to compile line 231 : Argument mismatch, found: ' imgptr' h1=Limit_255(*(imgptr + (x + (y * hmap->w)) * 3 +2) ' get h... I downloaded FB_0.13_IDE_0.4.exe and installed , didn't help? Is t...
by relsoft
Jun 08, 2005 11:07
Forum: Beginners
Topic: TinyPTC
Replies: 10
Views: 6625

Byref : ByReference meaning pass by address
Byval : ByValue ; pass the value of the variable

Arrays in FB are passed by Descriptor (Bydesc)
by relsoft
Jun 01, 2005 7:41
Forum: General
Topic: Latest gfxlib news
Replies: 13
Views: 8179

Blitzmax? I had helped a person who uses it set up TinyPtc for that Dev kit. Hi Rel, I've been trying to get TinyPTC working under MinGW/DevCPP with no luck, and I know from Googling around that you've managed to get it working, so wondered if you would mind emailing a copy of your DevCPP-compatible...
by relsoft
Jun 01, 2005 7:09
Forum: Archive
Topic: Jejunum
Replies: 10
Views: 7572

jofers wrote:I just looked up "Jejunum." So, now that I get the joke.. What the hell is wrong with your head? :)

nurses. *sigh*
Is my head attached to my neck? LOL
by relsoft
May 31, 2005 7:38
Forum: Sources, Examples, Tips and Tricks
Topic: 3 Camera types
Replies: 0
Views: 3496

3 Camera types

Use or abuse.... '3 types of camera '3rd person, and first person 'Keys: 'W,S = move forward 'A,D = Rotate view left, right 'X,C = Roll 'Q,Z = Rotate view up, down '1,2,3 = change camera mode 'Alternate keys 'Arrows, Insert, home, end, etc 'Relsoft 2005 'Rel.Betterwebber.com DEFINT A - Z const PI = ...
by relsoft
May 31, 2005 7:18
Forum: Archive
Topic: Jejunum
Replies: 10
Views: 7572

Antoni wrote:Great!!

Those nasty names....Do you miss your times as a nurse or what?
hahahahaha!! Probably.
by relsoft
May 30, 2005 5:54
Forum: Archive
Topic: Jejunum
Replies: 10
Views: 7572

Jejunum

by relsoft
May 28, 2005 6:50
Forum: Archive
Topic: a small preview
Replies: 29
Views: 19288

Cool!!
by relsoft
May 27, 2005 10:41
Forum: General
Topic: How can offsetting be done??
Replies: 3
Views: 5604

glGetfloatv

I think that's what you need. :*)