vikna
Joined: 03 Nov 2009 |
Posts: 0 |
Location: Kuala Lumpur |
|
 |
Posted: Mon Nov 16, 2009 8:06 am |
|
 |
 |
 |
 |
HI,
please help and guide me on this, i have chosen clamwind UI to link with the source codes(0.95.2). how do i make a link to ClamAv database and ClamAv engine as the documentation provided is only for clamwin folder which contain UI from Python. How do i integrate ClamWind UI (visual Studio) with ClamAv Engine and database. Can you provide me a documentation for this as i wants to develop in a different way which is integration between
ClamWind UI (visual Studio)[/b] with ClamAv Engine and database.
Please reply me !!!!!!
Thanks.
|
|
sherpya
Joined: 22 Mar 2006 |
Posts: 0 |
Location: Italy |
|
 |
Posted: Mon Nov 16, 2009 8:45 am |
|
 |
 |
 |
 |
ClamWind UI = clamwin python gui?
for clamav binaries you need git for windows
https://code.google.com/p/msysgit/ https://code.google.com/p/msysgit/
download and install git preview
then from git bash (installed by git for windows)
git clone git://clamwin.git.sourceforge.net/gitroot/clamwin/clamav-win32.git
if you want stable branch you need to do (in clamav-win32 directory just created by git clone)
git checkout -b stable origin/stable
|
|
vikna
Joined: 03 Nov 2009 |
Posts: 0 |
Location: Kuala Lumpur |
|
 |
Posted: Tue Nov 17, 2009 7:46 am |
|
 |
 |
 |
 |
Hi,
ClamWind UI is not clamwin python gui.
I got ClamWin_0.95.2 source codes. In the ClamWin_0.95.2 files have six(6) folders. I choose the folder name "clamwind" to build the antivirus,
not folder "clamwin".
So how can i integrate with the ClamAV using "clamwind" folder. This folder use the C# language.
TQ.
|
|