Jump to content

How to build au3 and DLL file


Recommended Posts

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:

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.
Link to comment
Share on other sites

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:

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • Moderators

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.

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

  • Developers

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

Link to comment
Share on other sites

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

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