Not that I know of. As I wrote If you replace
'#include "ext/graphics/img_load.bi"'
with
'#include "ext/graphics.bi"', it compiles and runs as it should.
Search found 73 matches
- Nov 01, 2011 0:59
- Forum: Libraries Questions
- Topic: Wierd FBEXT LoadImage Bug
- Replies: 3
- Views: 1478
- Oct 31, 2011 20:40
- Forum: Community Discussion
- Topic: @ Lachie + anonymous1337 and other potential FB enthusiasts
- Replies: 38
- Views: 7961
- Oct 31, 2011 20:22
- Forum: Libraries Questions
- Topic: Wierd FBEXT LoadImage Bug
- Replies: 3
- Views: 1478
Wierd FBEXT LoadImage Bug
This code: #Include Once "ext/graphics/img_load.bi" #Include Once "fbgfx.bi" ScreenRes 320, 200 Dim As fb.IMAGE Ptr someimage = ext.LoadImage("somerandomimage.png") Put (0, 0), someimage, Trans sleep Produces this error: FbTemp.o:fake:(.text+0xd0): undefined reference t...
- Oct 25, 2011 22:23
- Forum: Community Discussion
- Topic: @ Lachie + anonymous1337 and other potential FB enthusiasts
- Replies: 38
- Views: 7961
TESLACOIL: I agree except for one small detail If you, yes, YOU have nothing to offer, then don't tell others to offer it for you by proxy. If you do indeed believe that FreeBASIC needs leadership, better website, better. . . then YOU will be the one to offer it. The main problem with these so calle...
- Oct 20, 2011 17:58
- Forum: General
- Topic: A Little Doodle
- Replies: 2
- Views: 1272
A Little Doodle
Just a little doodle messing around with circles and inertia: /' Circlesteering.bas '/ #Include "fbgfx.bi" #Include Once "ext/math/vector2.bi" #Define _DEBUG_ 1 Using fb On Error GoTo ERRORHANDLER: Screen 20, 32, , GFX_FULLSCREEN CONST PI = 3.141593 Const turnrate = 5 Const accel...
- May 31, 2011 21:56
- Forum: Archive
- Topic: FreeBASIC Screensaver Kit
- Replies: 57
- Views: 40163
When I try to compile it throws a whole list of errors in the include file, and only one from my file, which tells me that this was made with an old version of FB. If this could be updated to the latest version it would be greatly appreciated. P.S. I would do It myself, except for the fact that I su...
If you don't need anything manually deallocated, just use:
Code: Select all
if multikey(&h01) then end
- May 16, 2011 23:41
- Forum: Sources, Examples, Tips and Tricks
- Topic: billiard style ball movement
- Replies: 18
- Views: 5449
- May 11, 2011 16:05
- Forum: Community Discussion
- Topic: How old are you ?
- Replies: 155
- Views: 36255
Entertainment and day dreaming is not useless. And there is a huge spectrum of fiction, from fast-food, hyper-produced useless fiction, to thought-provoking intelligent fiction, the one that can introduce new realizations in your life or be a comfort. Dostoyevsky wrote fiction. You got a problem wi...
- May 09, 2011 18:05
- Forum: Community Discussion
- Topic: How old are you ?
- Replies: 155
- Views: 36255
- May 06, 2011 18:46
- Forum: Community Discussion
- Topic: How old are you ?
- Replies: 155
- Views: 36255
- May 04, 2011 18:17
- Forum: Sources, Examples, Tips and Tricks
- Topic: billiard style ball movement
- Replies: 18
- Views: 5449
A handy lib that I made for this purpose:
http://www.freebasic.net/forum/viewtopic.php?t=17333
Especially check out the test.bas example.
http://www.freebasic.net/forum/viewtopic.php?t=17333
Especially check out the test.bas example.
- May 04, 2011 18:06
- Forum: Community Discussion
- Topic: Looking for former QBasic people to visit the qb64.net site.
- Replies: 64
- Views: 14986
I came to FreeBASIC through the QBASIC 'backdoor' so to speak. Maybe the front door!? IDK. Anyhow, I had the most fun I've ever had in a programming language with good'ole QBASIC 1.1. Having said this, I believe that FreeBASIC is the place to be for anyone dissatisfied with QBASIC. I haven't tried Q...
- May 04, 2011 17:32
- Forum: Community Discussion
- Topic: How old are you ?
- Replies: 155
- Views: 36255
I'm in 9th grade, and love programming quite a lot. I suppose that I'm probably the youngest here unless someone else later in the thread decides to post that they just started 1st grade or something! We definitely do go from '7 to 77'. Also like Theunis Jansen, I probably will never lose my voracio...