Click here to Skip to main content
15,885,366 members
Articles / Mobile Apps

PocketWine

Rate me:
Please Sign up or sign in to vote.
3.50/5 (6 votes)
17 Aug 2000CPOL 105.6K   409   34   14
A wine database for Pocket Windows.

About PocketWine

PocketWine is a small database for keeping track of the wines you have tried.

I have written this utility for two reasons.

When standing in the supermarket or at the wine dealer, it can be difficult to remember if you have tried a certain wine before, and if so, how it was.

The other reason for writing this program is that I recently got my hands on a Pocket PC (a Casio Cassiopeia E-115) and the resource kit from Microsoft. I was curious to see how difficult it would be to write software for this new platform - and it seems that it wasn’t.

What you need

To compile the source code you will need a Windows PC with Embedded Visual C++ 3.0, which can be obtained from Microsoft for a nominal fee. You will also need a Pocket PC with Windows CE 3.0 to execute the program.

The project

I will not go into details about the project since it is fairly standard MFC stuff. I'm glad to say that I have not really discovered any pitfalls when writing this - my first Pocket PC application. It was only a couple of times that I discovered that certain API calls were not available.

If you have written Windows programs before you can leverage you existing knowledge 99%. Of course if you want to take advantage of the specific Pocket PC features, you will have to learn new API's and interfaces.

The eMbedded Visual C++ compiler is pretty stable, the documentation is adequate and there are lots of samples provided. All in all very good conditions for starting your own Pocket PC development project.

Installation

Just copy the PocketWine executable (PocketWine.exe) to a folder on you Pocket PC. A good place could be '\Windows\Start Menu\Programs'. You should have at least 250 Kb free application memory.

The executable has only been compiled for the MIPS processor and has only been tested with the Casio E-115, but it should work all right with other processor brands.

If you would like an executable for another platform, recompile it yourself or contact me for a version compiled for you brand of PocketPC.

If you would like to backup your data created in PocketWine, you should copy the file ‘pocketwine', which is located in the root of 'My Device'.

The source code

The source code for this program is freely available, and it may be altered and used in any way you wish, as long as the program are not sold for profit without explicit written permission from the author. The executable has been compiled with Microsoft eMbedded Visual C++ v.3.0 on Windows 2000 Professional.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Denmark Denmark
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralMy vote of 1 Pin
perlsol26-Nov-09 7:40
perlsol26-Nov-09 7:40 
GeneralPlease show me the road Pin
bigshervin22-Mar-07 22:03
bigshervin22-Mar-07 22:03 
Questioncan I compile in visual c++ 2005? Pin
bigshervin22-Mar-07 21:54
bigshervin22-Mar-07 21:54 
Generalerror Pin
izkaB13-Nov-06 10:02
izkaB13-Nov-06 10:02 
QuestionLinker Error when compile for ARM !! Pin
mtode6-Sep-06 4:03
mtode6-Sep-06 4:03 
AnswerRe: Linker Error when compile for ARM !! Pin
paratracker15-Oct-06 22:08
paratracker15-Oct-06 22:08 
Questioncan this program work in xda2 wm5? Pin
chewzzqq20-Nov-05 16:16
chewzzqq20-Nov-05 16:16 
GeneralNew entries change name of previous entries Pin
Anonymous2-Apr-04 5:51
Anonymous2-Apr-04 5:51 
GeneralNew entries change name of previous entries Pin
50cals2-Apr-04 5:50
50cals2-Apr-04 5:50 
GeneralAlright then Pin
Arvind2319-Aug-00 13:42
Arvind2319-Aug-00 13:42 
QuestionWhat wine do you recommend us? Pin
Masaaki Onishi18-Aug-00 18:07
Masaaki Onishi18-Aug-00 18:07 
AnswerRe: What wine do you recommend us? Pin
Christian Skovdal Andersen10-Aug-03 11:00
Christian Skovdal Andersen10-Aug-03 11:00 
GeneralRe: What wine do you recommend us? Pin
riki_risnandar13-Mar-04 1:31
riki_risnandar13-Mar-04 1:31 
GeneralNext killer app Pin
David Saulnier18-Aug-00 9:06
David Saulnier18-Aug-00 9:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.