the MQTT Host library, POU/Sparkplug MQTT edge and Host stac/Function Blocks/ Factories/LinkedListWStringFactory/Create, in line 8 of Create has 'Create^.__vfInit();
' which is not defined. Should this be 'vfInit()'? And add a declaration of local variable vfInit:INIT?
__vfInit()
is correct.The errors you see is a bug in the precompiler, if you build it, it will go away.
You can see yourself, if you create a new project > Library > Standard Library, there is a template for FBFactory that we follow here.
There's a writeup https://content.helpme-codesys.com/en/LibDevSummary/fb_factory.html
I see, thank you for the clarification and quick response!
Diff: