A
ashutosh
hi,
i am making the dll for clamav antivirus libraray so that i can make
activex control for windows.
i complied the library successfully and make the Libclamav.dll file using
win32 Api project in debug mode.
this dll file exports all the 21 function which is needed for clamscan.
now i am making the MFC project in which i am calling these function.
the function in which i am loading the database dir crash with the
Error Message : Unhandled exception at 0x0008686a in export.exe: 0xC0000005:
Access violation reading location 0x0008686a.
note: here export.exe is my program executable file.
Please help me to sort out the problem . i want to know :
a. where is the actual problem?
In the application program or in the dll
what should be the approach to find out the error . i am new in the vc++
programing environment. so please try to give me detail information about
this problem.
i am making the dll for clamav antivirus libraray so that i can make
activex control for windows.
i complied the library successfully and make the Libclamav.dll file using
win32 Api project in debug mode.
this dll file exports all the 21 function which is needed for clamscan.
now i am making the MFC project in which i am calling these function.
the function in which i am loading the database dir crash with the
Error Message : Unhandled exception at 0x0008686a in export.exe: 0xC0000005:
Access violation reading location 0x0008686a.
note: here export.exe is my program executable file.
Please help me to sort out the problem . i want to know :
a. where is the actual problem?
In the application program or in the dll
what should be the approach to find out the error . i am new in the vc++
programing environment. so please try to give me detail information about
this problem.