Search found 189 matches

by Clyde
Apr 19, 2006 7:51
Forum: Beginners
Topic: Adding and using Bitmaps / PNGs etc as a resource.
Replies: 8
Views: 2804

Adding and using Bitmaps / PNGs etc as a resource.

Hi there :) I wonder if you could help me on dealing with adding and using Bitmaps and other image files as a resource file please? Im currently using FreeImage to load pngs straight from files in a directory; and I'd love to know how it's possible to do similar with resources! :) Cheers amd many ma...
by Clyde
Apr 05, 2006 16:07
Forum: Beginners
Topic: FreeImage Animation Blues
Replies: 10
Views: 2127

Sorry been really busy matey. Just use a tileset that you have knocking about.

btw, Anyone else know how to sort it out; if so please post.

Many thanks,
Clyde
by Clyde
Apr 01, 2006 11:28
Forum: Beginners
Topic: FreeImage Animation Blues
Replies: 10
Views: 2127

Sure will, and thank you.
by Clyde
Apr 01, 2006 10:23
Forum: Beginners
Topic: FreeImage Animation Blues
Replies: 10
Views: 2127

Cheers Chaos dude, I shall give it a whirl.
Regarding the image tileset, I dont have hosting means, And any tilesets will suirfice. Just did it as a Bitmap printter, as theres a few around.

Thnaks once again, willl see whats been added and altered, and let you know how it goes.

Cheers,
Clyde
by Clyde
Apr 01, 2006 7:37
Forum: Beginners
Topic: FreeImage Animation Blues
Replies: 10
Views: 2127

[bump]

Its driving me potty, anyone care to put me out of my misery?

Cheers and many thanks,
Clyde.
by Clyde
Mar 31, 2006 21:38
Forum: Beginners
Topic: FreeImage Animation Blues
Replies: 10
Views: 2127

FreeImage Animation Blues

Hiya, im trying to use FreeImage to load in animations / tile sets. This example caters for simple font drawing. But theres a bug / error someplace that I cant splat. It works hunky dori with a font of 8x8 in size. Anything else comes out perculiar. And It would be magic. if you cool dudes would hel...
by Clyde
Mar 31, 2006 20:35
Forum: Linux
Topic: What ide you use for freebasic?
Replies: 19
Views: 8196

I use FBIDE, as its the only one I know of.
by Clyde
Feb 18, 2006 7:37
Forum: Libraries Questions
Topic: FreeImage / Bass / WingDi
Replies: 2
Views: 2977

FreeImage / Bass / WingDi

Hello there :) Just discovered a little problem, with using Freeimage.bi and Bass.bi It reports to me that there is a duplication error, of a type called RGBTriple The exact error is: Duplicate definition Line No 1224 type RGBTRIPLE field=1 btw Thats found in WingDi. There maybe others graphic dupli...
by Clyde
Feb 16, 2006 5:44
Forum: Archive
Topic: Coulda sworn I had an UnTank thread here...
Replies: 13
Views: 4260

Yeah it was mentioned in the QB Express 18 post.

Thats looking nice mate, reminds me of Crystal Dynamics game Off World interceptor extreme.
by Clyde
Feb 16, 2006 4:20
Forum: General
Topic: Font
Replies: 18
Views: 6040

Graphical Print??

Sounds interesting. And looks a real neat code snippet above.

My suggestion for transparent colours, would to have people use: SetAlpha 1 for on, and then when not needed / normal mode SetAlpha 0
by Clyde
Feb 16, 2006 3:25
Forum: General
Topic: SDL: Blasted black border.
Replies: 12
Views: 1956

Is there a way then to auto check what the users refresh is?
Or for better, change the sdl refresh rate?

Can FB use the latest version of sdl?

Many thanks,
Clyde.
by Clyde
Feb 15, 2006 20:21
Forum: Beginners
Topic: make lib and run
Replies: 4
Views: 1553

Do you need to declare the functions / subs in the main program as well as allready so in the include?
by Clyde
Feb 15, 2006 4:23
Forum: Archive
Topic: 3D engine
Replies: 92
Views: 35277

Tell you something Stoney, that is absolutely magic. Awesome effort matey. And to be honest, I dont find it slow at all.

Welldone.
by Clyde
Feb 14, 2006 23:23
Forum: General
Topic: Experiencing strange differences between .15b and .16b
Replies: 6
Views: 1556

Strange scenario. :)

Btw Whose Angelo; and what they got to do with FB?
by Clyde
Feb 14, 2006 23:12
Forum: Beginners
Topic: Creating an array in a sub
Replies: 10
Views: 1788

You might be better of using Types, in place of the arrays. Might be easier.