Erich17 Posted February 2, 2022 Posted February 2, 2022 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 bt-dispatch-tool_v420.au3
SOLVE-SMART Posted February 2, 2022 Posted February 2, 2022 (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 February 2, 2022 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)
ad777 Posted February 2, 2022 Posted February 2, 2022 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
Erich17 Posted February 3, 2022 Author Posted February 3, 2022 Thanks for your quick help and reply. I found the missing files which are needed and had no problem compiling it.
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