Search found 6 matches

by DojoMike
21 Aug 2017, 20:41
Forum: C/C++
Topic: C++: Syntax for the other calling conventions
Replies: 1
Views: 2520

C++: Syntax for the other calling conventions

Hey there, I'm writing a script that converts a C/C++ header file to AHK functions that wrap the DllCalls. For example, it would take this: extern "C" __declspec(dllexport) int add(int x, int y); and turn it into this: add(x, y) { return DllCall("myDLL.dll/add", "int", x, "int", y, "Cdecl int") } No...
by DojoMike
21 Aug 2017, 20:15
Forum: Other Programming Languages
Topic: How is SendPlay implemented?
Replies: 3
Views: 3697

Re: How is SendPlay implemented?

I'm not sure where it's implemented (to be honest, I've had a hard time navigating the source too) but I think I can help you with how : These are SendMode event / default Send https://msdn.microsoft.com/en-us/library/windows/desktop/ms646304(v=vs.85).aspx https://msdn.microsoft.com/en-us/library/wi...
by DojoMike
21 Aug 2017, 19:41
Forum: Off-topic Discussion
Topic: opinions on Stack Overflow
Replies: 65
Views: 26606

Re: opinions on Stack Overflow

To me, these sites are designed to answer every programming question known on the planet, but once and only once. As a result, people on there are super-sensitive to questions that don't move towards that grand goal. If you ask a question that's been answered before, you step on toes. If you don't p...
by DojoMike
20 Aug 2017, 03:51
Forum: Off-topic Discussion
Topic: Is IE really on the way out?
Replies: 3
Views: 1389

Re: Is IE really on the way out?

@tank Actually you're right. I just threw together a simple HTA and was asked what I wanted to use to open it; the default was something like "Microsoft HTML application Host", not IE. It might be using embedded IE like you can do with AHK, but this "host" EXE is definitely something different. BTW,...
by DojoMike
17 Aug 2017, 19:19
Forum: Off-topic Discussion
Topic: Is IE really on the way out?
Replies: 3
Views: 1389

Is IE really on the way out?

Hey guys, This isn't really that off-topic a question, but I just didn't know where else to post it - so I'll start with a cheesy attempt at humor to provide some background info and keep this off-topic post on-topic. :lol: Dinosaurs are a cool subject, and about as off-topic as you can get, so let'...
by DojoMike
16 Aug 2017, 18:27
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4904
Views: 1436974

Re: « What's on your mind? » Topic is solved

Hey what's up, just wanted to introduce myself to you guys! I've actually been into AHK for a long time now, but I just now created this account. My background is in other languages, mostly C#, C++, JavaScript and Python. But I use AHK in a lot of my projects at work, and sometimes at home too. Talk...

Go to advanced search