Jump to content

Encodeit 2.0 output


Recommended Posts

Cruising the forum i discovered the progam Encodeit 2.0 .

to test the program , i compiled the simple help message file in autoit ....

;
; AutoIt Version: 3.0
; Language:    English
; Platform:    Win9x/NT
; Author:        Jonathan Bennett (jon@hiddensoft.com)
;
; Script Function:
;   Demo of using multiple lines in a message box
;

; Use the @CRLF macro to do a newline in a MsgBox - it is similar to the \n in v2.64
MsgBox(0, "AutoIt Example", "This is line 1" & @CRLF & "This is line 2" & @CRLF & "This is line 3")

The progammed encoded it !

when i tried to run the compiled message application ---

i got the following error ...

Line 4

error : Unable to parse line.

I trired to compile other scripts , i got the same message ....on line 4 !

Have somone experienced the same ?

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...