-
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.
-
Hi Lenin,
From what I have read, I would guess that the DLL was created incorrectly. I can't help you in correcting the problem, but I would give it a 75% chance that the DLL needs to be recompiled or there is something missing in it (Export Table, link to another DLL, or whatever).
Hope that helps...
-
Thanks Skippy, I thoink this is the issue, however the thing appears to compile into a dll with no problems, I will revisit it and recheck. As I said, thanks for the input.
Lenin