This site is no longer active and is available for archival purposes only. Registration and login is disabled.

GapiDraw 3.01 BETA 2 Released!


GapiDraw 3.01 BETA 2 Released!

Postby Johan » Apr 15, 2004 @ 12:57pm

Johan Sanneblad, M.Sc, Ph.D
GapiDraw Systems Architect
[]
User avatar
Johan
pm Member
 
Posts: 1843
Joined: Jan 12, 2002 @ 12:38pm
Location: Sweden


Postby Johan » Apr 15, 2004 @ 1:38pm

Johan Sanneblad, M.Sc, Ph.D
GapiDraw Systems Architect
[]
User avatar
Johan
pm Member
 
Posts: 1843
Joined: Jan 12, 2002 @ 12:38pm
Location: Sweden


Postby egarayblas » Apr 15, 2004 @ 4:53pm

Great news Johan! :) We'll surely test this version and let you know how it goes. Thanks!
-- home of the think & tap games!
User avatar
egarayblas
pm Insider
 
Posts: 627
Joined: Sep 14, 2002 @ 1:50am
Location: Philippines


Postby shanytc » Apr 15, 2004 @ 7:03pm

will gapidraw become like the complete directx library (sound/3d!!/input/ddraw) ?
-shanytc-
shanytc
pm Member
 
Posts: 13
Joined: Mar 30, 2004 @ 6:26pm


Postby Johan » Apr 15, 2004 @ 10:05pm

shanytc: We have lots of plans for GapiDraw.. ;)
Johan Sanneblad, M.Sc, Ph.D
GapiDraw Systems Architect
[]
User avatar
Johan
pm Member
 
Posts: 1843
Joined: Jan 12, 2002 @ 12:38pm
Location: Sweden


Postby Mr X » Apr 15, 2004 @ 10:22pm

Sean Cross
mailto:sean@sourceitsoftware.com

Pics Print - The photo printing solution for Windows.
http://www.picsprint.com

Rental Property Manager - Rental management made easy
http://www.sourceitsoftware.com
User avatar
Mr X
pm Member
 
Posts: 240
Joined: Feb 27, 2003 @ 11:36am


Postby Johan » Apr 16, 2004 @ 5:39am

CodeWarrior only. The lib file created with CodeWarrior is not readable by PRCTools / GCC. And since PRCTools does not support code jumps larger than 32k we could not build a native PRCTools-version of GapiDraw.
Johan Sanneblad, M.Sc, Ph.D
GapiDraw Systems Architect
[]
User avatar
Johan
pm Member
 
Posts: 1843
Joined: Jan 12, 2002 @ 12:38pm
Location: Sweden


Postby mlepage » Apr 16, 2004 @ 6:15pm

Palm Tungsten E. Not sure which OS version, about applications says v 4.5.1P.

Minimal runs OK.

Simple gets about 120ms 8fps in all four orientations.

TileDemo gets about the same.

There may be an issue with lockups that require a hard reset. It happened to me, so I hard reset then HotSynced everything back. It happened again (during that HotSync cleanup actually) so it is a conflict with either the other software I had (pretty much just RealPlayer and the game DreamWay) or with the altered versions of the samples that I compiled. I deleted my HotSync user, hard reset again, and reinstalled just the samples and they seem to work. I'll do more testing later.

I get a free license for all this testing right? :D
www.scalenesoftware.com
Great games for your Palm and Pocket PC!
User avatar
mlepage
pm Insider
 
Posts: 1050
Joined: Aug 3, 2003 @ 4:47am
Location: Canada


Postby Johan » Apr 16, 2004 @ 7:32pm

Johan Sanneblad, M.Sc, Ph.D
GapiDraw Systems Architect
[]
User avatar
Johan
pm Member
 
Posts: 1843
Joined: Jan 12, 2002 @ 12:38pm
Location: Sweden


Postby mlepage » Apr 16, 2004 @ 7:55pm

www.scalenesoftware.com
Great games for your Palm and Pocket PC!
User avatar
mlepage
pm Insider
 
Posts: 1050
Joined: Aug 3, 2003 @ 4:47am
Location: Canada


Postby mlepage » Apr 17, 2004 @ 9:59pm

Are there any gotchas to using _stprintf on Palm?

Here's my situation. Things seem to be working now in my own application, but a few images aren't showing. I tried to collect all the HRESULTs from CreateSurface into an array to print out, to see what the problem is.

For the 19 images I see the HRESULTs like this:

0 0
0 1
0 2
0 3
and so on until
0 18

So it appears that all images are created with result 0 which is OK.

However, the weird thing is, that the numbers are printed in reverse. The first number should be the index, the second should be the result. My print looks like this:

_stprintf(str, TEXT("%d, %d"), n, hresultarray[n]);

Why would this occur? I know that function argument order of evaluation is undefined, but why would the order be incorrect even in the function itself?

Further, the fact that the images seem to be created OK sheds no light on the mystery of why they aren't showing for me. (Only some images, not all.)

OK, I printed just the result and two images return -32761 which I assume is out of memory. But why isn't %d OK for printing ints? It seems like %d wants two bytes but the int is four bytes, or something like that, which would explain the weird prints the first time.

Also, the images that don't load are the images that don't display, but there are still some images that did load but don't display. Actually, it's a font. The image created OK, but one font isn't working.

I'll look into things some more. Most everything else seems to be working. There are some rough edges, and of course, the issues with performance and image size, but on the whole things look promising.

Oh one more thing, on my Tungsten E, this program takes 33s to get by the GapiDraw splash screen (creating images and everything). There are only 19 images, about half under 20KB, the rest under 90KB, except one is 206KB. It's not a very big program, altogether it builds a PRC file that is 510KB.
www.scalenesoftware.com
Great games for your Palm and Pocket PC!
User avatar
mlepage
pm Insider
 
Posts: 1050
Joined: Aug 3, 2003 @ 4:47am
Location: Canada


Postby Johan » Apr 18, 2004 @ 8:36am

Johan Sanneblad, M.Sc, Ph.D
GapiDraw Systems Architect
[]
User avatar
Johan
pm Member
 
Posts: 1843
Joined: Jan 12, 2002 @ 12:38pm
Location: Sweden


Postby egarayblas » Apr 18, 2004 @ 11:14am

-- home of the think & tap games!
User avatar
egarayblas
pm Insider
 
Posts: 627
Joined: Sep 14, 2002 @ 1:50am
Location: Philippines


Postby Johan » Apr 18, 2004 @ 4:45pm

Johan Sanneblad, M.Sc, Ph.D
GapiDraw Systems Architect
[]
User avatar
Johan
pm Member
 
Posts: 1843
Joined: Jan 12, 2002 @ 12:38pm
Location: Sweden


Postby mlepage » Apr 18, 2004 @ 5:02pm

www.scalenesoftware.com
Great games for your Palm and Pocket PC!
User avatar
mlepage
pm Insider
 
Posts: 1050
Joined: Aug 3, 2003 @ 4:47am
Location: Canada


Next

Return to GapiDraw


Sort


Forum Description

The Cross-platform Graphics SDK for Palms, Pocket PCs, Symbian Devices, and Stationary PCs.

Moderators:

sponge, Johan

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron