AutoHotkey Community

It is currently May 26th, 2012, 7:25 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 22 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: September 22nd, 2008, 1:12 am 
Offline

Joined: April 18th, 2008, 7:57 am
Posts: 1390
Location: The Interwebs
Oh, haha. Just a bit of flawed error checking. It worked fine when not overwriting, right?

Anyway, should be better now.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 24th, 2008, 9:13 am 
Offline

Joined: April 18th, 2008, 7:57 am
Posts: 1390
Location: The Interwebs
New update! Changelist can be found on the first page.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 22nd, 2009, 6:03 am 
Offline

Joined: April 18th, 2008, 7:57 am
Posts: 1390
Location: The Interwebs
Uploaded new version with quite a few updates.

Also, 1300th post. :D


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 22nd, 2009, 7:53 pm 
Offline

Joined: April 27th, 2008, 5:28 pm
Posts: 489
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

_________________
Check out my scripts.
(MyIpChanger) (XPSnap) (SavePictureAs)

All my scripts are tested on Windows 7, AutoHotkey_L 32 bit Ansi unless otherwise stated.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 23rd, 2009, 1:27 am 
Offline

Joined: April 18th, 2008, 7:57 am
Posts: 1390
Location: The Interwebs
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 1st, 2009, 3:48 pm 
Offline

Joined: May 15th, 2007, 8:59 pm
Posts: 169
I am getting when trying to run it. I saved directly from http://www.autohotkey.net/~Krogdor/Pict ... viewer.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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 3rd, 2009, 10:54 pm 
Offline

Joined: April 18th, 2008, 7:57 am
Posts: 1390
Location: The Interwebs
icefreez wrote:
I am getting when trying to run it. I saved directly from http://www.autohotkey.net/~Krogdor/Pict ... viewer.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.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 22 posts ]  Go to page Previous  1, 2

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google [Bot], Scratch, Xx7 and 23 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group