{{ post.title }}
글 편집
글 편집 (이전 에디터)
{{ post.author.name }}
Posted on
Version | {{ post.target_version }} | Product |
{{ product.name }}
|
---|---|---|---|
Tutorial/Manual | {{ post.manual_title }} | Attached File | {{ post.file.upload_filename }} |
ProcessNet is very useful tool to automate the repetitive jobs or create a new function which doesn't exist in RecurDyn.
However, the application made using ProcessNet is dependent on the version of RecurDyn. So the application built on a different version of RecurDyn (usually earlier version) may not work correctly on a different version of RecurDyn.
For example, ProcessNet Application built on RecurDyn V8R2 may not work on RecurDyn V8R3. If you want to make it compatible, you should change the 'Reference' in the source code of the ProcessNet Application and built it again on a new version of RecurDyn
- You need to change the reference dlls of the earlier version of RecurDyn to the new dlls. (You can do it using ProcessNet IDE or Visual Studio)
Please refer to the below instruction about how to change the reference.
1) Use ProcessNet IDE (V7R4 -> V8R1)