  | | | MySQL++ | Hi
Would it be possible to update the libtool used when building the
release tarballs to something newer than 1.4.3? 1.4.3 is pretty old
(released 2002-10-22) the 1.5.x releases contain many improI know this is a stupid question but I 'm having a brain fart today.
I 'm trying to compile and link my application with mysql++. I an doing the
following in a make file
QCC -c -o bin/CounterCard.oHello all
i am trying to use some SSQL structures in a library built around mysql++ &
cannot seem to avoid multiple definition errors - i have seen some comments
saying that changes may be made to tAll
Why would Bakefile upset Chris Frey? I haven 't been on the list for
long enough but to me he 's always seemed like the biggest proponent of
having native makefiles for every platform (the purpoThis version is mostly changes to the build system. If your current
version is working you can stick with it.
o Visual C++ build now requires GNU make. It is tested to work
with eithei am working on Dev C++ to write a simple mysql++ program. can any one tell me about the issues regarding the dll files. and how to get one the dll that will wrk for dev c+?
Hi
I upgraded from 1.7.0 to 1.7.40 and now i receive a BadTypeConv exception for my column of type TINY INT UNSIGNED (or others type) when they have the NULL values.
i know there are some changes Hi to all
i solved the compile problems i had. I tried to compile mysql++ under VC
7.1 and had no errors so i guessed it was not a problem of makemake in
fact in the path was present the old cl.eHello everybody!
I have problem linking mysql++. The line that boils out follows
link /OUT mysqlpp.dll /DLL /NOLOGO /LIBPATH "c \Program Files\MySQL\MySQL Server 4.1\lib\debug\ " libmysql.libHi to all
i followed the instruction in README.vc to build up Mysql++.
1) executed vcvars32.bat
2) makemake vc
I got the following
cl /Ic \mysql\include /DMYSQLPP_MAKING_DLL /D_WINDLL /D_UNICHello
I 'm trying to use mysql in a C++ project using Xcode 2.1. (and i 'm using MAC
OS X 10.4.2). In order to do this i also installed mysql++ (because it was
noted on the website that it was alreadwhat is the following
List-ID <plusplus.mysql.com >
Date 3 Sep 2005 14 33 12 -0000
Message-ID <1125757992.12006.ezmlm@(protected) >
From plusplus-help@(protected)
To freeespeech@(protected)Paoletti Vincenzo wrote
> I try to create sql_create_x with some field type "std string " the compiler gets errors.
std string works fine in custom1.cpp. Please provide a small example
program shHi
I 've tried to use the sql_create_x(...) like example posted but the compiler gets a lot of errors
ERRORS
make Making C++ object test_mysql_main.o ...
test_mysql_main.cpp 15 parse error befHi
I 'm trying to link the mysql++ library with a simple program and am having some trouble. The examples compile and run fine so I hope it 's something simple I 've overlooked.
I 'm using gcc and in If you aren 't having troubles with MySQL++ you can ignore this release.
Just minor bugfixes and cleanups.
o Made mysql_shutdown() second parameter autoconf check less
sensitive to comThe recent changeover to the makemake system hasn 't been received
uncritically. Some of the problems people have with it could be fixed
if I mandated the use of GNU make. It allows Makefiles that I am having a heck of a time with running configure on Solaris 8. I have
tried many things and basically
I have tried everything I know to fix the problem.
I have a pretty vanilla installation Hello All
Trying to get this thing to build (as a static library) with the
latest version of code in the subversion trunk. When I run "makemake mingw "
from the root directory I get theI 'm trying to compile the following code on QNX 6.3
sql_create_c_order_8( GrossCount 2 0
int CounterNum 1
int EventID 8
string GCType 2
int Count 3
Hello
I followed the instructions in the README file that came with
mysql++-2.0.3a.tar.gz and ran the vcvars32 batch file before attempting to
build the library. Yet I get the following error I am having a heck of a time building the MySQL++ library on Solaris 8.
Whenever I run configure I am getting the following error
configure error Conuld not find working MySQL client library!
To mThis release is primarily to fix the VC++ build bugs
o Visual C++ makemake system updated to build both debug and
release versions.
o Fixed bug in simple1 example that casued crashHi
I 'm trying to build mysql++2.0.2 from the source and I get the following output/error when I run make
make
make all-recursive
make[1] Entering directory `/home/xanadu/Desktop/mysql++-2.0.2 '
MHi
I 've just got new version of MySQL++ 2.0.2. I used to work with the old
one 1.7.9. First let me tell you that I 'm so glad this project 's proceeding
since MyOLEDB has so many unbelievable bugs!I 'm not sure about how to store a file into the database. I know that
the field type is blob and I have to open the file with fstream in
binary mode. Do I use a char * to store the file into the memorAny chance of getting the solution for the new release of the library and
examples?
Hello!
Can you tell me which project used mysql c/c++ API in open source
projects i want to download sourcecode and analysis it and learn how
to use mysql API.
Thanks!
--
MySQL++ Mailing List
I used ResUse as the result type and printed rows in a while loop but when
I used this method in a class member function it would abort after printing
the lines the codes in the function are
myg++ -I/usr/include/mysql -L/usr/include/mysql -L/usr/local/include
-I/usr/local/include -lmysqlclient box.c -o box
on this code
#include <sys/types.h >
#include <sys/socket.h >
#include <neti |
|
 |