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

Tutorial 3


Tutorial 3

Postby Phantom » Jul 18, 2001 @ 6:21am

The third installment of my Game and Graphics Coding tutorial is now online at http://pizza.hvu.nl/~kouwenhs/tech.htm .<br>Enjoy.<br>- Jacco.
Phantom
 


Re: Tutorial 3

Postby Dan East » Jul 18, 2001 @ 9:46am

Great info Jacco!<br><br>Dan East
User avatar
Dan East
Site Admin
 
Posts: 5264
Joined: Jan 25, 2001 @ 5:19pm
Location: Virginia, USA


Re: Tutorial 3

Postby Malmer » Jul 20, 2001 @ 9:14am

Jacco, why don't you get a domain of your own?
All your base are belong to us
User avatar
Malmer
pm Member
 
Posts: 768
Joined: Apr 26, 2001 @ 5:15pm
Location: Sweden


Re: Tutorial 3

Postby Shawn Wineholt » Jul 20, 2001 @ 3:00pm

I will give him a domain name to keep for free and hosting for 3 years if he or anyone else can teach me PocketPC programming!!  PS I live in Los Angeles <br><br>(btw the name in question is GothamGames.com (I like Batman what can I say))
Shawn Wineholt
 


Re: Tutorial 3

Postby Moose or Chuck » Jul 20, 2001 @ 3:09pm

Dammit! If only I had spent the last two weeks writing a PocketPC programming tutorial instead of sleeping I could have a free domain name and hosting for 3 years!!!<br>DAMN YOU, SATAN! MY IDLE HANDS WILL NO LONGER BE A TOOL FOR MY DESTRUCTION!
Moose or Chuck
 


Re: Tutorial 3

Postby ShawnWineholt » Jul 20, 2001 @ 3:11pm

You're Hillarious!  Does this mean I need to go read a book instead of trying to get taught this way?  I think that Jonathan Harbour has a good one : Game Programming with Gapi or something like that... any thoughts?
ShawnWineholt
pm Member
 
Posts: 6
Joined: Jul 20, 2001 @ 3:11pm


Re: Tutorial 3

Postby Moose or Chuck » Jul 20, 2001 @ 3:14pm

<br>This is a good one. . And it's good for more than just game programming, it goes through the entire process, along with teaching you GAPI and everything else gaming related.
Moose or Chuck
 


Re: Tutorial 3

Postby Moose or Chuck » Jul 20, 2001 @ 3:17pm

Does this mean I get a free domain and hosting now? No one would visit my site so it wouldn't take up much bandwidth :)
Moose or Chuck
 


Re: Tutorial 3

Postby ShawnWineholt » Jul 20, 2001 @ 3:20pm

Yup!! That's exactly the book I meant.  The thing is I have a few years of PHP/Flash/HTML/Director experience but no WIN stuff (i.e. compiling, etc is a mystery).  That is why I thought sitting down with a knowledgeable PocketPC Programmer might be a good thing.  Do you know of any resources or people in Los Angeles where I could go to do just that?<br>
ShawnWineholt
pm Member
 
Posts: 6
Joined: Jul 20, 2001 @ 3:11pm


Re: Tutorial 3

Postby Moose or Chuck » Jul 20, 2001 @ 3:22pm

Oh, if you have no C++ skills then starting with that book may not be the best idea. Uhm... I don't know anyone in any area that just sits down and teachs you one on one. But I'm sure there are classes at your local college, school, or even library that would be a big help.
Moose or Chuck
 


Re: Tutorial 3

Postby ShawnWineholt » Jul 20, 2001 @ 3:26pm

OK here is a stupid newbie question feel free to edit it out later.... I take it then that c++ is the language you use to program a PocketPC yes?<br><br>I thought it had its own language really... Told you I was new at this.<br><br>Ok then so basically I just look on the web for C++ tutorials then right?<br><br>(btw this is very helpful info thanks)
ShawnWineholt
pm Member
 
Posts: 6
Joined: Jul 20, 2001 @ 3:11pm


Re: Tutorial 3

Postby Paul » Jul 20, 2001 @ 3:26pm

WIN WIN WIN WIN WIN WIN<br><br>lets see kazaa add da linkz
Paul
pm Insider
 
Posts: 9835
Joined: Apr 2, 2001 @ 3:15pm
Location: California


Re: Tutorial 3

Postby Moose or Chuck » Jul 20, 2001 @ 3:37pm

Speaking of which. Paul, did you download the source zip file from my tutorial page and test it out?
Moose or Chuck
 


Re: Tutorial 3

Postby Moose or Chuck » Jul 20, 2001 @ 3:39pm

Yep. WindowsCE uses C++ just like any other OS in the world. But you'll need a special compiler to build apps for the various processors.<br><br>Here you go, download this for free if you've got a phat pipe, or order it for 8$ s&h. Then you can get started. But the PocketPC doesn't have directX, only GAPI, which is quite different. And be sure to use UNICODE.<br><br>(ex: <br>MessageBox(NULL,"Message","TITLE",MB_CANCEL) is bad, it uses strings. On the PocketPC you'd have to write the code like this:<br>MessageBox(NULL,TEXT("Message" ),TEXT("TITLE" ),MB_CANCEL)<br>It's not really a nuissance, but you just have to remember that.)<br><br>Those two things, GAPI and UNICODE, are the only real differences, except some stripped down header files and less functions built in.<br><br>EDIT: Those miserable smilies!
Moose or Chuck
 


Re: Tutorial 3

Postby Paul » Jul 20, 2001 @ 3:41pm

i might have downloaded it, i definitely havent opened it though.
Paul
pm Insider
 
Posts: 9835
Joined: Apr 2, 2001 @ 3:15pm
Location: California


Next

Return to Windows Mobile


Sort


Forum Description

General Windows Mobile discussion for end-users. Hardware, software, etc. This is also the forum to post your product announcements and other news.

Moderators:

Dan East, sponge, Kevin Gelso, RICoder, Chris Edwards

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