MySQL C++ Connector Error: mysqlcppconn-9-vs14.dll can´t be found - c++

I have really no idear how to fix this problem. Everytime I try to debugg my Project, which create correctly, I have this system failure that mysqlcppconn-9-vs14.dll can´t be found.
Can someone help me please ?

Related

what would be causing this error cannot find -lSDL_mixer

I'm trying to get SDL2.0.2 working in Code Blocks and I've followed the online tutorials but when I compile I get this error "cannot find -lSDL_mixer". I've got the linker setup as the tutorials instruct so I'm not sure whats going on.
Any help would be greatly appreciated.

PCL: Creating a real-time visualization from kinect point clouds

Im trying to follow this tutorial: http://pointclouds.org/documentation/tutorials/openni_grabber.php#openni-grabber but I'm not being able to complete it. The tutorial seems simple enough, but nothing seems to be working.
When I try to compile it I get the following error: point_cloud_geometry_handlers.h:48:29: fatal error: vtkSmartPointer.h: No such file or directory compilation terminated.
I've tried to find out what this vtkSmartPointer.h is about but with no luck, probably it has something to do with that ConstPtr type?
Thanks in advance

Fatal error RC1212

I try to build one project (huge but not finished program, not mine but I guess I should be one of the guys who will try finish it).
Actually when I build it in Debug mode, everything seems like okay, but when I switch into Release mode an error appears:
fatal error RC1212: invalid option - /z argument missing substitute font name
I trying to change options into Project properties->C++->General->Debug Information Format but it doesn't help.
Never saw such error before. Does anyone know how to fix it?
Thank you!

pcl::MovingLeastSquares doesn't work

I'm new to PCL and I'm trying to do this tutorialhere. The problem is that I can compile it, but when I run this, it give me an error: *exception at 0x000007fefd27940d in pcl_VFHexperiment.exe: Microsoft C++ exception: pcl::IOException at memory location 0x001cf0e0*
I guess the problem is that mls. process function doesn't work correctly and the operation of file saving provides an error.
Could be the input file the problem? I use ism_test_cat.pcd file found here. I don't know where the file suggested in the tutorial is. How should the input file be?
Anyway I can see ism_test_cat.pcd file in the viewer following the other tutorial.
How to solve? Please help me.
I use VS2010, PCL 1.6, all 64bit
Thanks in advance a lots
"You should be able to find the input file at pcl/test/bun0.pcd." It says in the tutorial.

carbide c++ symbian compiler error

I have created a project on carbide c++ and I am getting an error
sbs returned with exit value = 1
I didn't make any changes on the code that carbide created.I am just created and build the project its throws the error.
I googled the error and could not find any solution. Does anyone get this error code before ?
I was taking the same error...
Try to change the options of build...
That occurs when I was trying to compile using the armv5 instead of GCCE.
Change it and your problem could be resolved.
I´m new on symbian/carbide but it solved my problem!