esa / opengeode

OpenGEODE - a free SDL editor
https://opengeode.net
GNU Lesser General Public License v3.0
69 stars 20 forks source link

I want to ask something about the OpenGEODO #48

Closed zongz1024 closed 5 years ago

zongz1024 commented 5 years ago

I am reading the .pr file for the example called marco. I want to ask what the meaning of this is. image the example is image

maxime-esa commented 5 years ago

It has no specific use at the moment, this was to keep compatibility with another tool, to indicate that the external procedure is implemented in C.

zongz1024 commented 5 years ago

It has no specific use at the moment, this was to keep compatibility with another tool, to indicate that the external procedure is implemented in C.

OK,thanks !

zongz1024 commented 5 years ago

en, another question in the .pr file Still in that case. I do not know the meaning of "FROM ENV TO marco WITH run_system;" image I can not find something named “marco WITH run_system in the system”. image In another case named og.pr. I can understand it becase in that case I can see it. image image

maxime-esa commented 5 years ago

I don't understand. This is what I see:

image

When you opened marco.pr did you select it well together with system_structure.pr ?

Perhaps you had the other one open, and it mixed up the two system_structure.pr files. The Windows binary is old and not to date, so there could be a bug in that.

Try closing the tool and opening again demo1. You should see the right signals.

zongz1024 commented 5 years ago

I don't understand. This is what I see:

image

When you opened marco.pr did you select it well together with system_structure.pr ?

Perhaps you had the other one open, and it mixed up the two system_structure.pr files. The Windows binary is old and not to date, so there could be a bug in that.

Try closing the tool and opening again demo1. You should see the right signals.

Thanks ! Do you have some books about the grammer that the .pr file used. I want to learn about it.

maxime-esa commented 5 years ago

You have the complete standard here: https://www.itu.int/rec/T-REC-Z.100/

zongz1024 commented 5 years ago

You have the complete standard here: https://www.itu.int/rec/T-REC-Z.100/

Really thanks! I get a great progress with your help!