09-07-2017 03:52 PM
A conflict arises when some routines in the project are legacy, requiring build in 8.x file format. But this then complains about all of the Do.vi (the action of Actor messages) having the same name. When running the exe, each Do (and there are of course a lot of them!) must be loaded manually every time.
Is there a good way to determine which vi's need 8.x build format?
It seems to me that all ini file read/write functions are in this legacy category. Is that right?
Thanks.
09-08-2017 01:00 AM
I think, this is merely a build script issue. Have you assigned seperate folders for all the Actors?
09-08-2017 09:53 AM
Thank you very much for your reply Oli.
Is there documentation about how to do that? Thanks.
09-11-2017 12:07 PM
You can check this article.
I suggest to put each actor into a seperate destination folder. This approach works quite fine for me, although with many Actors, this can become a bit of an effort