Search found 28 matches

by fernando.inf
May 17, 2011 3:52
Forum: Projects
Topic: New IDE
Replies: 66
Views: 33014

Thanks for reply Stueber!
I just upgraded my ubuntu to the latest version (11.04), I'm downloading some necessary things, and I'll try rebuilding it again in Qt-Creator.

Thanks for your attention, and once again congratulations on your excellent project.
by fernando.inf
May 15, 2011 16:46
Forum: Projects
Topic: New IDE
Replies: 66
Views: 33014

Hello Stueber, any news on FBPro? You're abandoned the project? I'm porting a Windows project to Linux (Ubuntu version), but never worked with Qt Creator, so I had some errors and could not compile FbPro. I was very happy when I heard FBPro and its resources, I've been reading the forums here and al...
by fernando.inf
Nov 20, 2010 12:33
Forum: Beginners
Topic: Allegro Blit problem
Replies: 3
Views: 1489

Don't use Any Ptr, try BITMAP Ptr

Code: Select all

Dim As BITMAP Ptr IpOn,IpOff,OpOn,OpOff
by fernando.inf
Sep 17, 2010 13:57
Forum: Community Discussion
Topic: FbGfx x Allegro
Replies: 10
Views: 2664

This is no problem, Allegro can be compiled into a static lib as gfxlib also without the use of DLL, although platforms such as Windows believe it is better to use the DLL.

Am I right?
by fernando.inf
Sep 16, 2010 17:37
Forum: Community Discussion
Topic: FbGfx x Allegro
Replies: 10
Views: 2664

FbGfx x Allegro

I have observed that few here use the Allegro graphics library (or anyone), the vast majority use FbGfx in their projects. My question is: Could someone discuss the pros and cons of each? FbGfx is faster or lighter than allegro? What do you think of one and another? Should I migrate my application t...
by fernando.inf
Sep 13, 2010 6:39
Forum: Projects
Topic: Easy GL2D
Replies: 154
Views: 43681

I have some doubts about that, as currently i use the datafile of the allegro, I load it in the beginning of the program and everything is in memory, only access the pointers of the images within of DAT. I send the sample but tomorrow, I am now finishing a service here. but you understand the concep...
by fernando.inf
Sep 13, 2010 3:50
Forum: Projects
Topic: Easy GL2D
Replies: 154
Views: 43681

relsoft hello again! I use all images in a datafile of the allegro. I'm using each sprite as a separate image, but I also have an init routine in the animation object which supports several sprites in a single image, where two parameters inform the most telling how many sprites the image has vertica...
by fernando.inf
Sep 12, 2010 6:53
Forum: Projects
Topic: Easy GL2D
Replies: 154
Views: 43681

Hello relsoft! I created an object called animation, and instantiate it as follows: Dim As Animation Ptr myAnim = New Animation Dim as Animation Ptr mainFPS = New Animation mainFPS->initFPS(60) myAnim->init(filename, x, y, fps, frameStart, frameEnd, currentFrame, isLoop, isReverse) use as follows: '...
by fernando.inf
Sep 12, 2010 4:37
Forum: Projects
Topic: Easy GL2D
Replies: 154
Views: 43681

rolliebollocks you are right.
I just asked, why have it in allegro, and I believe it is not difficult to implement in GL2D anyway I will look at your engine animation and studied best in GL2D.

Thanks for the replies, and sorry for the bad habit of asking before studying.
by fernando.inf
Sep 12, 2010 2:15
Forum: Projects
Topic: Easy GL2D
Replies: 154
Views: 43681

Yes, I thought about doing this because I really liked gl2d.

you could make an example of animation with different speeds with GL2D?

would be very grateful.
by fernando.inf
Sep 11, 2010 15:45
Forum: Projects
Topic: Easy GL2D
Replies: 154
Views: 43681

Yes, animated with different speeds.

I'm currently using allegro, but I was thinking about testing your GL2D because I was impressed with him.


Sorry for bad english :(
by fernando.inf
Sep 10, 2010 18:02
Forum: Projects
Topic: Easy GL2D
Replies: 154
Views: 43681

hello relsoft!

I was impressed with the speed and ease of use the engine.

One question, it would be possible to run several animations at the same time with different FPS speed?
by fernando.inf
Jul 07, 2010 9:31
Forum: Hardware Interfaces / Communication
Topic: Hard Disk physical Serial Number ???
Replies: 7
Views: 4484

Thank you very much MichaelW !!! It was exactly what I needed. Follow the link to the original source of Alec Skelly (ATA_INFO) that does the same thing, also returns the model, revision, size, and another information. For those who want to look at or modify to FB. But your code will be very useful ...
by fernando.inf
Jul 06, 2010 22:28
Forum: Hardware Interfaces / Communication
Topic: Hard Disk physical Serial Number ???
Replies: 7
Views: 4484

Hi Oceano
thanks for trying friend, but this code returns the volume serial number (which can be changed), not the physical serial number, and is for win32, I'd like a way to get the physical serial number of the disk under DOS.

thanks guys if i find any way I post here for everyone.
by fernando.inf
Jul 06, 2010 22:03
Forum: Community Discussion
Topic: Tips & Tricks directory?
Replies: 16
Views: 2494

Great idea, it would be great because many people (like me for example), learn with the topic tips and tricks.