 |
MySQLTalk.org MYSQL discussions groups
|
| View previous topic :: View next topic |
| Author |
Message |
Andre Sodermans Guest
|
Posted: Tue Mar 27, 2007 5:36 pm Post subject: VC++ express 2005 and msql++ |
|
|
I am trying to use msql++ with VC++ express 2005 and I have read
through the README.vc where it mentions that one has to turn 'managed
extensions' off. Is this still the case, i.e. can I use windows forms
or not?
I am getting the following linker errors when building a simple app
that uses windows forms:
1>Linking...
1>wfapp.obj : error LNK2020: unresolved token (06000044)
std.basic_string<char,std::char_traits<char>,std::allocator<char>
| Quote: | ::<MarshalCopy
1>wfapp.obj : error LNK2020: unresolved token (06000045) |
std.basic_string<char,std::char_traits<char>,std::allocator<char>
| Quote: | ::<MarshalDestroy
1>wfapp.obj : error LNK2028: unresolved token (0A00000C) "public: |
virtual __clrcall mysqlpp::BasicLock::~BasicLock(void)"
(??1BasicLock@mysqlpp@@$$FUAM@XZ) referenced in function "public:
virtual void * __clrcall mysqlpp::BasicLock::`vector deleting
destructor'(unsigned int)" (??_EBasicLock@mysqlpp@@$$FUAMPAXI@Z)
1>wfapp.obj : error LNK2028: unresolved token (0A00000D) "public:
virtual bool __clrcall mysqlpp::BasicLock::lock(void)"
(?lock@BasicLock@mysqlpp@@$$FUAM_NXZ) referenced in function "void
__clrcall `dynamic initializer for 'const mysqlpp::BasicLock::`local
vftable'''(void)"
(???__E??_SBasicLock@mysqlpp@@6B@@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2028: unresolved token (0A00000E) "public:
virtual void __clrcall mysqlpp::BasicLock::unlock(void)"
(?unlock@BasicLock@mysqlpp@@$$FUAMXXZ) referenced in function "void
__clrcall `dynamic initializer for 'const mysqlpp::BasicLock::`local
vftable'''(void)"
(???__E??_SBasicLock@mysqlpp@@6B@@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2028: unresolved token (0A00000F) "public:
virtual bool __clrcall mysqlpp::BasicLock::locked(void)const "
(?locked@BasicLock@mysqlpp@@$$FUBM_NXZ) referenced in function "void
__clrcall `dynamic initializer for 'const mysqlpp::BasicLock::`local
vftable'''(void)"
(???__E??_SBasicLock@mysqlpp@@6B@@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2028: unresolved token (0A000010) "public:
virtual void __clrcall mysqlpp::BasicLock::set(bool)"
(?set@BasicLock@mysqlpp@@$$FUAMX_N@Z) referenced in function "void
__clrcall `dynamic initializer for 'const mysqlpp::BasicLock::`local
vftable'''(void)"
(???__E??_SBasicLock@mysqlpp@@6B@@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2028: unresolved token (0A000020) "public:
__clrcall mysqlpp::Exception::Exception(class mysqlpp::Exception const
&)" (??0Exception@mysqlpp@@$$FQAM@ABV01@@Z) referenced in function
"???__E_CT??_R0?AVException@mysqlpp@@@8??0Exception@mysqlpp@@$$FQAM@ABV01@@Z44@@YMXXZ@?A0x9647d61a@@$$FYMXXZ"
(???__E_CT??_R0?AVException@mysqlpp@@@8??0Exception@mysqlpp@@$$FQAM@ABV01@@Z44@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2028: unresolved token (0A00002A) "public:
virtual __clrcall mysqlpp::BadQuery::~BadQuery(void)"
(??1BadQuery@mysqlpp@@$$FUAM@XZ) referenced in function
"???__E_TI3?AVBadQuery@mysqlpp@@@@YMXXZ@?A0x9647d61a@@$$FYMXXZ"
(???__E_TI3?AVBadQuery@mysqlpp@@@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2028: unresolved token (0A00002E) "public:
virtual __clrcall mysqlpp::EndOfResults::~EndOfResults(void)"
(??1EndOfResults@mysqlpp@@$$FUAM@XZ) referenced in function
"???__E_TI3?AVEndOfResults@mysqlpp@@@@YMXXZ@?A0x9647d61a@@$$FYMXXZ"
(???__E_TI3?AVEndOfResults@mysqlpp@@@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2028: unresolved token (0A00004B) "public:
__clrcall mysqlpp::BadQuery::BadQuery(class mysqlpp::BadQuery const &)"
(??0BadQuery@mysqlpp@@$$FQAM@ABV01@@Z) referenced in function
"???__E_CT??_R0?AVBadQuery@mysqlpp@@@8??0BadQuery@mysqlpp@@$$FQAM@ABV01@@Z44@@YMXXZ@?A0x9647d61a@@$$FYMXXZ"
(???__E_CT??_R0?AVBadQuery@mysqlpp@@@8??0BadQuery@mysqlpp@@$$FQAM@ABV01@@Z44@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2028: unresolved token (0A00004C) "public:
__clrcall mysqlpp::EndOfResults::EndOfResults(class
mysqlpp::EndOfResults const &)"
(??0EndOfResults@mysqlpp@@$$FQAM@ABV01@@Z) referenced in function
"???__E_CT??_R0?AVEndOfResults@mysqlpp@@@8??0EndOfResults@mysqlpp@@$$FQAM@ABV01@@Z44@@YMXXZ@?A0x9647d61a@@$$FYMXXZ"
(???__E_CT??_R0?AVEndOfResults@mysqlpp@@@8??0EndOfResults@mysqlpp@@$$FQAM@ABV01@@Z44@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2028: unresolved token (0A00005B) "public:
__clrcall std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >(void)"
(??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$FQAM@XZ)
referenced in function "public: __clrcall std::_Locinfo::_Locinfo(char
const *)" (??0_Locinfo@std@@$$FQAM@PBD@Z)
1>wfapp.obj : error LNK2028: unresolved token (0A000092) "public: class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > & __clrcall std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >::assign(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &)"
(?assign@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$FQAMAAV12@ABV12@@Z)
referenced in function "protected: virtual class
std::ostreambuf_iterator<char,struct std::char_traits<char> > __clrcall
std::num_put<char,class std::ostreambuf_iterator<char,struct
std::char_traits<char> > >::do_put(class
std::ostreambuf_iterator<char,struct std::char_traits<char> >,class
std::ios_base &,char,bool)const "
(?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@$$FMBM?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_N@Z)
1>wfapp.obj : error LNK2028: unresolved token (0A0000C5) "public: class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > & __clrcall std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >::append(char const
*,unsigned int)"
(?append@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$FQAMAAV12@PBDI@Z)
referenced in function "private: class
std::ostreambuf_iterator<char,struct std::char_traits<char> > __clrcall
std::num_put<char,class std::ostreambuf_iterator<char,struct
std::char_traits<char> > >::_Fput(class
std::ostreambuf_iterator<char,struct std::char_traits<char> >,class
std::ios_base &,char,char const *,unsigned int,unsigned int,unsigned
int,unsigned int)const "
(?_Fput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@$$FABM?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBDIIII@Z)
1>wfapp.obj : error LNK2028: unresolved token (0A0000C6) "public: class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > & __clrcall std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >::append(unsigned
int,char)"
(?append@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$FQAMAAV12@ID@Z)
referenced in function "private: class
std::ostreambuf_iterator<char,struct std::char_traits<char> > __clrcall
std::num_put<char,class std::ostreambuf_iterator<char,struct
std::char_traits<char> > >::_Fput(class
std::ostreambuf_iterator<char,struct std::char_traits<char> >,class
std::ios_base &,char,char const *,unsigned int,unsigned int,unsigned
int,unsigned int)const "
(?_Fput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@$$FABM?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBDIIII@Z)
1>wfapp.obj : error LNK2028: unresolved token (0A0000C7) "public: class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > & __clrcall std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >::insert(unsigned
int,unsigned int,char)"
(?insert@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$FQAMAAV12@IID@Z)
referenced in function "private: class
std::ostreambuf_iterator<char,struct std::char_traits<char> > __clrcall
std::num_put<char,class std::ostreambuf_iterator<char,struct
std::char_traits<char> > >::_Fput(class
std::ostreambuf_iterator<char,struct std::char_traits<char> >,class
std::ios_base &,char,char const *,unsigned int,unsigned int,unsigned
int,unsigned int)const "
(?_Fput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@$$FABM?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBDIIII@Z)
1>wfapp.obj : error LNK2028: unresolved token (0A0000C8) "public: char
& __clrcall std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::operator[](unsigned int)"
(??A?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$FQAMAADI@Z)
referenced in function "private: class
std::ostreambuf_iterator<char,struct std::char_traits<char> > __clrcall
std::num_put<char,class std::ostreambuf_iterator<char,struct
std::char_traits<char> > >::_Fput(class
std::ostreambuf_iterator<char,struct std::char_traits<char> >,class
std::ios_base &,char,char const *,unsigned int,unsigned int,unsigned
int,unsigned int)const "
(?_Fput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@$$FABM?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBDIIII@Z)
1>wfapp.obj : error LNK2028: unresolved token (0A000151) "public:
virtual short __clrcall mysqlpp::DateTime::compare(struct
mysqlpp::DateTime const &)const "
(?compare@DateTime@mysqlpp@@$$FUBMFABU12@@Z) referenced in function
"void __clrcall `dynamic initializer for 'const
mysqlpp::DateTime::`vftable'''(void)"
(???__E??_7DateTime@mysqlpp@@6B@@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2028: unresolved token (0A000159) "public:
virtual short __clrcall mysqlpp::Time::compare(struct mysqlpp::Time
const &)const " (?compare@Time@mysqlpp@@$$FUBMFABU12@@Z) referenced in
function "void __clrcall `dynamic initializer for 'const
mysqlpp::Time::`vftable'''(void)"
(???__E??_7Time@mysqlpp@@6B@@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2028: unresolved token (0A000164) "public:
virtual short __clrcall mysqlpp::Date::compare(struct mysqlpp::Date
const &)const " (?compare@Date@mysqlpp@@$$FUBMFABU12@@Z) referenced in
function "void __clrcall `dynamic initializer for 'const
mysqlpp::Date::`vftable'''(void)"
(???__E??_7Date@mysqlpp@@6B@@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2019: unresolved external symbol "public:
virtual __clrcall mysqlpp::BasicLock::~BasicLock(void)"
(??1BasicLock@mysqlpp@@$$FUAM@XZ) referenced in function "public:
virtual void * __clrcall mysqlpp::BasicLock::`vector deleting
destructor'(unsigned int)" (??_EBasicLock@mysqlpp@@$$FUAMPAXI@Z)
1>wfapp.obj : error LNK2019: unresolved external symbol "public:
__clrcall std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >(void)"
(??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$FQAM@XZ)
referenced in function "public: __clrcall std::_Locinfo::_Locinfo(char
const *)" (??0_Locinfo@std@@$$FQAM@PBD@Z)
1>wfapp.obj : error LNK2019: unresolved external symbol "public: class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > & __clrcall std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >::assign(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &)"
(?assign@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$FQAMAAV12@ABV12@@Z)
referenced in function "protected: virtual class
std::ostreambuf_iterator<char,struct std::char_traits<char> > __clrcall
std::num_put<char,class std::ostreambuf_iterator<char,struct
std::char_traits<char> > >::do_put(class
std::ostreambuf_iterator<char,struct std::char_traits<char> >,class
std::ios_base &,char,bool)const "
(?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@$$FMBM?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@D_N@Z)
1>wfapp.obj : error LNK2019: unresolved external symbol "public: char &
__clrcall std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::operator[](unsigned int)"
(??A?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$FQAMAADI@Z)
referenced in function "private: class
std::ostreambuf_iterator<char,struct std::char_traits<char> > __clrcall
std::num_put<char,class std::ostreambuf_iterator<char,struct
std::char_traits<char> > >::_Fput(class
std::ostreambuf_iterator<char,struct std::char_traits<char> >,class
std::ios_base &,char,char const *,unsigned int,unsigned int,unsigned
int,unsigned int)const "
(?_Fput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@$$FABM?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBDIIII@Z)
1>wfapp.obj : error LNK2019: unresolved external symbol "public: class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > & __clrcall std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >::insert(unsigned
int,unsigned int,char)"
(?insert@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$FQAMAAV12@IID@Z)
referenced in function "private: class
std::ostreambuf_iterator<char,struct std::char_traits<char> > __clrcall
std::num_put<char,class std::ostreambuf_iterator<char,struct
std::char_traits<char> > >::_Fput(class
std::ostreambuf_iterator<char,struct std::char_traits<char> >,class
std::ios_base &,char,char const *,unsigned int,unsigned int,unsigned
int,unsigned int)const "
(?_Fput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@$$FABM?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBDIIII@Z)
1>wfapp.obj : error LNK2019: unresolved external symbol "public: class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > & __clrcall std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >::append(unsigned
int,char)"
(?append@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$FQAMAAV12@ID@Z)
referenced in function "private: class
std::ostreambuf_iterator<char,struct std::char_traits<char> > __clrcall
std::num_put<char,class std::ostreambuf_iterator<char,struct
std::char_traits<char> > >::_Fput(class
std::ostreambuf_iterator<char,struct std::char_traits<char> >,class
std::ios_base &,char,char const *,unsigned int,unsigned int,unsigned
int,unsigned int)const "
(?_Fput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@$$FABM?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBDIIII@Z)
1>wfapp.obj : error LNK2019: unresolved external symbol "public: class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > & __clrcall std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >::append(char const
*,unsigned int)"
(?append@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$$FQAMAAV12@PBDI@Z)
referenced in function "private: class
std::ostreambuf_iterator<char,struct std::char_traits<char> > __clrcall
std::num_put<char,class std::ostreambuf_iterator<char,struct
std::char_traits<char> > >::_Fput(class
std::ostreambuf_iterator<char,struct std::char_traits<char> >,class
std::ios_base &,char,char const *,unsigned int,unsigned int,unsigned
int,unsigned int)const "
(?_Fput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@$$FABM?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPBDIIII@Z)
1>wfapp.obj : error LNK2019: unresolved external symbol "public:
__clrcall mysqlpp::BadQuery::BadQuery(class mysqlpp::BadQuery const &)"
(??0BadQuery@mysqlpp@@$$FQAM@ABV01@@Z) referenced in function
"???__E_CT??_R0?AVBadQuery@mysqlpp@@@8??0BadQuery@mysqlpp@@$$FQAM@ABV01@@Z44@@YMXXZ@?A0x9647d61a@@$$FYMXXZ"
(???__E_CT??_R0?AVBadQuery@mysqlpp@@@8??0BadQuery@mysqlpp@@$$FQAM@ABV01@@Z44@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2019: unresolved external symbol "public:
__clrcall mysqlpp::Exception::Exception(class mysqlpp::Exception const
&)" (??0Exception@mysqlpp@@$$FQAM@ABV01@@Z) referenced in function
"???__E_CT??_R0?AVException@mysqlpp@@@8??0Exception@mysqlpp@@$$FQAM@ABV01@@Z44@@YMXXZ@?A0x9647d61a@@$$FYMXXZ"
(???__E_CT??_R0?AVException@mysqlpp@@@8??0Exception@mysqlpp@@$$FQAM@ABV01@@Z44@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2019: unresolved external symbol "public:
__clrcall mysqlpp::EndOfResults::EndOfResults(class
mysqlpp::EndOfResults const &)"
(??0EndOfResults@mysqlpp@@$$FQAM@ABV01@@Z) referenced in function
"???__E_CT??_R0?AVEndOfResults@mysqlpp@@@8??0EndOfResults@mysqlpp@@$$FQAM@ABV01@@Z44@@YMXXZ@?A0x9647d61a@@$$FYMXXZ"
(???__E_CT??_R0?AVEndOfResults@mysqlpp@@@8??0EndOfResults@mysqlpp@@$$FQAM@ABV01@@Z44@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2019: unresolved external symbol "public:
virtual __clrcall mysqlpp::BadQuery::~BadQuery(void)"
(??1BadQuery@mysqlpp@@$$FUAM@XZ) referenced in function
"???__E_TI3?AVBadQuery@mysqlpp@@@@YMXXZ@?A0x9647d61a@@$$FYMXXZ"
(???__E_TI3?AVBadQuery@mysqlpp@@@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2019: unresolved external symbol "public:
virtual __clrcall mysqlpp::EndOfResults::~EndOfResults(void)"
(??1EndOfResults@mysqlpp@@$$FUAM@XZ) referenced in function
"???__E_TI3?AVEndOfResults@mysqlpp@@@@YMXXZ@?A0x9647d61a@@$$FYMXXZ"
(???__E_TI3?AVEndOfResults@mysqlpp@@@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2019: unresolved external symbol "public:
virtual void __clrcall mysqlpp::BasicLock::set(bool)"
(?set@BasicLock@mysqlpp@@$$FUAMX_N@Z) referenced in function "void
__clrcall `dynamic initializer for 'const mysqlpp::BasicLock::`local
vftable'''(void)"
(???__E??_SBasicLock@mysqlpp@@6B@@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2019: unresolved external symbol "public:
virtual bool __clrcall mysqlpp::BasicLock::locked(void)const "
(?locked@BasicLock@mysqlpp@@$$FUBM_NXZ) referenced in function "void
__clrcall `dynamic initializer for 'const mysqlpp::BasicLock::`local
vftable'''(void)"
(???__E??_SBasicLock@mysqlpp@@6B@@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2019: unresolved external symbol "public:
virtual void __clrcall mysqlpp::BasicLock::unlock(void)"
(?unlock@BasicLock@mysqlpp@@$$FUAMXXZ) referenced in function "void
__clrcall `dynamic initializer for 'const mysqlpp::BasicLock::`local
vftable'''(void)"
(???__E??_SBasicLock@mysqlpp@@6B@@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2019: unresolved external symbol "public:
virtual bool __clrcall mysqlpp::BasicLock::lock(void)"
(?lock@BasicLock@mysqlpp@@$$FUAM_NXZ) referenced in function "void
__clrcall `dynamic initializer for 'const mysqlpp::BasicLock::`local
vftable'''(void)"
(???__E??_SBasicLock@mysqlpp@@6B@@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2019: unresolved external symbol "public:
virtual short __clrcall mysqlpp::DateTime::compare(struct
mysqlpp::DateTime const &)const "
(?compare@DateTime@mysqlpp@@$$FUBMFABU12@@Z) referenced in function
"void __clrcall `dynamic initializer for 'const
mysqlpp::DateTime::`vftable'''(void)"
(???__E??_7DateTime@mysqlpp@@6B@@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2019: unresolved external symbol "public:
virtual short __clrcall mysqlpp::Date::compare(struct mysqlpp::Date
const &)const " (?compare@Date@mysqlpp@@$$FUBMFABU12@@Z) referenced in
function "void __clrcall `dynamic initializer for 'const
mysqlpp::Date::`vftable'''(void)"
(???__E??_7Date@mysqlpp@@6B@@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>wfapp.obj : error LNK2019: unresolved external symbol "public:
virtual short __clrcall mysqlpp::Time::compare(struct mysqlpp::Time
const &)const " (?compare@Time@mysqlpp@@$$FUBMFABU12@@Z) referenced in
function "void __clrcall `dynamic initializer for 'const
mysqlpp::Time::`vftable'''(void)"
(???__E??_7Time@mysqlpp@@6B@@@YMXXZ@?A0x9647d61a@@$$FYMXXZ)
1>C:\edev\wfapp\Debug\wfapp.exe : fatal error LNK1120: 40 unresolved
externals
cheers
____________________________________________________________________________________
Finding fabulous fares is fun.
Let Yahoo! FareChase search your favorite travel sites to find flight and hotel bargains.
http://farechase.yahoo.com/promo-generic-14795097 |
|
| Back to top |
|
 |
Warren Young Guest
|
Posted: Wed Mar 28, 2007 8:47 am Post subject: Re: VC++ express 2005 and msql++ |
|
|
Andre Sodermans wrote:
| Quote: | I am trying to use msql++ with VC++ express 2005 and I have read
through the README.vc where it mentions that one has to turn 'managed
extensions' off. Is this still the case, i.e. can I use windows forms
or not?
|
It may be possible if you change the MySQL++ library build settings to
make it a managed library, but that's way, way beyond both my competence
and my interest right now. All I can do to really help right now is
accept patches -- whether to the documentation or the code -- from
people who actually care about this aspect of things.
You should continue this in the following thread, which revolves around
essentially the same issue:
http://lists.mysql.com/plusplus/6468 |
|
| Back to top |
|
 |
Andre Sodermans Guest
|
Posted: Thu Mar 29, 2007 4:12 am Post subject: Re: VC++ express 2005 and msql++ |
|
|
| Quote: | It may be possible if you change the MySQL++ library build settings
to
make it a managed library, but that's way, way beyond both my
competence
and my interest right now. All I can do to really help right now is
accept patches -- whether to the documentation or the code -- from
people
who actually care about this aspect of things.
You should continue this in the following thread, which revolves
around
essentially the same issue:
http://lists.mysql.com/plusplus/6468
|
I was facing a couple of difficulties at first with using msql++ and
VC++
express 2005, but all those were caused by funky defaults in VC++.
After I
figured those out, the mysql++ library and samples were working just
fine.
It is really nice to see a database come alive in just a couple of
lines of
code thanks to mysql++.
I did get my windows forms app to work but I got too frustrated with
the
different syntax for managed code (but that's probably just me). I got
some
help from the original author of the thread you are referring to and
I'll
post some comments over there for the people that want to go that
route.
____________________________________________________________________________________
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
http://videogames.yahoo.com/platform?platform=120121 |
|
| Back to top |
|
 |
Andre Sodermans Guest
|
Posted: Thu Mar 29, 2007 8:29 pm Post subject: Re: VC++ express 2005 and msql++ |
|
|
I just wanted to mention that I abandoned Windows Forms and are now
using mysql++ with vxWidgets as per the recommendation of mysql++
author in the FAQ. I'm still using VC++ though for building my apps,
just not the gui designer in VC++ - instead I decided to use
wxFormBuilder which works very nicely.
____________________________________________________________________________________
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=list&sid=396546091 |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|