I have one big problem:
For example:
I am developing A.gha with hello.DLL in “A folder” ,and meanwhile, existing “B folder” have B.gha+hello.DLL,( the 2 version hello.DLL are all 3rd part dll from the same programmer).
but this two hello.DLL are in different version we cannot move them under Library folder.
folder tree Like this:
Library folder:
|---- A folder:
|---- A.gha + hello.DLL
|---- B folder:
|---- B.gha + hello.DLL
but in real using ,when the grasshopper has finished loading, only one of two “hello.DLL” has been load.it is a big problem.i tried to change the name of one “hello.DLL” into another name, but it doesnot work.
Hope advise! Thank you!