Had a but posted previously about import declarations.
It was deleted, its not in the bug bin.
The Script_Class doesn't see the pcode_class stuff (error of pcode stuff not found)
If i create a duplicate of the pcode stuff in script_class it errors out as duplicate.
I dont want to have the same type defs (with slightly different names) in each library where they are used, that would be chaotic.
What is the solution. Public doesnt seem to help.
Please help?
It was deleted, its not in the bug bin.
Import "PCode_Class.bmx" Import "Stack_class.bmx" Import "Script_class.bmx" Import "compiler.bmx"
The Script_Class doesn't see the pcode_class stuff (error of pcode stuff not found)
If i create a duplicate of the pcode stuff in script_class it errors out as duplicate.
I dont want to have the same type defs (with slightly different names) in each library where they are used, that would be chaotic.
What is the solution. Public doesnt seem to help.
Please help?