Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get file's length and date from zip
#7
Sorry to kick this up.
Regarding the code in the second post
Code:
Copy      Help
out
ref qmzip qmzip_def
...
...

1)
Can it be used in a compiled .exe? (question might be answered, see below edit)

2)
And must the code contain something like below in order to be used in compiled .exe? (question might be answered, see below edit)

 
Code:
Copy      Help
#compile " qmzip.dll "
ExeQmzip
...?


EDIT: I found the below quote at: http://www.quickmacros.com/forum/showthr...2#pid26642

Quote:Most of QM zip/unzip code is in file qmzip.dll. It is in QM folder. Problem in exe: QM is not installed on most computers where exe runs.
To solve this, QM adds qmzip.dll to exe resources. Problem 2: dlls cannot be loaded directly from resources or memory.
To solve this, when exe runs and executes zip, it extracts the dll from exe resources, saves in the temp folder and loads the temporary dll file.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)