Jump to content

AutoItX just terminates without doing anything (C++,Elipse CDT)


Ojav
 Share

Recommended Posts

I want to use AutoItX for my C++ Project. Im using Eclipse CDT and MinGW64 Compiler.

1. I downloaded the latest autoit https://www.autoitscript.com/site/autoit/downloads/

2. Included the header to the project 

3. Included the librarys to the project

 

#include <iostream>
#include "AutoItX3_DLL.h"

using namespace std;

int main() {

    cout << "hello";

    AU3_MouseMove(500,500,10);


    return 0;
}

It resolves the headers just fine and it compiles without errors

but it literally just does nothing -> Blank Console and no mousemovement

Pictures are attached.

Any suggestions I think i am doing everything right

includes.jpg

librarys.jpg

consoleOutput.jpg

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...