.ad 8
.bm 8
.fm 4
.bt $Copyright (c) 2000-2005 SAP AG$$Page %$
.tm 12
.hm 6
.hs 3
.tt 1 $SQL$Project Distributed Database System$VPA00VRC$
.tt 2 $$$
.TT 3 $BurkhardD$WINDOWS DIALOG HEADER$1999-11-08$
***********************************************************
.nf

.nf

.nf

    ========== licence begin  GPL
    Copyright (c) 2000-2005 SAP AG

    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
    as published by the Free Software Foundation; either version 2
    of the License, or (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    ========== licence end
.fo


.fo


.fo
Module  :
=========
.sp
Purpose :
.CM *-END-* purpose -------------------------------------
Define  :
.CM *-END-* define --------------------------------------
Use     :
.CM *-END-* use -----------------------------------------
Synonym :
.CM *-END-* synonym -------------------------------------
.sp;.cp 3
Author  : BurkhardD
.sp
.cp 3
Created : 12-07-1995
.sp
.cp 3
Version : 1994-07-12
.sp
.cp 3
Release :      Date : 1999-11-08
.sp
Specification:
.CM *-END-* specification -------------------------------
.sp 2
***********************************************************
.sp
.cp 10
.fo
.oc _/1
Description:
.CM *-END-* description ---------------------------------
.sp 2
***********************************************************
.sp
.cp 10
.nf
.oc _/1
Structure:
.CM *-END-* structure -----------------------------------
.sp 2
**********************************************************
.sp
.cp 10
.nf
.CM -lll-
Code    :
#ifndef RC_INVOKED
#ifdef DEBUG
#else
#line 66 "vpa00vrc"
#endif
#endif

/* B.D 14.8.95 */
/* Note concatenated strings must seperated by spaces RC need this. */

#define API_PROD_NAME		PROD_NAME_SP100
#define API_COMPANY_NAME	COMPANY_NAME_SP100
#define API_COPYRIGHT		COPYRIGHT_RC_SP100

#define API_DRIVER_CL		"0.0"
#define API_DRIVER_CL_NUM       0x0000
#define API_VERSION		MAJOR_VERSION_NO_STR_SP100 "." MINOR_VERSION_NO_STR_SP100 "." CORRECTION_LEVEL_STR_SP100
#define API_FILEVERSION		MAJOR_VERSION_NO_SP100, MINOR_VERSION_NO_SP100, CORRECTION_LEVEL_SP100, BUILD_PREFIX_SP100
#define API_DRIVER_VER  	API_VERSION "." API_DRIVER_CL
#define API_DRIVER_ODBC_VER 	"03.51"

#ifdef WIN32
#define API_DRIVER_NAME "sqlod32.dll"
#define API_DRIVER_SETUP_NAME "sqlsp32.dll"
#define API_MSG_PREFIX "["API_COMPANY_NAME"][SQLOD32 DLL]"
#else
#ifndef WIN
#define API_DRIVER_NAME "libsqlod.so"
#define API_MSG_PREFIX "["API_COMPANY_NAME"][LIBSQLOD SO]"
#else
#define API_DRIVER_NAME "sqlodbc.dll"
#define API_DRIVER_SETUP_NAME "sqlodsp.dll"
#define API_MSG_PREFIX "["API_COMPANY_NAME"][SQLODBC DLL]"
#endif /* WIN */
#endif /* WIN32 */

#define API_DATABASE_NAME API_PROD_NAME " DATABASE"
#define API_DBMS_NAME API_PROD_NAME
#define API_DBMS_VER  API_VERSION ".0000 " API_PROD_NAME " " API_VERSION

#define ODBCDR_TITLE		API_DBMS_NAME " ODBC Driver\0"
#define ODBCSP_TITLE		API_DBMS_NAME " ODBC Setup\0"
#define ODBCIN_TITLE		API_DBMS_NAME " ODBC Installer\0"

.CM *-END-* code ----------------------------------------
.SP 2 
***********************************************************
