Hello,
I am trying to make a FixedResource that simulates a path where flowitens can pass by.
The approach I am using is, I copied the BasicFR node inside the Library/fixedresources/ tree path and added it to my modules library path, them I changed the class node value to point the class inside my dll file. The connection with the dll is working, I tested it.
Connections with other objects are now working, but i can't get the flowitem to pass through my fixedresource.
I tried overriding the methods "onTransportInNotify" and "onTransportOutNotify" making them call the receiveItem and releaseItem methods, but couldn't make it work.
Any advices on what I could be doing wrong? What methods should I be looking at to make my FixedResource receive and release flowitem throught the DLL file?
Thank you!