--- old+++ new@@ -1 +1 @@-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?+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?
status: open --> pending
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
__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: