Alright. I am (attempting) to use this http://sites.google.com/site/rcorcs/download/systemsoftware simple database library in VC++ 2008 Express. I admit that I am a newbie to C++, since Ive used only "light" programming languages like python, php, java.
To use it I have the header files, and as "lib" folder I have a dll and a ".a" file. In a project before I used a .dll and a .makefile file to create a .lib, but this time I dont know what to do anymore. I have found out that the ".a" in linux is the equivalent of a ".lib" in windows, but I have not found any way to use it in VC++.
Could somebody please tell me what to do in order to be able to use this library(In VC++ 2008 ofc)?