| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2006.12.18 06:19 "Re: libtiff under .NET", by Conrad PoelmanAndrey,
Microsoft can sometimes report that same error message ("<whatever>.dll
was not found") for a variety of different failures:
1) DLL not found (not the case, evidently)
2) DLL found but it depends on another DLL that isn't found
3) DLL found and all dependent DLLs found but some needed symbols
weren't found in the dependent DLL
I'd run Dependency Walker (DEPENDS.EXE in C:\Program Files\Microsoft
Visual Studio .NET 2003\Common7\Tools\Bin) on your application and see
if it shows libtiff.dll or any other dependent DLLs as missing or
missing symbols - missing libraries or symbols will show up in red.
(Don't worry about MSJAVA.DLL or MPR.DLL showing up as red, those seem
to quite often show up as missing and don't seem to be really needed by
anything.)
-- Conrad
____________________________________________________________________
Stellar Science Ltd Co - "Stellar Scientific Software Solutions"
1-877-480-4950 www.stellarscience.com
|
|||||||