*** Release Notes for SEE Version 3.2 ***

The file extension for include files was changed from ".BAS" in previous
versions of SEE4PB to ".PBI" in version 3.2.  See SEE32.PBI, KEYCODE.PBI,
and GETARGS.PBI.

The following applies ONLY if you are upgrading from version 2.1 or earlier.

   *** CHANGE 1: Two new functions were added: seeAttach and seeRelease.

seeAttach(N,KeyCode) must be called before any other code, where N = the
number of threads (numbered from 0) to be used. Use N = 1 if you will
not be using threads. Refer to the STAT.BAS program for an example.

seeRelease() must be called just before exiting your application. Do
NOT call seeRelease more than once.

   *** CHANGE 2: The thread number must be passed as the first argument
                 in the following SEE functions:

seeDebug
seeDeleteEmail
seeDriver
seeErrorText
seeGetEmailCount
seeGetEmailFile
seeGetEmailLines
seeGetEmailSize
seeGetEmailUID
seeIntegerParam
seePop3Connect
seeSendEmail
seeSmtpConnect
seeStatistics
seeStringParam
seeVerifyUser

Use 0 for the thread number argument if you will not be using threads.
Refer to the STAT.BAS program for an example.

*** KEYCODE ***

Version 3.0 and 3.1 requires that you pass a "key code" (32-bit integer)
as the second argument to seeAttach. Use 0 for the shareware version.
For the registered version, you will be issued a key that matches your
registered DLL's, placed in KEYCODE.BAS.

Error code -74 (SEE_BAD_KEY_CODE) is returned if the wrong key code is
passed.

[END]

