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.
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.
You can also see this message if you're trying to run the 64-bit DLL in a 32-bit environment, or vice-versa.
精彩评论