Jump to content

Need help compiling file


Erich17
 Share

Recommended Posts

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

Stay innovative!

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)

Link to comment
Share on other sites

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"

iam ِAutoit programmer.

best thing in life is to use your Brain to

Achieve

everything you want.

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