Hi,
I have posted this issue before, but couldn't resolve it then. I have a dll I created from some C source. When I try to access a function in the dll I get an error:

"s36pgen.dll not found"

I know this looks like a simple find error, but I have added the location of the dll to the path of the environment. I though this would be sufficient. If also I try to register the dll it fails with the same erorr, despite the fact that the I have definitely added the path correctly.

Also tried putting the dll in the system root directory as it by default is in the path.

I would specifically know if anyone has seen this before if the eason was something other than a simple find issue. Perhaps the dll wasn't created properly ( may experience creating dll's in the C++ environment is extremely limited ).

Thanks in advance

Lenin.