It is currently Sat May 25, 2013 1:26 pm

All times are UTC - 8 hours




Post new topic Reply to topic  [ 1093 posts ]  Go to page Previous  1 ... 43, 44, 45, 46, 47, 48, 49 ... 73  Next
Author Message
 Post subject: Re: DropIt
PostPosted: Sat Dec 24, 2011 5:36 am 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3738
For speed do it outside of the function e.g. If IsNotWindowsXP Then __SetItem....(

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: DropIt
PostPosted: Sat Dec 24, 2011 6:42 am 
Offline
User avatar

Joined: Mon Mar 19, 2007 8:55 am
Posts: 900
Location: Italy
But the included solution is much more compact (I updated SVN).. I don't know, I'd like to have a feedback from Leif and Si3rra..

The second beta release is available for tests:
http://www.lupopensuite.com/files/dropi ... rtable.zip
http://www.lupopensuite.com/files/dropi ... Source.zip

It includes several minor improvements and fixes (Leif helped me to update the program interface and the guide too)

Note that the package includes also the x64 version.. I'd like to know your opinion: if it works and if release separated versions or not.. :wink:

_________________
Lupo PenSuite: all-in-one and completely free selection of portable programs and games.
DropIt: application to process your files with a drop.
ArcThemALL!: application to multi-archive your files and folders.


Top
 Profile  
 
 Post subject: Re: DropIt
PostPosted: Sat Dec 24, 2011 8:06 am 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3738
Why didn't you do this?

Code:
If __IsWindowsVersion() = 0 Or __IsClassicTheme() Then
   Return SetError(1, 0, 0)
EndIf

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: DropIt
PostPosted: Sat Dec 24, 2011 1:04 pm 
Offline
User avatar

Joined: Fri Dec 16, 2011 11:30 am
Posts: 7
This is how it looks now with the new 3.9.

http://www.box.com/s/qug3i5fv1a75xpoa1y9g
Aero vs. Classic

The x32/x64, how about doing a "wrapper" file containing both the 32 and 64 bit executable, a function checks if 64 or 32 and extracts the corrsponding one for use, after 1 use only cheks if the right one exists. (a little like ProcessExplorer)
http://technet.microsoft.com/en-us/sysi ... s/bb896653


Last edited by si3rra on Sat Dec 24, 2011 1:09 pm, edited 3 times in total.

Top
 Profile  
 
 Post subject: Re: DropIt
PostPosted: Sat Dec 24, 2011 1:05 pm 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3738
You can't embed .swf objects in PhpBB3 forums.

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: DropIt
PostPosted: Sat Dec 24, 2011 1:05 pm 
Offline
User avatar

Joined: Fri Dec 16, 2011 11:30 am
Posts: 7
no and i can't upload images either :(


Top
 Profile  
 
 Post subject: Re: DropIt
PostPosted: Sat Dec 24, 2011 1:15 pm 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3738
Have you tried using TinyPic or LocalHostr?

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: DropIt
PostPosted: Sun Dec 25, 2011 12:05 am 
Offline
User avatar

Joined: Sat Sep 09, 2006 10:14 am
Posts: 673
Location: Hungary
Quote:
The x32/x64, how about doing a "wrapper" file containing both the 32 and 64 bit executable

I'm not very keen about it because of the larger file size.


Top
 Profile  
 
 Post subject: Re: DropIt
PostPosted: Sun Dec 25, 2011 1:36 am 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3738
How I do it in ProEject is provide the x32/x64 binaries as well as a wrapper, but honestly Lupo73 I had to re-structure the script because I FileInstall the ProEject_x32.exe & ProEject_x64.exe binaries to a folder called Data and then work from there though appearing to work from where the wrapper was launched .i.e. setting a Global variable $__ScriptDir with the @WorkingDir macro.

I would commit it but right now I'm busy with other projects, sorry.

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: DropIt
PostPosted: Sun Dec 25, 2011 1:50 am 
Offline
User avatar

Joined: Mon Mar 19, 2007 8:55 am
Posts: 900
Location: Italy
@guinness: you are right :P no reason.. thanks!

@si3rra: good that the Windows Classic issue is fixed..

And about the x64, let me know if you find particular issues in it.. To distribute x32/x64 I think that the installer version may be unique (I could need your help to modify it, to check the system and extract the correct exe) and instead I could release a unique or two separated packages of the portable version (to reduce the single package size, as recommended by tproli).. your solution guinness is very efficient, but a little complex at the moment..

Merry Christmas!

_________________
Lupo PenSuite: all-in-one and completely free selection of portable programs and games.
DropIt: application to process your files with a drop.
ArcThemALL!: application to multi-archive your files and folders.


Top
 Profile  
 
 Post subject: Re: DropIt
PostPosted: Sun Dec 25, 2011 2:40 am 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3738
Lupo73,

I wouldn't be too worried about the x64 build, because all the native AutoIt functions work on x64 without a problem (otherwise I would've reported by now) & we went through the UDF's updating structures & fixing compatibility issues etc... The only time you should be concerned is if you create a DLL call yourself and have to pass a structure using DLLCreateStruct() and just so happen to create an incorrect structure.

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: DropIt
PostPosted: Tue Dec 27, 2011 5:00 am 
Offline
User avatar

Joined: Mon Mar 19, 2007 8:55 am
Posts: 900
Location: Italy
Good! and about the packages what do you recommend? I'm considering to release separate x32 and x64 versions for both portable and installer, that it's the easiest solution.. or can someone help me with it?

_________________
Lupo PenSuite: all-in-one and completely free selection of portable programs and games.
DropIt: application to process your files with a drop.
ArcThemALL!: application to multi-archive your files and folders.


Top
 Profile  
 
 Post subject: Re: DropIt
PostPosted: Tue Dec 27, 2011 5:03 am 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3738
I offered but you said it was too complex right now. Just release separate packages and let the user decide.

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: DropIt
PostPosted: Thu Dec 29, 2011 1:48 am 
Offline
User avatar

Joined: Mon Mar 19, 2007 8:55 am
Posts: 900
Location: Italy
The new version 3.9 is now available for download!
It doesn't include new major features, but several improvements and fixes. As reported on the website, it requires to be manually updated to start to use the new update method.

_________________
Lupo PenSuite: all-in-one and completely free selection of portable programs and games.
DropIt: application to process your files with a drop.
ArcThemALL!: application to multi-archive your files and folders.


Top
 Profile  
 
 Post subject: Re: DropIt
PostPosted: Thu Dec 29, 2011 4:06 am 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3738
It seems very robust now.

New version of WinAPIEx available, it includes a couple of useful functions >> http://www.autoitscript.com/forum/topic ... _p__950304

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1093 posts ]  Go to page Previous  1 ... 43, 44, 45, 46, 47, 48, 49 ... 73  Next

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot 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:
Jump to:  

Protected by Anti-Spam ACP Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group