From: Michael G. <mic...@gm...> - 2012-08-17 08:04:00
|
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. Michael. [1] http://www.dependencywalker.com/ |