santiago gonzalez wrote:
#
> Then previous versions logic was created this way:
> m_pLogicOut =
> picComponent->createLogicOut(picComponent->ecNodeWithID(picPin.pinID)->pin(),
> false);
> In the new versions is done this way:
> m_pLogicOut = new LogicOut(LogicIn::getConfig(), fals
>
> I'm not a flowcode/PIC guy. If I broke your stuff, I'll do what I can to
> help you figure out how to adapt to the changes in the lower-level
> classes. I'm just not that interested in it myself right now.
>
Ok, there are somethings not working with pics; the most important (i think)
is that p