Search found 212 matches

by JohnB
Oct 27, 2012 12:24
Forum: Projects
Topic: MyDDDungeonsGL free 3D mod of DDDungeons
Replies: 24
Views: 7559

Re: MyDDDungeonsGL free 3D mod of DDDungeons

GREAT job !!! Spent about 3 hours having fun.

JohnB
by JohnB
Mar 27, 2012 3:30
Forum: Community Discussion
Topic: Anti Virus Opinions Please
Replies: 13
Views: 3444

Re: Anti Virus Opinions Please

Clamwin

JohnB
by JohnB
Oct 31, 2011 8:39
Forum: Linux
Topic: Need help installing Fb on slackware 13.0
Replies: 4
Views: 1624

Thanks for the reply. Have been using FBEdit on W2K.

I think (hope) Slackware has all the tools I need and only have to download FreeBasic. If you try Slackware get a copy of Parted Magic to setup the HD. Want to convert my source to run on Linux.Testing in progess.

JohnB
by JohnB
Oct 28, 2011 13:49
Forum: Linux
Topic: Need help installing Fb on slackware 13.0
Replies: 4
Views: 1624

Installed FB using the .run file and built and execute hello world.

./FreeBASIC-0.23.0-linux.run install

The FreeBASIC-0.23.0-linux.tar.gz, using the tar cmd, quit during the install because of errors.

Thank you for the .run file.

Still looking for an editor.

JohnB
by JohnB
Oct 28, 2011 8:32
Forum: Linux
Topic: Need help installing Fb on slackware 13.0
Replies: 4
Views: 1624

Need help installing Fb on slackware 13.0

Have Slackware 13.0 installed. want to install FB. What should I use?

.run
.tar.gz
.standalone.tar.gz

Docs, html or text?

Is there a common editor I can use on Slackware and W2K?

Thanks

JohnB
by JohnB
Sep 21, 2010 16:38
Forum: Libraries Questions
Topic: Has anyone translated the headers for SDL 1.3?
Replies: 13
Views: 4424

I use SDL with FB. I use SDL to setup the graphic space so that I can use OpenGL commands. Looking forward to a new release of SDL. Thanks for the heads up.

JohnB
by JohnB
Apr 14, 2010 9:03
Forum: General
Topic: How did you start learning?
Replies: 21
Views: 10345

I started Basic programming on an S100 system with Processor Technology OS with a cassette tape for mass storage and MS 5K Basic. 1978? Books were a good source of code. Today, most of the early code can be found online. Today you can buy "QBasic byExample" used on Amazon for 0.84+ cent pl...
by JohnB
Mar 27, 2010 12:02
Forum: Community Discussion
Topic: FreeBASIC C Emitter
Replies: 36
Views: 8813

Vince, well said!

JohnB
by JohnB
Jan 25, 2010 6:45
Forum: Projects
Topic: irr_chung a free 3D game in freebasic and irrlicht openGL
Replies: 34
Views: 11862

Hello chung,

Irr_chung seems to work well on my Win2K SP4 system with an ATI 9600 video card. I moved for quite a long time, 5 to 10 minutes and to the edges of the world with out a crash. I did have to add msvcr71.dll to the folder.

Good work !!!

JohnB
by JohnB
Jan 11, 2010 2:26
Forum: Game Dev
Topic: working soundlib for Win7
Replies: 22
Views: 8811

I had a problem with fbsound a while back, I fixed it by adding a sleep command. I add the sleep as you suggested. It did not work. I finally modified dprint to print directly to the console and found the error was occuring in plug-mm.bas. After every subroutine that had a dprint(mm:xxxx~) destructo...
by JohnB
Jan 02, 2010 7:11
Forum: Beginners
Topic: From a RAW beginner
Replies: 2
Views: 1503

In FBEdit go to the menu and select Options-> Path Option and setup the paths. You could set up all the path to the FreeBASIC directory. In FBEdit go to the menu and select File->New Code File Type in you program and save it. In FBEdit go to the menu and select File->Save In FBEdit go to the drop do...
by JohnB
Dec 11, 2009 12:51
Forum: Game Dev
Topic: My Sonic The Hedgehog game
Replies: 31
Views: 13881

If you do a Google search on Sonic The Hedgehog there are free games you can play online and also free game you can download. I seem to remember many, many free Tetris clones. IP , DRM, copyright and patent laws need to be updated to reflect the current state of technology.

JohnB
by JohnB
Oct 24, 2009 5:11
Forum: Game Dev
Topic: Flight Simulator Project
Replies: 5
Views: 3398

You might want to checkout CRRCsim. I think it is open source.

JohnB
by JohnB
Apr 18, 2009 9:17
Forum: Archive
Topic: Irrlicht Wrapper for 3D games and applications
Replies: 903
Views: 322077

I think you need to be in the IrrlichtWrapper directory to compile the examples. It also might be helpful to use an IDE like FBEdit.

On a command line this works for me.

F:\IrrlichtWrapper>E:\FreeBASIC_v0.18.5b\fbc 01_example_helloworld.bas

IDE is much easier !

hope this helps

JohnB
by JohnB
Apr 07, 2009 3:14
Forum: Game Dev
Topic: should I, Move the world or the veiw in open gl? (solved)
Replies: 7
Views: 3540

Try looking at gluLookAt. Also try looking at 2d math for point rotation/translation.

The world is relative. Their is no difference in moving the observer in a stationary world or moving the world and keeping the observer stationary.

JohnB