"Never memorize something you can look up", Albert Einstein

Blog overview

XCode C MySQL Connector

Categories: C++ Mac

I found out adding the MySQL library to XCode was more work than I excepted. So here’s a short overview of everything you need to configure for XCode to build against MySQL. Download MySQL Connector for C https://dev.mysql.com/downloads/connector/c/ Start a new project in XCode (DUH!) Add ‘lib/libmysqlclient.dylib’ to ‘Link Binary…

 

Google Protocol Buffer cpp errors

Categories: C++

Why? The last weeks I was searching for a way to send large portions of data easilly from one application to the next. For Java specific you can use RMI to send data-objects between applications, but this time I wanted a more ‘clean’ solution (because you don’t have control over…

 


Page 1 of 1 pages