can anyone throw any light on the criteria for an EFS (10.6) to find a DLL
in the installed folder \eSignal?
created a static C++ MFC dll and using
var myDLL = new DLL("MyDLL.dll");
the EFS "cannot find ..."
but
var myDLL = new DLL("ESGrid1100as.dll");
(ESGrid1100as.dll is installed with eSignal)
and all ok.
in the installed folder \eSignal?
created a static C++ MFC dll and using
var myDLL = new DLL("MyDLL.dll");
the EFS "cannot find ..."
but
var myDLL = new DLL("ESGrid1100as.dll");
(ESGrid1100as.dll is installed with eSignal)
and all ok.
Comment