Introduction
------------

This is the source code for wxCard program: an accompanying example to the
article about using wxWindows. wxCard is a vCard viewer using wxWindows.

Building under Win32
--------------------

NB: You will need Visual C++ 6.0 or greater to build the program.

You will need wxWindows library to build. You can get the precompiled binaries
of wxMSW DLL from here:

             http://www.wxwindows.org/vadim/wxDocs/binaries.html

Or compile them yourself following the instructions on the bottom of the same
page.

Then open the wxcard.dsw workspace, choose either ANSI or Unicode project and
build the program as usual.

Building under Unix
-------------------

NB: You will need wxGTK installed on your system, either from sources or
    from RPM or Debian package.

The package uses GNU autoconf, so just run "./configure" as usual, then "make"
and "make install" (you can also run the program uninstalled but the message
catalogs will not be found then).

Using the program
-----------------

Run "wxCard --help" to get the list of command line options. The GUI interface
should be self explanatory except maybe for the image buttons in the dialog:
right click them to bring a popup menu, click them to change the image.

You can use the example vz.vcf vCard included in the distribution or create
your own one.
