Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ SQL » MySQL link error
Re: MySQL link error [message #28290 is a reply to message #28286] Thu, 26 August 2010 14:15 Go to previous messageGo to previous message
kagzer is currently offline  kagzer
Messages: 4
Registered: August 2010
Location: Hungary
Junior Member
----- Core ( MSC9 DEBUG DEBUG_FULL BLITZ WIN32 MSC ) (1 / 3)
----- plugin/z ( MSC9 DEBUG DEBUG_FULL BLITZ WIN32 MSC ) (2 / 3)
----- mysqlconsapp ( MAIN MSC9 DEBUG DEBUG_FULL BLITZ WIN32 MSC ) (3 / 3)
Linking...
mysqlconsapp.obj : error LNK2019: unresolved external symbol "public: bool __thiscall Upp::MySqlSession::Connect(char const *,char const *,char const *,char const *,int,char const *)" (?Connect@MySqlSession>@Upp@@QAE_NPBD000H0@Z) referenced in function "void __cdecl ConsoleMainFn_(void)" (?ConsoleMainFn_@@YAX
XZ)
mysqlconsapp.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall Upp::SqlSession::~SqlSession(void)" (??1SqlSession@Upp@@UAE>@XZ) referenced in function __unwindfunclet$??0MySqlSession@Upp@@QAE>@XZ$0
mysqlconsapp.obj : error LNK2019: unresolved external symbol "public: __thiscall Upp::SqlSession::SqlSession(void)" (??0SqlSession@Upp@@QAE>@XZ) referenced in function "public: __thiscall Upp::MySqlSession::MySqlSession(void)" (??0MySqlSession@Upp@@QAE>@XZ)
mysqlconsapp.obj : error LNK2001: unresolved external symbol "protected: virtual class Upp::SqlConnection * __thiscall Upp::MySqlSession::CreateConnection(void)" (?CreateConnection@MySqlSession>@Upp@@MAEPAVSqlConnection>@2>@XZ)
mysqlconsapp.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Upp::MySqlSession::Begin(void)" (?Begin@MySqlSession>@Upp@@UAEXXZ)
mysqlconsapp.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Upp::MySqlSession::Commit(void)" (?Commit@MySqlSession>@Upp@@UAEXXZ)
mysqlconsapp.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Upp::MySqlSession::Rollback(void)" (?Rollback@MySqlSession>@Upp@@UAEXXZ)
mysqlconsapp.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall Upp::SqlSession::GetTransactionLevel(void)const " (?GetTransactionLevel@SqlSession>@Upp@@UBEHXZ)
mysqlconsapp.obj : error LNK2001: unresolved external symbol "public: virtual class Upp::String __thiscall Upp::SqlSession::Savepoint(void)" (?Savepoint@SqlSession>@Upp@@UAE?AVString@2>@XZ)
mysqlconsapp.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Upp::SqlSession::RollbackTo(class Upp::String const &)" (?RollbackTo@SqlSession>@Upp@@UAEXABVString>@2@@Z)
mysqlconsapp.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Upp::MySqlSession::IsOpen(void)const " (?IsOpen@MySqlSession>@Upp@@UBE_NXZ)
mysqlconsapp.obj : error LNK2001: unresolved external symbol "public: virtual class Upp::Vector<class Upp::String> __thiscall Upp::MySqlSession::EnumUsers(void)" (?EnumUsers@MySqlSession>@Upp@@UAE?AV?$Vector@VString>@Upp@@@2>@XZ)
mysqlconsapp.obj : error LNK2001: unresolved external symbol "public: virtual class Upp::Vector<class Upp::String> __thiscall Upp::MySqlSession::EnumDatabases(void)" (?EnumDatabases@MySqlSession>@Upp@@UAE?AV?$Vector@VString>@Upp@@@2>@XZ)
mysqlconsapp.obj : error LNK2001: unresolved external symbol "public: virtual class Upp::Vector<class Upp::String> __thiscall Upp::MySqlSession::EnumTables(class Upp::String)" (?EnumTables@MySqlSession>@Upp@@UAE?AV?$Vector@VString>@Upp@@@2>@VString>@2@@Z)
mysqlconsapp.obj : error LNK2001: unresolved external symbol "public: virtual class Upp::Vector<class Upp::String> __thiscall Upp::SqlSession::EnumViews(class Upp::String)" (?EnumViews@SqlSession>@Upp@@UAE?AV?$Vector@VString>@Upp@@@2>@VString>@2@@Z)
mysqlconsapp.obj : error LNK2001: unresolved external symbol "public: virtual class Upp::Vector<class Upp::String> __thiscall Upp::SqlSession::EnumSequences(class Upp::String)" (?EnumSequences@SqlSession>@Upp@@UAE?AV?$Vector@VString>@Upp@@@2>@VString>@2@@Z)
mysqlconsapp.obj : error LNK2001: unresolved external symbol "public: virtual class Upp::Vector<struct Upp::SqlColumnInfo> __thiscall Upp::SqlSession::EnumColumns(class Upp::String,class Upp::String)" (?EnumColumns@SqlSession>@Upp@@UAE?AV?$Vector@USqlColumnInfo>@Upp@@@2>@VString>@2>@0>@Z)
mysqlconsapp.obj : error LNK2001: unresolved external symbol "public: virtual class Upp::Vector<class Upp::String> __thiscall Upp::SqlSession::EnumPrimaryKey(class Upp::String,class Upp::String)" (?EnumPrimaryKey@SqlSession>@Upp@@UAE?AV?$Vector@VString>@Upp@@@2>@VString>@2>@0>@Z)
mysqlconsapp.obj : error LNK2001: unresolved external symbol "public: virtual class Upp::String __thiscall Upp::SqlSession::EnumRowID(class Upp::String,class Upp::String)" (?EnumRowID@SqlSession>@Upp@@UAE?AVString@2>@V32>@0>@Z)
mysqlconsapp.obj : error LNK2001: unresolved external symbol "public: virtual class Upp::Vector<class Upp::String> __thiscall Upp::SqlSession::EnumReservedWords(void)" (?EnumReservedWords@SqlSession>@Upp@@UAE?AV?$Vector@VString>@Upp@@@2>@XZ)
mysqlconsapp.obj : error LNK2019: unresolved external symbol "bool __cdecl Upp::MySqlPerformScript(class Upp::String const &,struct Upp::StatementExecutor &,class Upp::Gate2<int,int>)" (?MySqlPerformScript@Upp@@YA_NABVString@1>@AAUStatementExecutor>@1>@V?$Gate2@HH>@1@@Z) referenced in function "public: virtual b
ool (__cdecl*__thiscall Upp::MySqlSession::GetRunScript(void)const )(class Upp::String const &,struct Upp::StatementExecutor &,class Upp::Gate2<int,int>)" (?GetRunScript@MySqlSession>@Upp@@UBEP6A_NABVString@2>@AAUStatementExecutor>@2>@V?$Gate2@HH>@2@@ZXZ)
mysqlconsapp.obj : error LNK2019: unresolved external symbol "public: void __thiscall Upp::MySqlSession::Close(void)" (?Close@MySqlSession>@Upp@@QAEXXZ) referenced in function "public: virtual __thiscall Upp::MySqlSession::~MySqlSession(void)" (??1MySqlSession@Upp@@UAE>@XZ)
C:\upp\out\MSC9.Debug.Debug_full\mysqlconsapp.exe : fatal error LNK1120: 22 unresolved externals

There were errors. (0:06.04)
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Connect to TWO databases
Next Topic: PostgreSQL and Mingw
Goto Forum:
  


Current Time: Wed May 15 11:55:39 CEST 2024

Total time taken to generate the page: 0.01660 seconds