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
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