Is anyone out there successfully using AntiDuplicate with FWH ?
http://www.alkonost.com/antiduplicate/
Jeff Barnes
(FWH 16.11, xHarbour 1.2.3, Bcc730)
Hola,
did you test protect.prg from fivewin sample directory, I think this can do the same what AntiDuplicate do
regards
Marcelo
Yes I have used protect.prg the problem with it is that it requires the user to have Administrative Rights for it to function correctly.
AntiDuplicate does not require Admin Rights.
The software comes with samples for the following, maybe someone can convert to FWH ?
Borland C++ Builder
C#.net
Delphi
FoxPro
Visual Basic 6
Visual Basic.net
Visual C++ Ver 5
Visual C++.net
Please let me know and I can email you the sample for your language.
Jeff,
Could you please post here the example source code for Borland C++ Builder ? thanks
Hi Daniel,
I think there is a registry setting or something that can help but I have not found it.
I have tested on a few systems ... one system would work regardless of users access rights while all the others would not.
I have been testing this on Windows XP systems.
Hi Antonio,
Any luck with the conversion.
Jeff,
What is the name of the AntiDuplicate DLL file ?
It is Aas973.dll
Please check your gmail account ... I sent you some files.
  MsgInfo( Fddig1( 0 ) )
  ...
Â
DLL FUNCTION FDDIG1( n AS LONG ) AS LONG PASCAL LIB "Aas973.dll"It returns "nil" with or without the usb memory stick connected.
I sent an email to your gmail account.
It has a link to some additional files that should help.
Jeff,
Please provide a url to download just the DLL, thanks
Or simply create a DEF file from it and publish it here:
c:\bcc582\bin\impdef.exe name.def name.dll
name.def will contain all the DLL exported functions names. It is an ascii file that you can copy here
LIBRARY Â Â AAS973.DLL
EXPORTS
  Accdd1             @1  ; Accdd1
  Accdd2             @3  ; Accdd2
  Dscbf1             @5  ; Dscbf1
  Fddig1             @2  ; Fddig1
  FddigV             @4  ; FddigV