[Clamav-devel] Latest version "LibClamAv.dll" Required
Shanmugam, Suresh (Conduent)
Suresh.Shanmugam at conduent.com
Thu Apr 13 11:22:54 EDT 2017
Hi Developers,
I am using the below method in my c# code which is downloaded from Github site.
internal const string libraryName = @"E:\ClamAV\libclamav.dll";
[DllImport(libraryName, CallingConvention = CallingConvention.Cdecl, CharSet = CharSet.Ansi)]
internal static extern IntPtr cl_fmap_open_memory(IntPtr start, UIntPtr len);
while running the code am getting the below error message.
An unhandled exception of type 'System.EntryPointNotFoundException' occurred in ClamWinAV.exe
Additional information: Unable to find an entry point named 'cl_fmap_open_memory' in DLL 'E:\ClamAV\libclamav.dll'.
Please provide the solution or latest "LibClamAv.dll"
Regards,
Suresh Shanmugam
More information about the clamav-devel
mailing list