maestrith / AHK-Studio

Created with AHK Studio
http://www.maestrith.com
363 stars 68 forks source link

Can't compile AHK-Studio.ahk #205

Open Remonell opened 4 years ago

Remonell commented 4 years ago

Hi,

I freshly installed on a VM AHK 1.1.3 Unicode 64-bit and downloaded AHK-Studio master. Running the .ahk file works. But I want to compile it and run the .exe instead.

The compiled .exe file shows following error message when I try to run it.

http://prntscr.com/p7q6qw

Any suggestions how I could compile it?

maestrith commented 4 years ago

Sadly I only have the x32 binaries for SciLexer.dll so you will run into issues. You have to compile using x32 for it to work. Sorry :(

Remonell commented 4 years ago

@maestrith Thats all I needed :) Thanks.

I think it would be helpful if you also create a compiled version in this repository with every update. But there is probably a good reason why you don't do that.

Thank you btw for coding AHK-Studio and sharing it for free! I love it.

maestrith commented 4 years ago

Thank you for using it 😊 I often wonder if anyone actually uses it.

Run1e commented 4 years ago

I use it! iirc you implemented it upon my request a while ago.

maestrith commented 4 years ago

Maybe you are right. Alt+M Compile AHK Studio

ghall1t commented 4 years ago

Ignore me I'm a complete muppet 😂

Still handy that this conversation occurred, cheers!

DustinLuck commented 4 years ago

Sadly I only have the x32 binaries for SciLexer.dll so you will run into issues. You have to compile using x32 for it to work. Sorry :(

Thanks, this solved the issue I was having! I look forward to learning how to use this for editing my AHK files.

maestrith commented 4 years ago

Sadly I only have the x32 binaries for SciLexer.dll so you will run into issues. You have to compile using x32 for it to work. Sorry :(

Thanks, this solved the issue I was having! I look forward to learning how to use this for editing my AHK files.

Glad it helped.