Hey guys,
I am trying to implement something in VC++ and have to use a library for this purpose. This library is in C++ and the authors have provided a seperate download for VC++
How exactly do I use the functions provided in this library in my own code? They have provided all the source and header files but at the same time, a object file library, is also present in the same folder.
Do I need to included this object file library direclty in my VC++ project, or do I need to make a new one using all the source and header files provided?
The library can be found here..
http://crypto.stanford.edu/pbc/download.html
Regards,
Abhi