| Author |
Message |
Topic: IronAHK: cross platform .NET rewrite of AutoHotkey |
DeWild1
Replies: 71
Views: 4963
|
Forum: Scripts & Functions Posted: Wed Mar 17, 2010 7:33 am Subject: IronAHK: cross platform .NET rewrite of AutoHotkey |
You can compile for 64 bit systems from a 32 bit system. You will just have to install the 64 bit compiler if it isn't already installed, I don't believe it is installed by default.
Thank you!
Also ... |
Topic: IronAHK: cross platform .NET rewrite of AutoHotkey |
DeWild1
Replies: 71
Views: 4963
|
Forum: Scripts & Functions Posted: Wed Mar 17, 2010 1:31 am Subject: IronAHK: cross platform .NET rewrite of AutoHotkey |
Titan in a month or two, I should have some money. I would love to donate to you and Chris.
This will be amazing. Nnaaaaaaaaa this IS amazing!
Also, I to make a program for 64 bit, I will have to ... |
Topic: 64 bit regdel. You need to know C++ to help me. |
DeWild1
Replies: 11
Views: 225
|
Forum: Ask for Help Posted: Thu Mar 11, 2010 7:22 pm Subject: 64 bit regdel. You need to know C++ to help me. |
Printing, LOL, old school
...OK, you don't need fliers or any paper thing?...just asking...
No thanks. We tried door to door flyers. We got 1 out of a thousand.
We tried direct mail, 0 out of a tho ... |
Topic: 64 bit regdel. You need to know C++ to help me. |
DeWild1
Replies: 11
Views: 225
|
Forum: Ask for Help Posted: Thu Mar 11, 2010 3:27 am Subject: 64 bit regdel. You need to know C++ to help me. |
911pcfix.com always got people to do pcfix911,or pcfix, or 911fix, etc. virusSWAT was OK but does not say what we do.
guaranteed, no one can spell.
Do they even know they are infected, maybe 50% of ... |
Topic: 64 bit regdel. You need to know C++ to help me. |
DeWild1
Replies: 11
Views: 225
|
Forum: Ask for Help Posted: Thu Mar 11, 2010 12:38 am Subject: 64 bit regdel. You need to know C++ to help me. |
I have been expecting not to be broke for years
Honestly though, the ONLY thing that separates us from a multimillion dollar company is we have no funding to get advertising. However, ... |
Topic: IronAHK: cross platform .NET rewrite of AutoHotkey |
DeWild1
Replies: 71
Views: 4963
|
Forum: Scripts & Functions Posted: Thu Mar 11, 2010 12:03 am Subject: IronAHK: cross platform .NET rewrite of AutoHotkey |
DeWild1 - The first problem I see is that IronAHK does not yet support GUIs, it is a planned feature for the 0.7 release.
And YES, I am as DUMB as I LOOK!
I missed that...
The one with decr ... |
Topic: Problem installing and running in Windows 7 Pro x64 |
DeWild1
Replies: 6
Views: 174
|
Forum: Ask for Help Posted: Tue Mar 09, 2010 7:33 pm Subject: Re: Problem installing and running in Windows 7 Pro x64 |
Hi all,
I'm trying to install AHK on my desktop, the installer runs just fine but when I launch AHK it just doesn't run. If I watch I can see it briefly flash in my system tray but it just starts a ... |
Topic: IronAHK: cross platform .NET rewrite of AutoHotkey |
DeWild1
Replies: 71
Views: 4963
|
Forum: Scripts & Functions Posted: Tue Mar 09, 2010 7:16 pm Subject: IronAHK: cross platform .NET rewrite of AutoHotkey |
from CMD,
c:\ironAHK>IronAHK.exe decript.ahk
(0): ==> Object reference not set to an instance of an object.
decript.ahk (138): ==> Unclosed block
Could not execute: compilation failed
A ... |
Topic: IronAHK: cross platform .NET rewrite of AutoHotkey |
DeWild1
Replies: 71
Views: 4963
|
Forum: Scripts & Functions Posted: Tue Mar 09, 2010 5:23 pm Subject: IronAHK: cross platform .NET rewrite of AutoHotkey |
I found a script, written by someone esle, that does not work, #SingleInstance force
#NoTrayIcon
#NoEnv
DateTimeStamp = %A_Year%%A_Mon%%A_DD%000000
HMS = 00:00:00.0
StringLeft, Day, A_DD, ... |
Topic: IronAHK: cross platform .NET rewrite of AutoHotkey |
DeWild1
Replies: 71
Views: 4963
|
Forum: Scripts & Functions Posted: Tue Mar 09, 2010 5:03 pm Subject: WTF? |
| So this http://www.autohotkey.com/forum/viewtopic.php?p=241769 should be a thing of the past because it makes AHK 64 bit so the registry will get written to without complication or having to do this o ... |
Topic: 64 bit regdel. You need to know C++ to help me. |
DeWild1
Replies: 11
Views: 225
|
Forum: Ask for Help Posted: Tue Mar 09, 2010 4:12 am Subject: Re: 64 bit regdel. You need to know C++ to help me. |
...I would pay $1000 for this help!
...if you're serious, I'll get started testing right away...but someone else may beat me to it...I have to say I can only write it & test it on WinXP, but if t ... |
Topic: 64 bit regdel. You need to know C++ to help me. |
DeWild1
Replies: 11
Views: 225
|
Forum: Ask for Help Posted: Mon Mar 08, 2010 8:02 pm Subject: 64 bit regdel. You need to know C++ to help me. |
I will try later, my wife is on Win7 64bit, not me, I have to take sick son in to Dr.
Thankyiouu |
Topic: Message box at 755am & when logging out/shutdown compute |
DeWild1
Replies: 4
Views: 95
|
Forum: Ask for Help Posted: Mon Mar 08, 2010 8:00 pm Subject: Message box at 755am & when logging out/shutdown compute |
I can help more in a few hours, but my kid is sick and i have to take him in.
Start:
loop,
{
IfGreaterOrEqual, a_hour, 7
{
IfGreaterOrEqual, a_min, 55
{
msgbo ... |
Topic: 64 bit regdel. You need to know C++ to help me. |
DeWild1
Replies: 11
Views: 225
|
Forum: Ask for Help Posted: Mon Mar 08, 2010 7:35 pm Subject: 64 bit regdel. You need to know C++ to help me. |
I tried to modify the regwrite from http://www.autohotkey.com/forum/viewtopic.php?t=39560 to make a reg delete but I am WAY to stupid!
Taken from MSDN, http://msdn.microsoft.com/en-us/libra ... |
Topic: UrlDownloadToFile stopped working |
DeWild1
Replies: 22
Views: 892
|
Forum: Ask for Help Posted: Wed Feb 03, 2010 2:31 am Subject: UrlDownloadToFile stopped working |
fixed....
Well not the urldownloadtofile calling bunk APIs
but this is...
I fixed it.. Sorry to bother you all..
DllCall("kernel32\Wow64EnableWow64FsRedirection", "UInt", ... |
| |