Hi Jonas,
The MSAU200.dll doesn't exist in Access 95 or Access 97. For this
particular API, you can just use the built in FileCopy function.
HTH
--
Dev Ashish (Just my $.001)
---------------
The Access Web ( http://home.att.net/~dashish )
---------------
:Im trying to convert a Acc2.0database to Acc97.
:
:When trying to convert 16bit dll-calls to 32bit I cant find the 32-bit
:versions of the calls.
:For example:
:Declare Function glr_msauCopyFile Lib "msau200.dll" Alias "#4" (ByVal
:strSourceFile As String, ByVal strDestFile As String) As Long
:
:I cant find the string "CopyFile" in any 32-bit lib.
:
:Please help, im going nuts!
:
: