Search:
Type: Posts; User: realchamp
Search:
Search took 0.02 seconds.
-
October 20th, 2010 06:41 AM
There are no such library, atleast not for Linux. :)
-
October 20th, 2010 05:50 AM
Thanks for reply. I was not given a specific line where the error is from. But I will go check the documentation for a debug compiler, thanks!
Okay I've installed the g++ Debug. (apt-get install...
-
October 20th, 2010 04:53 AM
Thanks alot! I linked the mysqlcppconn-static to the project too(on Debian, still).
# g++ hw.cpp -o hw -lmysqlcppconn-static -lmysqlcppconn
/usr/bin/ld: warning: libstdc++.so.5, needed by...
-
October 19th, 2010 04:04 PM
Okay some updates.
I can now compile it and it compiles, but:
g++ hw.cpp -o ./hw -lmysqlcppconn
/usr/bin/ld: warning: libstdc++.so.5, needed by /usr/local/lib/libmysqlcppconn.so, may...
-
October 19th, 2010 04:28 AM
Correct I noticed Debian isn't on that list, but in most cases it will run either way. Ubuntu and Debian can run together, from my experience. :)
I will try that, thanks! :)
-
October 18th, 2010 04:18 PM
Linux attempt on Debian 5.0.
g++ hw.cpp -Llibmysqlcppconn.so.1.0.5 -o hw
/tmp/ccOXABZ5.o: In function `main':
hw.cpp:(.text+0x5e): undefined reference to...
-
October 18th, 2010 02:54 PM
I will go try compiling it on Linux. Thanks :)
-
October 18th, 2010 01:48 PM
Thanks for your reply. That just cleared up alot for me.
Should it work if I compiled it on Linux?
-
October 18th, 2010 09:41 AM
I think it's installed here: C:\Program Files (x86)\MySQL\Connector ODBC 5.1
Or here: C:\Program Files\MySQL\MySQL Connector C++ 1.0.5\lib\opt
The opt folder contains the mysqlcppconn.lib
...
-
October 18th, 2010 08:12 AM
You can "pause" the screen with this, just before the return point.
std::cin.get();
Then you're allowed to see it all and when you press a key it will shut down. :)
-
October 18th, 2010 08:10 AM
Thanks for your reply.
Unfortunately it still dont work.
This is were it wants the mysqlcppconn.lib in:
c:/mingw/bin/../lib/gcc/mingw32/4.5.0/../../../../mingw32/bin/
-
October 17th, 2010 05:10 PM
I did a link to mysqlcppconn.lib which were located insite the Connector C++ package, but nothing really happened. :(
-l mysqlcppconn.lib
-
October 17th, 2010 03:44 PM
Hello guys. Been working this for some time now, but I'm getting more and more confused.
When I use the MingW compiler on Windows, to compile my program:
#include <iostream>
#include...
-
August 23rd, 2010 01:50 AM
Thanks it works perfectly :)
-
August 22nd, 2010 02:17 PM
-
-
-
October 12th, 2009 03:51 PM
Never mind. I changed abit and eventually it worked :)
define('REMOTE_VERSION', 'http://domain.com/version.txt');
// this is the version of the deployed script
$current_version = "1.0.0";...
-
October 12th, 2009 08:31 AM
-
October 12th, 2009 08:30 AM
I've found another solution, else thanks.
-
October 10th, 2009 03:33 PM
-
October 10th, 2009 11:42 AM
Hello. I have a SQL code like this:
CREATE TABLE IF NOT EXISTS `test`(
`id` int(10) NOT NULL AUTO_INCREMENT,
`test2` varchar(15) NOT NULL,
`test3` varchar(15)...
-
October 5th, 2009 10:44 AM
Nvm. I fixed it by playing around with it. :D
-
October 4th, 2009 02:47 PM
Greetings!
I've this code.
<?php
include("config.php");
include("query_class.php");
$sql = "SELECT * FROM server";
-
September 15th, 2009 01:57 AM
I own them. The problem is that I'd like to control them through my web browser.
There is like HLSW, but requires me to install the program ALL the time, pissing me off!
|
Click Here to Expand Forum to Full Width
|