Jump to content

Recommended Posts

Posted

Hello all,

I am Erich and I need help compiling a .au3 file to a .exe

Unfortunately everytime I want to start compiling it, it just starts with an error.

I hope somebody is able to help me because a have not so much idea abourt compiling and programing. I have attached the .au3 file......

Thank you for your help.


Erich

error.PNG

bt-dispatch-tool_v420.au3

Posted (edited)

Hi @Erich17,

there are dependencies needed to compile (build) this program. You basically can not compile it if you don't have the necessary *.au3 files.

Quote
(710,10) : error: can't open include file <btdt_functs-1_v420.au3>.
(715,10) : error: can't open include file <btdt_functs-2_v420.au3>.
  • Do you know the author(s) of the program?
  • What do you want to achieve? Maybe it's easier to rewrite the program (depending on your expectations).
  • All comments are in german => are you a german native speaker? If so, I suggest to ask for help in the german AutoIt Community.
  • Please provide more information overall. Then it maybe could be that you will receive more help 😅 .


Best regards
Sven

________________
Stay innovative!

Edited by SOLVE-SMART

==> AutoIt related: 🔗 GitHub, 🔗 Discord Server, 🔗 Cheat Sheet

Spoiler

🌍 Au3Forums

🎲 AutoIt (en) Cheat Sheet

📊 AutoIt limits/defaults

💎 Code Katas: [...] (comming soon)

🎭 Collection of GitHub users with AutoIt projects

🐞 False-Positives

🔮 Me on GitHub

💬 Opinion about new forum sub category

📑 UDF wiki list

✂ VSCode-AutoItSnippets

📑 WebDriver FAQs

👨‍🏫 WebDriver Tutorial (coming soon)

Posted

as what @SOLVE-SMART say's

 

your missing this au3:btdt_functs-1_v420.au3

the output:

C:\Users\ad77\Downloads\bt-dispatch-tool_v420.au3 (710) : ==> Error opening the file.: 
#include <btdt_functs-1_v420.au3>

@Erich17

Note:

 if the file btdt_functs-1_v420.au3 is located at:C:\Program Files\AutoIt3\Include then you can use:#include <btdt_functs-1_v420.au3>

else if file au3 located at Current Directory use:#include "btdt_functs-1_v420.au3"

none

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
  • Recently Browsing   0 members

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