[CLAM] CLAM and .NET
Pau Arumí
parumi at iua.upf.es
Tue Jul 13 05:31:30 PDT 2004
> Is it possible to use CLAM from C#/.NET? If so, does anyone have any
> experience in doing this?
I have no experience on this but doing a quick googling I found that you can
link C++ libs from C#. For that you need to write a "managed wrapper" to the
lib.
http://www.dotnet247.com/247reference/msgs/52/260061.aspx
So, your first step should be create a C++ library (dll) with your needed API
Good luck!
pau at clamdevel
More information about the clam-users
mailing list