From: Michael G. <mic...@gm...> - 2012-08-17 08:21:50
|
On Fri, Aug 17, 2012 at 9:03 AM, Michael Goffioul < mic...@gm...> wrote: > On Thu, Aug 16, 2012 at 11:32 PM, Joni Hall <jo...@gm...> wrote: > >> Dear Mr. Goffioul >> I am using octave-3.6.2-vs2010 I'm having a bit of a problem using >> octcdf-1.1.4 >> Can you please look at the attached log file and netcdf.oct file. Maybe >> you suggest what I can do to get my setup working properly. >> > > Your error is weird, it appears you're missing dependent DLL's. Could you > check whether you have a DLL named vc100-libnetcdf-...dll > in C:\Octave\Octave-3.6.2\bin folder? > > A useful tool to track DLL dependencies is given here [1] (it's a simple > ZIP file with a self-contained executable, no installation required). I > suggest you copy netcdf.oct into C:\Octave\Octave-3.6.2\bin, then starts > the dependency walker and drag-n-drop netcdf.oct > from C:\Octave\Octave-3.6.2\bin into the program window. This should tell > you what depedency is missing. > Nevermind, I found the problem. The installer is indeed missing a DLL, my apologies. You can download it from here: http://dl.dropbox.com/u/45539519/vc100-libhdf5_hl-7.dll Drop this file into C:\Octave\Octave-3.6.2\bin, it should solve your problem. Michael. |