| View previous topic :: View next topic |
| Author |
Message |
Krogdor
Joined: 18 Apr 2008 Posts: 1381 Location: The Interwebs
|
Posted: Mon Sep 22, 2008 1:12 am Post subject: |
|
|
Oh, haha. Just a bit of flawed error checking. It worked fine when not overwriting, right?
Anyway, should be better now. |
|
| Back to top |
|
 |
Krogdor
Joined: 18 Apr 2008 Posts: 1381 Location: The Interwebs
|
Posted: Mon Nov 24, 2008 9:13 am Post subject: |
|
|
| New update! Changelist can be found on the first page. |
|
| Back to top |
|
 |
Krogdor
Joined: 18 Apr 2008 Posts: 1381 Location: The Interwebs
|
Posted: Wed Apr 22, 2009 6:03 am Post subject: |
|
|
Uploaded new version with quite a few updates.
Also, 1300th post.  |
|
| Back to top |
|
 |
DataLife
Joined: 27 Apr 2008 Posts: 232
|
Posted: Wed Apr 22, 2009 7:53 pm Post subject: |
|
|
I followed the links you included and downloaded Gdip.ahk Control_Gif.ahk, AniGIF.dll, DllcallStruct.ahk, GDIplusWrapper.ahk and put them in the script folder.
I continue to get call to non existent function at line containing
AniGif_DestroyControl(AniGifHwnd)
What else do I need to download to use your program.
DataLife _________________ Unless otherwise stated, all code is untested
(\__/) This is Bunny.
(='.'=) Copy and paste Bunny onto your signature.
(")_(") Help Bunny gain World Domination. |
|
| Back to top |
|
 |
Krogdor
Joined: 18 Apr 2008 Posts: 1381 Location: The Interwebs
|
Posted: Thu Apr 23, 2009 1:27 am Post subject: |
|
|
You shouldn't need GDIplusWrapper.ahk or DllcallStruct.ahk—they were required for an older version but the script now uses Gdip.ahk instead.
Anyway, either place the files in your standard library, located at
C:\Users\**Your User Name Here**\Documents\AutoHotkey\Lib
or, if you want to keep them in the same directory as the script, add the #Include directive at the top of the script for each of the necessary files, i.e.:
| Code: | #Include Gdip.ahk
#Include Control_Gif.ahk |
|
|
| Back to top |
|
 |
icefreez
Joined: 15 May 2007 Posts: 144
|
Posted: Fri May 01, 2009 3:48 pm Post subject: |
|
|
I am getting when trying to run it. I saved directly from http://www.autohotkey.net/~Krogdor/Picture%20Previewer.ahk
| Quote: | (19) : ==> Call to nonexistent function.
Specifically: Gdip_Startup()
>Exit code: 2 Time: 0.226 |
Am I missing something? I would really like to try out your simple image preview script. |
|
| Back to top |
|
 |
Krogdor
Joined: 18 Apr 2008 Posts: 1381 Location: The Interwebs
|
Posted: Sun May 03, 2009 10:54 pm Post subject: |
|
|
| icefreez wrote: | I am getting when trying to run it. I saved directly from http://www.autohotkey.net/~Krogdor/Picture%20Previewer.ahk
| Quote: | (19) : ==> Call to nonexistent function.
Specifically: Gdip_Startup()
>Exit code: 2 Time: 0.226 |
Am I missing something? I would really like to try out your simple image preview script. |
The bottom of the first post details the necessary libraries. I thought I wrote something about that next to the part where it says how to download the code... Perhaps I accidentally removed it. |
|
| Back to top |
|
 |
|