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
Subject: mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Subject: Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
Subject: MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Subject: Re: Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
Many Linker Errors attempting to build mysqlpp.dll VS2005 on winXP pro 64-bit

Many Linker Errors attempting to build mysqlpp.dll VS2005 on winXP pro 64-bit

2007-11-15       - By John Landrum

 Back
I'm attempting to build the project included with the mysql++ 2.3.2
release on a XP 64 bit machine using Visual Studio 2005.
I have already installed MySQL 5.0.
I have changed all references to the correct folder for it E:\Program
Files\MySQL\My SQL Server 5.0\ etc etc etc.
On attempting to build, more than one project fails however I believe
the root of the rest of the failures probably stems from the failure
of this main mysqlpp.dll.

I couldn't attach all the linker errors because it made the email too
big there are 317 of them
but I think you can see a pattern in these but it doesn't make any
sense to me someone else
might know what it means. I think most of the .obj files there just
show up over and over again.
Then you have the same symbol repeat for them then another symbol
repeating for them etc.
Here is a very small portion of my massive list of linker errors. And
thanks for any help. I
have looked at other linker problems in the list and didn't see
anything similar to this.
I'm afraid it might be something to do with the 64 bit version of
MySQL or the OS but I really hope not.

-- --- Rebuild All started: Project: mysqlpp, Configuration: Debug Win32 -- ---
Deleting intermediate and output files for project 'mysqlpp',
configuration 'Debug|Win32'
Compiling...
coldata.cpp
connection.cpp
datetime.cpp
field_names.cpp
field_types.cpp
fields.cpp
manip.cpp
myset.cpp
mysql++.cpp
qparms.cpp
query.cpp
result.cpp
row.cpp
sql_string.cpp
string_util.cpp
transaction.cpp
type_info.cpp
vallist.cpp
Generating Code...
Compiling manifest to resources...
Linking...
 Creating library Debug\mysqlpp.lib and object Debug\mysqlpp.exp
vallist.obj : error LNK2019: unresolved external symbol _mysql_close@(protected)
referenced in function "public: void __thiscall
mysqlpp::Connection::close(void)" (?close@(protected)@(protected)@@(protected))
row.obj : error LNK2001: unresolved external symbol _mysql_close@(protected)
sql_string.obj : error LNK2001: unresolved external symbol _mysql_close@(protected)
transaction.obj : error LNK2001: unresolved external symbol _mysql_close@(protected)
type_info.obj : error LNK2001: unresolved external symbol _mysql_close@(protected)
mysql++.obj : error LNK2001: unresolved external symbol _mysql_close@(protected)
qparms.obj : error LNK2001: unresolved external symbol _mysql_close@(protected)
query.obj : error LNK2001: unresolved external symbol _mysql_close@(protected)
result.obj : error LNK2001: unresolved external symbol _mysql_close@(protected)
field_types.obj : error LNK2001: unresolved external symbol _mysql_close@(protected)
fields.obj : error LNK2001: unresolved external symbol _mysql_close@(protected)
manip.obj : error LNK2001: unresolved external symbol _mysql_close@(protected)
myset.obj : error LNK2001: unresolved external symbol _mysql_close@(protected)
coldata.obj : error LNK2001: unresolved external symbol _mysql_close@(protected)
connection.obj : error LNK2001: unresolved external symbol _mysql_close@(protected)
datetime.obj : error LNK2001: unresolved external symbol _mysql_close@(protected)
field_names.obj : error LNK2001: unresolved external symbol _mysql_close@(protected)
vallist.obj : error LNK2019: unresolved external symbol _mysql_error@(protected)
referenced in function "public: char const * __thiscall
mysqlpp::Connection::error(void)"
(?error@(protected)@(protected)@@(protected))

--
--John 8:32
--The Truth will set you free.
--God bless.
--The only way you'll ever get anywhere with your secret crush is to
let the secret out to them ... not by forwarding this e-mail.

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe:    http://lists.mysql.com/plusplus?unsub=mysql@(protected)