Search found 212 matches

by JohnB
Feb 16, 2009 20:51
Forum: Archive
Topic: Irrlicht Wrapper for 3D games and applications
Replies: 903
Views: 322090

Swos2008, you need a newer version of FreeBasic, I think the current version is 0.20.

Hope this helps

JohnB
by JohnB
Jan 15, 2009 8:36
Forum: General
Topic: Problems with latest FreeBasic release
Replies: 4
Views: 1139

fbc -version

JohnB
by JohnB
Jan 13, 2009 10:14
Forum: General
Topic: PICTURE VIEWER
Replies: 11
Views: 3082

by JohnB
Dec 15, 2008 10:27
Forum: Libraries Questions
Topic: How can i set the distance for start of mipmaping with GL?
Replies: 7
Views: 2097

You might try reading this. It seems as if the opengl mipmap choice depends on pixel size and the gl_xxx_mipmap_yyy parameter. You might also have to generate each level manually.

Hope this helps.

JohnB

http://www.opengl.org/documentation/spe ... meter.html
by JohnB
Nov 13, 2008 9:16
Forum: General
Topic: D.J.Peters (or others) - fbsound questions
Replies: 9
Views: 2094

Sisophon2001

Could you try this and see if it works.

Code: Select all

Sub _exit() Destructor
  dprint("alsa:~")
  Sleep 500
Sub
Thanks
JohnB
by JohnB
Aug 29, 2008 7:31
Forum: Community Discussion
Topic: 100,000+
Replies: 3
Views: 1912

100,000+

When did the 100,000 post happen? I must have not been watching.

Congrats to the freeBasic team.

JohnB
by JohnB
Aug 24, 2008 7:40
Forum: Archive
Topic: chiSock FB socket library for Win/Lin
Replies: 64
Views: 50170

Download Source: http://therealcha0s.net/project/chisock 08-24-08.zip
Bad Link ???

JohnB
by JohnB
Aug 08, 2008 4:29
Forum: Sources, Examples, Tips and Tricks
Topic: Cartesian Plot
Replies: 6
Views: 2274

Thanks for the example. Very Nice !

JohnB
by JohnB
Aug 02, 2008 4:03
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 241854

Just did one test with 1.0.6.1, no problem.

JohnB
by JohnB
Jul 11, 2008 5:22
Forum: Community Discussion
Topic: Testers with newer processor wanted!
Replies: 18
Views: 5700

D E S I D E R A T A
by JohnB
Jun 12, 2008 3:37
Forum: Windows
Topic: Can't get fullscreen 640 by 480 32bit truecolor to work
Replies: 27
Views: 7213

fbgfx, directx, opengl ?
by JohnB
Jun 01, 2008 7:17
Forum: Beginners
Topic: "IF" stupid sintaxis or compiler?
Replies: 6
Views: 1472

Dim As Integer hge_Input_GetKey, HGEK_RBUTTON, cursor_mode, cursor_time hge_Input_GetKey = 1 HGEK_RBUTTON = 1 cursor_mode = 0 cursor_time =0 If hge_Input_GetKey = HGEK_RBUTTON Then If cursor_mode = 0 Then cursor_mode = 2 cursor_time = 0 ElseIf cursor_mode = 2 Then cursor_mode = 0 cursor_time = 0 En...
by JohnB
Jun 01, 2008 6:41
Forum: Beginners
Topic: "IF" stupid sintaxis or compiler?
Replies: 6
Views: 1472

I am not sure but do you mean

ElseIf not Else If

JohnB
by JohnB
Apr 29, 2008 9:26
Forum: Community Discussion
Topic: 3000 Registered (Users ?)
Replies: 5
Views: 2650

3000 Registered (Users ?)

Congrats to the development team !

JohnB


Made change to subject line.
by JohnB
Apr 29, 2008 9:23
Forum: General
Topic: Looking for alternative to open pipe
Replies: 10
Views: 3035

Derek

Thanks for the GREAT program, I still use it on all my systems.

JohnB