I'm getting ( http://www.hdfgroup.org/projects/hdf.net/)

The specified module could not be found. (Exception from HRESULT: 0x8007007E)

from the dependency walker i'm seeing that SZLIBDLL.DLL is missing i tried to download it from random place but then i got another error.

Does any one had that problem? i tried also vs2005 and vs2008

Thanks, Pini.

link|improve this question

57% accept rate
feedback

1 Answer

up vote 1 down vote accepted

These are the binaries Agilent directs you to use:

ftp://ftp.hdfgroup.org/lib-external/szip/2.1/bin/old/windows/

Are you making sure the directories are your search paths? Same directory is usually sufficient, but it may be looking someplace else. If you try these binaries and get a -different- error, let me know.

link|improve this answer
Thanks Mason, I download from this link ftp.hdfgroup.org/lib-external/szip/2.1/bin/windows and extract to system32 but getting the same error. if you look in the folder there isn't any SZLIBDLL.DLL there. And in the manual it says to take the decoder but all files there are encoder ... can you send me yours SZLIBDLL.DLL and i will try it? thanks a lot, Pini. – UshaP Jun 2 '10 at 13:59
Oh strange there are two different 2.1s in that directory. This is the one I was referring to: ftp.hdfgroup.org/lib-external/szip/2.1/bin/old/windows I must not have realized it was the 'old', but these have szlibdll.dll files. – Mason Blier Jun 2 '10 at 15:36
Yeppp - that solve my problem, i just put SZLIBDLL.DLL in my system32 and no more runtime error. THANKS!!! – UshaP Jun 2 '10 at 18:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.