Hello,
I wasn't able to find an answer for my question in this forum so I post it here:
Problem:
I use the ImageSearch.au3 as include in my own Include-Directory.
I have more scripts in different folders in different folder-depths that include this file.
The problem is, that die ImageSearch.au3 uses an DLL placed in the include-Directory.
short:
ImageSearch.au3 -> D:\incl\ImageSearch.au3
test1.au3 -> D:\Dir1\subdir1\test1.au3
test2.au3 -> D:\Dir2\test2.au3
How do I get the search work?
The only idea I had is to get the Directory of the include "ImageSearch.au3".
How do I get this?
Is there another way to solve this problem?
Thank U
Bye