Subject | 'module name or entrypoint could not be found' - but dll exports this function! |
---|---|
Author | vincent_kwinsey |
Post date | 2008-03-03T07:43:35Z |
Hi,
I have this problem: I have compiled dll with the same name and the
same functions similar to dll what I already have, but when I put this
on server, then I receive 'module name or entrypoint could not be
found' for any function that I have tried to test in the new dll. Well -
when I am using the old dll, then all is OK.
I tried to look on exports from both dll, e.g. using DllExp from
Nirsoft - and I can observe, that function names and ordinal values are
the same for both dll's (old and new), beut the address and relative
addresses are different (slightly). Well - is this difference the cause
of my error. I guess - no, but it is cause - how can I control this in
my C++ code?
Well - is any other things that I can check to resolve 'module name or
entrypoint could not be found'?
Vincent
I have this problem: I have compiled dll with the same name and the
same functions similar to dll what I already have, but when I put this
on server, then I receive 'module name or entrypoint could not be
found' for any function that I have tried to test in the new dll. Well -
when I am using the old dll, then all is OK.
I tried to look on exports from both dll, e.g. using DllExp from
Nirsoft - and I can observe, that function names and ordinal values are
the same for both dll's (old and new), beut the address and relative
addresses are different (slightly). Well - is this difference the cause
of my error. I guess - no, but it is cause - how can I control this in
my C++ code?
Well - is any other things that I can check to resolve 'module name or
entrypoint could not be found'?
Vincent