Results 1 to 3 of 3

Thread: file not found error

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 1999
    Location
    Belfast
    Posts
    254
    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.


  2. #2

    Lightbulb

    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...

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Feb 1999
    Location
    Belfast
    Posts
    254
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width