AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Picture Previewer
Goto page Previous  1, 2
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Krogdor



Joined: 18 Apr 2008
Posts: 1381
Location: The Interwebs

PostPosted: Mon Sep 22, 2008 1:12 am    Post subject: Reply with quote

Oh, haha. Just a bit of flawed error checking. It worked fine when not overwriting, right?

Anyway, should be better now.
Back to top
View user's profile Send private message AIM Address
Krogdor



Joined: 18 Apr 2008
Posts: 1381
Location: The Interwebs

PostPosted: Mon Nov 24, 2008 9:13 am    Post subject: Reply with quote

New update! Changelist can be found on the first page.
Back to top
View user's profile Send private message AIM Address
Krogdor



Joined: 18 Apr 2008
Posts: 1381
Location: The Interwebs

PostPosted: Wed Apr 22, 2009 6:03 am    Post subject: Reply with quote

Uploaded new version with quite a few updates.

Also, 1300th post. Very Happy
Back to top
View user's profile Send private message AIM Address
DataLife



Joined: 27 Apr 2008
Posts: 232

PostPosted: Wed Apr 22, 2009 7:53 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Krogdor



Joined: 18 Apr 2008
Posts: 1381
Location: The Interwebs

PostPosted: Thu Apr 23, 2009 1:27 am    Post subject: Reply with quote

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
View user's profile Send private message AIM Address
icefreez



Joined: 15 May 2007
Posts: 144

PostPosted: Fri May 01, 2009 3:48 pm    Post subject: Reply with quote

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
View user's profile Send private message
Krogdor



Joined: 18 Apr 2008
Posts: 1381
Location: The Interwebs

PostPosted: Sun May 03, 2009 10:54 pm    Post subject: Reply with quote

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
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group