| View previous topic :: View next topic |
| Author |
Message |
Petru
Joined: 17 Dec 2007 Posts: 44 Location: Galatz, Romania
|
Posted: Wed May 21, 2008 7:35 am Post subject: Posibilty to create DLL using AutoHotkey |
|
|
| Well, this great application can creat EXEs but it still can not create any DLLs. DLLs would be so useful... Any idea? |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6721 Location: France (near Paris)
|
Posted: Wed May 21, 2008 12:25 pm Post subject: |
|
|
Suggestion? Learn C or C++? _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
Petru D Guest
|
Posted: Fri May 23, 2008 3:27 pm Post subject: |
|
|
| Yup, that's a good suggestion. I already know C++, I also know Pascal but creating GUIs in AHK is much much simpler that in Microsoft Visual C++ or in Delphi. |
|
| Back to top |
|
 |
TheIrishThug
Joined: 19 Mar 2006 Posts: 370
|
Posted: Fri May 23, 2008 8:20 pm Post subject: |
|
|
| You could write a C++ manager dll and then write a AHK GUI that simply wraps around the manager. |
|
| Back to top |
|
 |
|