Re: [sleuthkit-developers] Libtsk as a DLL or series of DLLs
Brought to you by:
carrier
From: Brian C. <ca...@sl...> - 2016-07-09 03:39:40
|
Hi Eddie, For our projects and incident response scenarios, a static library has been better. But, there are certainly other scenarios that a dll is good too. I don’t believe there is any reason why you can’t make a separate visual studio project that makes a dll from the static library. thanks, brian > On Jul 1, 2016, at 9:11 AM, Edward Diener <eld...@tr...> wrote: > > In TSK libtsk is a static library. Is there any technical reason libtsk > could not be a DLL or series of DLLs offering TSK functionality ? I > belive this would allow other languages to use its functionality much > easier as long as each C function in lbtsk were specified 'extern "C"' > so that C++ name mangling were not being done. What are the issues > involving this as seen by others who know TSK much better than I do ? > > Eddie Diener > > > ------------------------------------------------------------------------------ > Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San > Francisco, CA to explore cutting-edge tech and listen to tech luminaries > present their vision of the future. This family event has something for > everyone, including kids. Get more information and register today. > http://sdm.link/attshape > _______________________________________________ > sleuthkit-developers mailing list > sle...@li... > https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers |