Search found 6 matches

by PBasic
Thu Nov 27, 2008 9:30 pm
Forum: PureFORM & JaPBe
Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
Replies: 1545
Views: 690276

BUG in jaPBE 3.8.11!

When I open jaPBE, go to Help/About, press the big link to PureBasic, let it load in my browser, then go back to jaPBe and press OK, I get a Fatal Error! Every time.
by PBasic
Mon Aug 13, 2007 12:12 pm
Forum: Coding Questions
Topic: How to catch system keys
Replies: 5
Views: 1227

How to catch system keys

I saw KeyboardInkey() returns the last typed character, but I want my program to react when I press Alt, Shift, F1->F12, Ctrl etc...
How do I do that?
Thanks.
by PBasic
Fri Jun 08, 2007 8:20 pm
Forum: Coding Questions
Topic: inaccurate division
Replies: 1
Views: 548

inaccurate division

Code: Select all

a.f = 1.00 / 2.00
PrintN(Str(a))
It results in 0, not 0.5
How can I make it calculate correctly?
Thanks!
by PBasic
Wed May 23, 2007 11:37 am
Forum: Coding Questions
Topic: 3D in PB?
Replies: 14
Views: 1999

I HAD searched for this in forums- shoulda searched more:)
Thanks for the answers- and 1 new Question (helps me to decide if I'll buy PureBasic):

-Is it able to create professional games? (professional not meaning Aliasing x 200 or Ultra-shaders BUT support for:
-loading maps, playing movies (AVI ...
by PBasic
Wed May 23, 2007 11:18 am
Forum: Coding Questions
Topic: 3D in PB?
Replies: 14
Views: 1999

"Yes" meaning what... OpenGL or DirectX?
by PBasic
Wed May 23, 2007 11:04 am
Forum: Coding Questions
Topic: 3D in PB?
Replies: 14
Views: 1999

3D in PB?

Is PureBasic able to create 3D games? With DirectX or OpenGL?