Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
mysql openssl Question
mysql:it 's a db not a dbms how it 's possible?!
Does the binary log enabling affect the MySQL performances?
Strange behavior, Table Level Permission
FULLTEXT query format question
Preventing Duplicate Entries
Comparing and writing out BLOBS
Executing MySQL Commands From Within C Program
Can 't access mysql after kernel upgrade
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Downgrade Mysql from 4 to 3 23
MySQL Cluster Software
mysql test 4 1 fails with the gis test
ERROR 2002: Can 't connect to local MySQL server through socket
Getting Identity after INSERT
Update one field with more fields from another table
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
mysql have same function mthod as Oracle decode()
 
error C2065: 'ulong ' : undeclared identifier

error C2065: 'ulong ' : undeclared identifier

2006-12-17       - By james pruett

 Back
Reply:     1     2     3     4     5     6  

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 (See http://qld-5.ora-code.com).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 */