Hi snibgo,
I tried to implement a function that deletes temporary files from corresponding folder (%TEMP%).
Without success.
Files handlers are still 'owned by' Excel.
Files cannot be deleted.
Search found 5 matches
- 2016-07-19T11:01:46-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: VBA: can't access return value of compare method
- Replies: 9
- Views: 160258
- 2016-07-19T00:47:59-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: VBA: can't access return value of compare method
- Replies: 9
- Views: 160258
Re: VBA: can't access return value of compare method
Hi snibgo,
finally I got an error message of type: partition C: is running out of memory...
This made me curious, because I care about my system and was sure that there is plenty of space on drive C:
I found out that ImageMagick creates thousands of temporary files in folder
C:\Users\<username ...
finally I got an error message of type: partition C: is running out of memory...
This made me curious, because I care about my system and was sure that there is plenty of space on drive C:
I found out that ImageMagick creates thousands of temporary files in folder
C:\Users\<username ...
- 2016-07-18T07:41:46-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: VBA: can't access return value of compare method
- Replies: 9
- Views: 160258
Re: VBA: can't access return value of compare method
Hi snibgo,
thank you very much for the advice to use convert instead of compare.
I now found the corresponding section on the ImageMagick website:
https://www.imagemagick.org/script/command-line-options.php#define
After changeing compare to 'convert - compare' everything seemed to work like a ...
thank you very much for the advice to use convert instead of compare.
I now found the corresponding section on the ImageMagick website:
https://www.imagemagick.org/script/command-line-options.php#define
After changeing compare to 'convert - compare' everything seemed to work like a ...
- 2016-07-15T13:14:14-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: VBA: can't access return value of compare method
- Replies: 9
- Views: 160258
Re: VBA: can't access return value of compare method
Hi snibgo,
thank you for your answer.
I want to point out that I was talking of the compare method, not the convert method.
I learned about the compare method that it does make a big difference if the two images are of different size - if the size of the reference image is bigger than the size of ...
thank you for your answer.
I want to point out that I was talking of the compare method, not the convert method.
I learned about the compare method that it does make a big difference if the two images are of different size - if the size of the reference image is bigger than the size of ...
- 2016-07-15T09:04:09-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: VBA: can't access return value of compare method
- Replies: 9
- Views: 160258
VBA: can't access return value of compare method
Hi guys,
I am very sorry to bother you.
I am using ImageMagick from within VBA (Excel) for some weeks now. It is a great thing the developers did!
Everything works fine. Except the compare method doesn't work as expected or wished (for that matter).
Here is a short code snippet:
' Declaration ...
I am very sorry to bother you.
I am using ImageMagick from within VBA (Excel) for some weeks now. It is a great thing the developers did!
Everything works fine. Except the compare method doesn't work as expected or wished (for that matter).
Here is a short code snippet:
' Declaration ...