I have a problem with a serie of Maxdata computers:
If I start the PHW server it can't load the library 1SCDLL.dll. In the source code of the gui it's at the line hDLL = LoadLibrary...
Code: Select all
bool
ImportDLL_functions()
{
hDLL = LoadLibrary ("1SCDLL.dll"); <-----------
if (!hDLL) return 0;
....
Or is there something else that could cause the loading failure?
Thanks for your answer.
Greetz
Stephan