[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
Pete's QBASIC Site Discuss QBasic, Freebasic, QB64 and more 2005-06-05T02:28:13-05:00 http://www.petesqbsite.com/phpBB3/app.php/feed/topic/591 2005-06-05T02:28:13-05:00 2005-06-05T02:28:13-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=4786#p4786 <![CDATA[Fb Win 32 OGL Examples]]>

What an "annoying" #!@#!!? thing it is. It tried to shut down MS Notepad because i was using it to code with! Can you beleive that!


Changing DEP from essential Windows processes to all programs "except those I select" even truned out worse.


This is serious and has all kinds of implications for the computing industry, users, programmers ect.

It can be truned off "permanently" from the root drive where boot.ini is at ...if not read only, that is.

Yep, that's what I heard. The setting should be set to =AllwaysOff But, I have'nt tried it, so don't try it yourself, if you have that SP2.

Anyways, it's not my machine, so I wont do it.


So, until later, Later then.


Glu

Statistics: Posted by Guest — Sun Jun 05, 2005 2:28 am


]]>
2005-05-31T16:51:34-05:00 2005-05-31T16:51:34-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=4686#p4686 <![CDATA[FB isuues with XP]]>

Hmmm. Weird.



Glu

Statistics: Posted by Guest — Tue May 31, 2005 4:51 pm


]]>
2005-05-29T23:37:40-05:00 2005-05-29T23:37:40-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=4663#p4663 <![CDATA[Fb Gl Win32 Examples]]>
Those are nice looking demos.

Thanks!
They work fine in XP

Well, I tested them again in WinXp and I,m gettintg some weird notifications. Something like :

Ordinal number 63864 missing from User32.dll

So, not too sure about win Xp and these demos or on one or two of the gfglx, examples I tried, just yet.

just to open up a gl window that only works with Windows

Well, I would have set something up similar for Linux, except I've never worked with that OS.... Just as an alternative.

Some people, just like in C/C++, might want to do it in a similar way. Relying on their own code instead of some built in capabilities.

But, that's just me. there's nothing wrong with using what's available either. Whatever works.... works, I guess. Especially if your comfortable
with it.
gfxlib has built in ogl initialization

Nice. I need to try some more of those examples!


and.....thanks for your feedback.


Later

Statistics: Posted by Guest — Sun May 29, 2005 11:37 pm


]]>
2005-05-29T01:03:27-05:00 2005-05-29T01:03:27-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=4648#p4648 <![CDATA[Free BASIC OGL Win32 Examples Updated for FB Compiler 0.13b]]>

They work fine in XP, but it's alot of code just to open up a gl window that only works with Windows. Did you know that gfxlib has built in ogl initialization now? It's much easier that way... unless you just enjoy doing it the long way, which there is nothing wrong with. :P


Later!!!

Statistics: Posted by Guest — Sun May 29, 2005 1:03 am


]]>
2005-05-27T17:11:57-05:00 2005-05-27T17:11:57-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=4634#p4634 <![CDATA[FB Win32 OpenGL Examples]]>

Anybody that tried these with WinXP can give me some feedback would be appreciated.


1000 Thanks in advance!


Glu

Statistics: Posted by Guest — Fri May 27, 2005 5:11 pm


]]>
2005-05-25T02:23:19-05:00 2005-05-25T02:23:19-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=4595#p4595 <![CDATA[Tweaked them all again and added one more example]]>
Pretty much same as before. Just tweakings.

For example, Fullscreen should work much faster for all examples in WinXP. Changed that ShowMaximized to ShowNormal for the iCmdShow Variable. It really improved the performance in XP.


Open Up All your GL Windows with this BASE Code:
http://www.gameroom.com/glu/FbGlWin32f.html


Cast a Bright Beam on a floor with this spotlight example:
http://www.gameroom.com/glu/FbGlWin32Spotlightb.html

A Golden 3D Spining Cube with Lighting and Fog and Floor:
http://www.gameroom.com/glu/FbGlWin32GoldCubeb.html

A Blue 3D Cube with Lighting and Fog and Floor:
http://www.gameroom.com/glu/WGLBlueCube.html

Same 3D Blue Cube as Above but this one demonstrates simple
movement in 3d space with a light faithfully following it around, as it
prances about the 3D Scene:
http://www.gameroom.com/glu/WGL_BlueCube2.html


Hav sum Fun!


Glu

Statistics: Posted by Guest — Wed May 25, 2005 2:23 am


]]>
2005-05-16T20:26:55-05:00 2005-05-16T20:26:55-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=4531#p4531 <![CDATA[Free Basic OpenGl Win32 Examples]]>
Rotates differently, also.


enjoy


Glu


http://www.gameroom.com/glu/WGLBlueCube.html

Statistics: Posted by Guest — Mon May 16, 2005 8:26 pm


]]>
2005-05-15T14:21:13-05:00 2005-05-15T14:21:13-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=4511#p4511 <![CDATA[Free BASIC OGL Win32 Examples Updated for FB Compiler 0.13b]]>
I've updated these examples to compile on the new FB 0.13b compiler.


Pretty much the same as the ones I Posted previously, which, I had compiled on FB 0.12. Little optimizing, maybe.

Base Code Example. Reuse over and over again to open up your OpenGL Windows :
http://www.gameroom.com/glu/FbGlWin32f.html


Spotlight example. Shine a bright beam on a multiquad textured surface:
http://www.gameroom.com/glu/FbGlWin32Spotlightb.html


3d Golden Cube example. Includes Textures, Lighting, Fog :
http://www.gameroom.com/glu/FbGlWin32GoldCubeb.html


Just copy and paste into your FB editor and save and compile.


Have fun!

Glu

Statistics: Posted by Guest — Sun May 15, 2005 2:21 pm


]]>