tags:

views:

42

answers:

0

I want to use dcmtk library in my project in C++. How should i add these libraries to the project? I tried :

   #include "dcmtk/ofstd/ofstdinc.h"

and adding every file to 'Header file', but there are to many libraries to add. How can i add these shorter? . How can i convert it to .dll library for use it in C# project?