thanks for helping guys. I have struggled, but I feel the love from your
list!
I get real close to compiling the lib for your examples, but I have one
silly error.
Since a am a newbie, I thought I would ask the professionals!
-jim pruett
gpscruise.com
1>Compiling...
1>connection.cpp
1>.\connection.cpp(165) : error C2065: 'ulong' : undeclared identifier
1>.\connection.cpp(165) : error C2143: syntax error : missing ')' before
'constant'
1>.\connection.cpp(165) : error C2059: syntax error : ')'
1>Build log was saved at "
file://c:\gpscruise\mysql++-2.1.1\lib\Debug\mysqlpp\BuildLog.htm"
1>mysqlpp - 3 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
----------------------------------------------------------------------------------------------------------------------------------
Microsoft Visual Studio 2005
Version 8.0.50727.42 (RTM.050727-4200)
Microsoft .NET Framework
Version 2.0.50727
Installed Edition: VC Express
Microsoft Visual C++ 2005 76542-000-0000011-00125
Microsoft Visual C++ 2005
----------------------------------------------------------------------------------------------------------------------------------------
-----------------C:\MySQLcomplete\include\mysql_version.h--------------------------------------------------------
/* Copyright Abandoned 1996, 1999, 2001 MySQL AB
This file is public domain and comes with NO WARRANTY of any kind */
/* Version numbers for protocol & mysqld */
#ifndef _mysql_version_h
#define _mysql_version_h
#ifdef _CUSTOMCONFIG_
#include <custom_conf.h>
#else
#define PROTOCOL_VERSION 10
#define MYSQL_SERVER_VERSION "5.0.27"
#define MYSQL_BASE_VERSION "mysqld-5.0"
#define MYSQL_SERVER_SUFFIX_DEF "-community-max-nt"
#define FRM_VER 6
#define MYSQL_VERSION_ID 50027
#define MYSQL_PORT 3306
#define MYSQL_UNIX_ADDR "/tmp/mysql.sock"
#define MYSQL_CONFIG_NAME "my"
#define MYSQL_COMPILATION_COMMENT "MySQL Community Edition - Max (GPL)"
/* mysqld compile time options */
#endif /* _CUSTOMCONFIG_ */
#ifndef LICENSE
#define LICENSE GPL
#endif /* LICENSE */
#endif /* _mysql_version_h */