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 

Compile_AHK II - for those who compile!
Goto page Previous  1, 2, 3 ... 17, 18, 19, 20  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Lexikos



Joined: 17 Oct 2006
Posts: 4465
Location: Qld, Australia

PostPosted: Wed Oct 28, 2009 10:56 pm    Post subject: Reply with quote

With AutoHotkey_L.exe you can use the product name to differentiate, but AutoHotkeySC.bin has none... I might be able to set one without affecting compiled scripts (since it is probably overwritten?). I'll look into it. Edit: Apparently Ahk2Exe doesn't set it. I'd at least rather not add "AutoHotkey" to the bin file for the same reasons it is omitted from AutoHotkey's bin file and window titles of compiled scripts. Any ideas?
Back to top
View user's profile Send private message Visit poster's website
ladiko



Joined: 14 Jul 2006
Posts: 281
Location: Berlin

PostPosted: Thu Oct 29, 2009 7:25 am    Post subject: Reply with quote

additional checkbox in compile_ahk for the use with your autohotkeysc.bin or count icons / check for icon 230 or something like this. i could also add the icon 230 to the icons tab of compile_ahk and if it exists (in your version) it is replaced and if not, it is added as icon 230. no problem a.t.m. but if you add any other feature in the future, it maybe could be helpful to detect if it is a different compilation.
Back to top
View user's profile Send private message
Guest






PostPosted: Thu Oct 29, 2009 12:37 pm    Post subject: Reply with quote

Just a idea, ahk...in bin file have a version like 1.0.48.5...if _L version have another number..like.... 101.0.48.5.
Sounds ease to check de diference between files, 100 for lexikos and 1 for normal, filegetversion do the job.

att,
Back to top
Guest






PostPosted: Thu Oct 29, 2009 12:40 pm    Post subject: Reply with quote

Anonymous wrote:
Just a idea, ahk...in bin file have a version like 1.0.48.5...if _L version have another number..like.... 101.0.48.5.
Sounds ease to check de diference between files, 100 for lexikos and 1 for normal, filegetversion do the job.

att,

Sorry...its my post. (I hate the lan in my job Evil or Very Mad )
Back to top
SeedSeifer



Joined: 30 Apr 2009
Posts: 12

PostPosted: Thu Oct 29, 2009 12:48 pm    Post subject: Reply with quote

Bad bad server...bad lan...
sorry
the two posts with "guest" its my.
(SeedSeifer) just in case.
heheh
att,
Back to top
View user's profile Send private message Send e-mail MSN Messenger
ladiko



Joined: 14 Jul 2006
Posts: 281
Location: Berlin

PostPosted: Thu Oct 29, 2009 12:59 pm    Post subject: Reply with quote

i think lexikos wont change it cause of the same reason he wont change the file version.
Back to top
View user's profile Send private message
D.Toolan



Joined: 31 Oct 2009
Posts: 1

PostPosted: Sat Oct 31, 2009 9:16 pm    Post subject: Reply with quote

I just downloaded this and tried it out... it is messing with the <CR><LF> line endings of the original scripts and saving it's mistakes inside. It is also creating errors in the executable (perhaps due to the above). The script will compile without error but has errant misgivings at run time.

Luckily, I still had the original scripts open in Notepad. I re-saved the file (with all it's <CR><LF>) and compiled normally with Ahk2Exe... back to normal.

Also, the "Main icon" SELECT button (under the Icons tab) does nothing. I imagine it should allow you to browse? I could enter the icon path manually though.
Back to top
View user's profile Send private message
ladiko



Joined: 14 Jul 2006
Posts: 281
Location: Berlin

PostPosted: Sat Oct 31, 2009 10:10 pm    Post subject: Reply with quote

for me the button works, if i activate the checkbox in front of the associated edit element.

please be more specific with your cr/lf problem - what does it do with it? what do you mean with the point, that it is saving it's mistakes inside? which errors, who or what is "it" ? if you dont activate the option to save the settings inside the script, it doesn't change the script file and in any case it doesn't compile anything - like i told a million time: ithe script is still Ahk2exe.
Back to top
View user's profile Send private message
SeedSeifer



Joined: 30 Apr 2009
Posts: 12

PostPosted: Tue Nov 03, 2009 6:05 pm    Post subject: New function Reply with quote

Hi!
I added a new function caled "copy folder"...ok...its basic but very usefull for me.
Just copy a folder before copilation, "copy and paste", for me its goot, i use a folder caled "media" and i paste images and icons on it, after many builds a can forget to copy something...btw...a print.

If sounds interesting...i can put the code.

Até outra hora!
Seed Seifer
Back to top
View user's profile Send private message Send e-mail MSN Messenger
ladiko



Joined: 14 Jul 2006
Posts: 281
Location: Berlin

PostPosted: Tue Nov 03, 2009 10:05 pm    Post subject: Reply with quote

i think this could be done through run before / after?!
Back to top
View user's profile Send private message
Guest






PostPosted: Wed Nov 04, 2009 12:22 pm    Post subject: Reply with quote

ladiko wrote:
i think this could be done through run before / after?!

Yeah...but..run after/before do it via .bat or other way...in this case...the process "copy/paste" is done natively. "fileselectfolder".
exist a diference between the two modes...or i am wrong? Confused

Até.
Back to top
ladiko



Joined: 14 Jul 2006
Posts: 281
Location: Berlin

PostPosted: Wed Nov 04, 2009 1:24 pm    Post subject: Reply with quote

you can copy with xcopy <source> <target> or cmd /c xcopy ... - this is also "native" or what do you mean?
Back to top
View user's profile Send private message
SeedSeifer



Joined: 30 Apr 2009
Posts: 12

PostPosted: Wed Nov 04, 2009 2:33 pm    Post subject: Reply with quote

ladiko wrote:
you can copy with xcopy <source> <target> or cmd /c xcopy ... - this is also "native" or what do you mean?

Yeah, the both ways works...just a question of using command line or gui.
For me, the time is very short and i prefer to use a gui..less chance to make mistakes anyway it is my personal tweak, just it.
thank Ladiko,your program is very helpfull for me. Very Happy
Back to top
View user's profile Send private message Send e-mail MSN Messenger
ladiko



Joined: 14 Jul 2006
Posts: 281
Location: Berlin

PostPosted: Wed Nov 04, 2009 3:14 pm    Post subject: Reply with quote

some of your buttons seems to be spanish (?) - do you plan to completely translate it to spanish?
Back to top
View user's profile Send private message
SeedSeifer



Joined: 30 Apr 2009
Posts: 12

PostPosted: Wed Nov 04, 2009 4:26 pm    Post subject: Reply with quote

ladiko wrote:
some of your buttons seems to be spanish (?) - do you plan to completely translate it to spanish?

Portuguese Brazilian, yes...slowly cuz i dont have time...but i change de ini and make some changes in the text to fit in the controls without loosing sense.
Cool
Back to top
View user's profile Send private message Send e-mail MSN Messenger
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, 3 ... 17, 18, 19, 20  Next
Page 18 of 20

 
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