| Author | Message |
|
[99] ServerOp
|
#407 2004-12-18 21:00 GMT |
|
Hello and welcome to the blueTec engine forum. If you have any comments suggestions or questions how to use the blueTec engine this is the right place to ask. Be sure to visit the developers FAQ on the project site.
The only G-Racer available on earth. |
|
|
Anonymous
[] ? []
|
#408 2004-12-20 09:01 GMT |
|
hi im using dev-c++ 4.8.9.0 and mingw 3.2.2 now when i m loading a image to display and having fullscreen the image comes only on about 3/4 of the screen. the bitmap is about 800*600 and the screen I created is 1024*768 with 32 bpp. but the samples work great for me.
|
|
|
[99] ServerOp
|
#409 2004-12-20 09:51 GMT |
|
I assume you are in need of the background image to draw It might be enough when creating a surface to specify the original width and height of the image. when drawing the surface you should specify the width and height of your application and not of the image. Especially when you are using a greater application width and height than that of the desired background image
The only G-Racer available on earth. |
|
|
Szpak
[1] Users
|
#417 2004-12-22 12:21 GMT |
|
Nice engine. I think it can be useful for users with small experiense in graphic programming. I ran examples for test I there were some problems.
|
|
|
Szpak
[1] Users
|
#418 2004-12-22 12:24 GMT |
|
One more thing. In example 2 program doesn't react on window maximization (only resize).
|
|
|
[99] ServerOp
|
#419 2004-12-22 12:25 GMT |
|
Yep as long your compiler supports it. The error message is known to me but the package was uploaded so it will be updated in the next version. The examples run fine I think, except for the log message. a function will be included to disable log processing or at least errors which aren't really errors like this you mentioned. The error when rendering the surface is caused because of the heavy and exactly error processing I did so just ignore it.
The only G-Racer available on earth. |
|
|
[99] ServerOp
|
#420 2004-12-23 08:05 GMT |
|
I forgot about the line numbers.
The only G-Racer available on earth. |
|
|
Szpak
[1] Users
|
#421 2004-12-23 23:08 GMT |
|
Thanks for info. It works.
|
|
|
[99] ServerOp
|
#422 2004-12-24 08:22 GMT |
|
Great. Good to see it helped you.
The only G-Racer available on earth. |
|
|
[1] Users
|
#674 2007-08-29 21:13 GMT |
|
Hi, the blueTec engine is very interesting project, but why you don?t split the main class into some small like this:
|
|
|
[99] ServerOp
|
#676 2007-08-29 22:02 GMT |
|
Hi,
The only G-Racer available on earth. |
|
|
[1] Users
|
#677 2007-08-30 00:05 GMT |
|
I prefer static linking for most purpose, but some times I think that dll better (article in msdn tells the advantage of this).
|
|




