MSAU200.dll

R

Ryan Riehle

This is the first time that I am encountering Access
programming. I need to convert and Access 2.0 program to
Access 2002. The first problem I see so far is a
reference to the above (16-bit?) DLL. If there a newer
version, or an alternate solution to getting this and
other related 16-bit function declarations to work in
Access 2002 in an XP environment? I keep seeing
references to WZLIB.MDA, but am not 'getting it' yet.

Code:

Declare Function sfFileCopy Lib "MSAU200.dll" Alias "#4"
(ByVal strSourceFile As String, ByVal strDestFile As
String) As Long

-Ryan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top