Hi all,
I have a question here :)
Suppose I have a library in source code form (Let say mysql++) and I have built it, and now I have the files (.h, .lib, .dll). How do I combine them in project? I use code blocks
Why I ask?
Because Python Have done some damage in my thinking ;)
You just do simple stuffs and there you have the whole library to use
Just
import sqlite3
Thanks guys & girls