Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ZIP32.DLL and UNZIP32.DLL

40 views
Skip to first unread message

tsair

unread,
Jun 26, 2001, 9:28:54 PM6/26/01
to
I download zip32.dll and unzip32.dll and would like to call the function to
compress and uncompress the files.

The function i call is like below :-

declare integer compress in "zip32.dll" as zpArchive integer argc, string
zipname, string @myname


argc = 2
dimension myname[2]
myname[1]="unzip32.dll"
myname[2]="zip32.dll"
zipname = "LLL.ZIP"

= zpArchive( argc, zipname, myname )

The message said that is no entry point for function call, How to call the
function in zip32.dll and unzip32.dll ?

Eric den Doop

unread,
Jun 27, 2001, 4:11:34 AM6/27/01
to
Hello,

This error occurs because dll function names are case sensitive. Try
declare integer Compress ...

If that does not help, search the proper function name in its help file or
manual.
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts

"tsair" <ts...@pc.jaring.my> wrote in message
news:u7xIijq$AHA.1604@tkmsftngp07...

0 new messages