I am getting the following build errors when trying to compile the simple1
or simple2 examples with Borland BDS 2006:
[C++ Error] convert.h(109): E2268 Call to undefined function 'strtoll'
[C++ Error] convert.h(110): E2268 Call to undefined function 'strtoull'
[C++ Error] null.h(150): E2468 Value of type void is not allowed
[C++ Error] null.h(177): E2466 void & is not a valid type
[C++ Error] null.h(203): E2466 void & is not a valid type
[C++ Error] null.h(214): E2466 void & is not a valid type
[C++ Error] null.h(248): E2238 Multiple declaration for
'Null<void,NullisNull>::Null(const null_type &)'
[C++ Error] null.h(191): E2344 Earlier declaration of
'Null<void,NullisNull>::Null(const null_type &)'
[C++ Error] null.h(254): E2238 Multiple declaration for
'Null<void,NullisNull>::operator =(const null_type &)'
[C++ Error] null.h(225): E2344 Earlier declaration of
'Null<void,NullisNull>::operator =(const null_type &)'
Compiled the MySQL++ into a library without problem, added both binary lib
and header files to project,
Also added Mysqllib.lib to the project and mysql header files (using MYSQL
5).
Any help would be appreciated.
Fred.