Search found 1424 matches

by relsoft
Aug 09, 2005 5:06
Forum: General
Topic: Tile engine precision woes
Replies: 12
Views: 3077

Question? How do you calculate texture offsets(f, ub, etc)? And do you do it in glOrtho?
by relsoft
Aug 08, 2005 4:39
Forum: General
Topic: UDT and This Pointer
Replies: 9
Views: 2527

So constructors cant be used with callocate?

dang!!
by relsoft
Aug 04, 2005 7:07
Forum: General
Topic: i noticed some thing today........
Replies: 7
Views: 1939

ASSERT()
by relsoft
Aug 04, 2005 6:34
Forum: Archive
Topic: JellyFish Pro Editor (version 1.54, Aug 2, 2005)
Replies: 2
Views: 3108

cool!!!
by relsoft
Jul 30, 2005 2:54
Forum: Archive
Topic: Side Scroller game
Replies: 6
Views: 7747

Hey, I liked albuk's quest!!!
by relsoft
Jul 29, 2005 2:46
Forum: Beginners
Topic: How do I disable CTRL+ALT+DEL on a Windows GUI project?
Replies: 11
Views: 5030

dumbledore wrote:why would you want to? imho that would seriously compromise the system's stability, what if your program crashed? :P
It's for a timer my friend is designing. CTRL+ALT+DEL could bypass his timer right now.
by relsoft
Jul 21, 2005 8:41
Forum: General
Topic: A working pointer example.
Replies: 9
Views: 2353

Not much into book making. Only into book reading.

Glad you liked it!!!
by relsoft
Jul 20, 2005 6:47
Forum: Archive
Topic: 4 t3h 64113ry...
Replies: 9
Views: 7810

Nope when you click the images, it will give you the windows distro. And I used winzip to zip it. Try to click the image. Not the linux binary. :*) C++ ver here too (Just to complete the blasphemy) BTW, the demo could be converted to your sofware render w/o much change in code. :*) http://rel.better...
by relsoft
Jul 20, 2005 6:33
Forum: Archive
Topic: RPGine - Convert from QB45 & FutureLibs
Replies: 11
Views: 12660

Nice engine!!!
by relsoft
Jul 20, 2005 6:06
Forum: General
Topic: Const qualifier for referenced params?
Replies: 7
Views: 2009

v1ctor wrote:FreeBASIC Enterprise Edition v1.4 - The fastest way to get your job done and get fired.
Now I understand NASA's reluctance to send people to mars!!!
:*)
I'l just wait for Enterprise ver 42.
by relsoft
Jul 20, 2005 5:44
Forum: General
Topic: Const qualifier for referenced params?
Replies: 7
Views: 2009

An what of the Enterprise edition?
;*)
by relsoft
Jul 20, 2005 5:35
Forum: General
Topic: A working pointer example.
Replies: 9
Views: 2353

by relsoft
Jul 20, 2005 5:33
Forum: General
Topic: Const qualifier for referenced params?
Replies: 7
Views: 2009

By "yet" meaning there will be?
by relsoft
Jul 19, 2005 6:00
Forum: General
Topic: Const qualifier for referenced params?
Replies: 7
Views: 2009

Const qualifier for referenced params?

Like:

Code: Select all

sub vec_dot(const a as vector, const b as vector)
    'dot here
end sub
Is there something like that?