DLL INFO: How FlowStone manages it?
Posted: Mon Mar 10, 2014 5:41 pm
I would like to know if anyone, but especially from the support, could explain what criteria the DLL:
are loaded and unloaded,
- if when you embed several times the same DLL, it will embed each time a new one or will refer always to the same.
- if there may be a future system to receive data from the DLL without performing a Trig each time.
{
eg. after having triggered the first time the function,
to obtain data from it in the case contains a callback,
so that when it happens to have the data output,
of course, take care that the DLL is executed in a new thread
}
any other important info on this is appreciated.
are loaded and unloaded,
- if when you embed several times the same DLL, it will embed each time a new one or will refer always to the same.
- if there may be a future system to receive data from the DLL without performing a Trig each time.
{
eg. after having triggered the first time the function,
to obtain data from it in the case contains a callback,
so that when it happens to have the data output,
of course, take care that the DLL is executed in a new thread
}
any other important info on this is appreciated.