Jump to content

Recommended Posts

Posted

hello every body

maybe some one in this forum can help me

i want ask how to build become file exe

DLL and au3 example like this

Posted Image

i want build this

how do it and what tool i need thannks very much :unsure:

Posted

hello every body

maybe some one in this forum can help me

i want ask how to build become file exe

DLL and au3 example like this

Posted Image

i want build this

how do it and what tool i need thannks very much :unsure:

So you wan't to become an executable file, a dll file and an au3 file? gee, that sounds hard.

I've never become a digital so I don't know how to explain, ask bill gates.

Posted

hello every body

maybe some one in this forum can help me

i want ask how to build become file exe

DLL and au3 example like this

Posted Image

i want build this

how do it and what tool i need thannks very much :unsure:

Do you mean you want to make a dll with AutoIt? If so then you can't.

Do you mean you want to create an exe using AutoIt and you want that exe to use a dll? Then you can. But if that is what you mean you are asking how to use AutoIt in which case you need to start with the help file.

Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Posted

sorry for my poor english

i mean i want binder

au3+DLL file

build exe / compile to exe

what tools i need?thanks

Posted

From what I'm reading, you want FileInstall to pack the files into your exe file when you compile it.

yes bro this file au3 and dll i want pack to exe when i compile it..

can u help me what tools i need?

and how do it ..

thanks master :unsure:

Posted

Do you mean you want to make a dll with AutoIt? If so then you can't.

Do you mean you want to create an exe using AutoIt and you want that exe to use a dll? Then you can. But if that is what you mean you are asking how to use AutoIt in which case you need to start with the help file.

right bro

i want make exe from autoit script and use dll

can u help me thanks master

  • Moderators
Posted

He gave you the answer here:

FileInstall()

There's example usage in the help file.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted

fileinstall ("aet.dll", @scriptdir & "\aet.dll")
fileinstall ("ps.dll", @scriptdir & "\ps.dll")

The @scriptdir can be changed to whatever directory you want to put the dlls in, such as:

@programfiles & "\MyProgram\aet.dll"

#include <ByteMe.au3>

Posted

fileinstall ("aet.dll", @scriptdir & "\aet.dll")
fileinstall ("ps.dll", @scriptdir & "\ps.dll")

The @scriptdir can be changed to whatever directory you want to put the dlls in, such as:

@programfiles & "\MyProgram\aet.dll"

bro i mean

i want compile pack from ps.dll aet.dll and checker.au3

when i compiled its file exe

any idea bro

thanks

Posted

Do you mean you want to pack everything in to a single executable and not have the dlls separately? I don't think that can be done. The only option is to pack them into your executable and unpack them to a temp folder and delete them when you exit the program.

#include <ByteMe.au3>

  • Developers
Posted (edited)

bro i mean

i want compile pack from ps.dll aet.dll and checker.au3

when i compiled its file exe

any idea bro

thanks

bro?

What about stopping this jive-talk and start explaining yourself in plain English so we can try to understand what you really want when the given solution is not it?

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

now i can bro ok thanks all :unsure: i mean DLL file bind with au3 script

i just put in some folder so i write example like this

@programfiles & "\MyProgram\aet.dll"

then i compile script 2 exe its automatoc add dll file heheh

Thanks very much

sleepydvdr ty dude

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
×
×
  • Create New...