Macro #Embed out of current directory is not compatible with Include
Macro #Embed out of current directory is not compatible with Include
We have these three files:
//File file1.tol in my_root directory
#Embed "my_subdir/file2.tol";
//File file2.tol in my_root/my_subdir directory
Set Include("file3.tol");
//File file3.tol in my_root/my_subdir directory
Real a = 0;
When file1.tol compiled TOL shows this error message:
ERROR: [1] Cannot open file file3.tol
Change History (7)
Description: |
modified (diff)
|
Status: |
new →
assigned
|
Milestone: |
→ Using OOP in BSR
|
Milestone: |
Using OOP in BSR
|
Priority: |
highest →
low
|
Severity: |
blocker →
minor
|
Priority: |
low →
lowest
|
Severity: |
minor →
normal
|
Resolution: |
→ invalid
|
Status: |
assigned →
closed
|