Vasya Posted November 7, 2023 Posted November 7, 2023 Cant make it out of tutorial lol, i get error cannot parse #include all the time. Code: #include MsgBox($MB_OK, "Tutorial", "Hello World!") i tried: <MsgBox.au3> full path: "C:\Program Files (x86)\AutoIt3\Include\MsgBoxConstants.au3" just: "Include\MsgBoxConstants.au3" even tried to copy and paste from tutorial like that: @@SyntaxHighlighting@@ #include MsgBox($MB_OK, "Tutorial", "Hello World!") @@End@@ nothing works, whats the problem?
Solution Andreik Posted November 7, 2023 Solution Posted November 7, 2023 #include <MsgBoxConstants.au3> MsgBox($MB_OK, "Tutorial", "Hello World!")
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now