Page 1 of 1

errors when running example mod

PostPosted: Sun Feb 05, 2006 7:45 am
by xl
Hi,
Ramst works, but exampl1 and example2 give me following error messages:

Unable to load mex file: C:\dynare_v3\matlab\gensylv.dll.
The specified procedure could not be found.

??? Invalid MEX-file

Error in ==> C:\dynare_v3\matlab\dr1.m
On line 443 ==> dr.ghxx = gensylv(2,A,B,C,D);

Error in ==> C:\dynare_v3\matlab\resol.m
On line 48 ==> [dr,info] = dr1(dr,check_flag);

Error in ==> C:\dynare_v3\matlab\stoch_simul.m
On line 46 ==> [dr_, info] = resol(ys_,0);

Error in ==> C:\dynare_v3\matlab\example2.m
On line 109 ==> info=stoch_simul(var_list_);

Error in ==> C:\dynare_v3\matlab\dynare.m
On line 25 ==> evalin('base',fname) ;


I am using Dynare v3.062, my matlab is 6.1. I don't know where the problem is.

Thanks

reply to error running example mod

PostPosted: Mon Feb 06, 2006 8:46 pm
by iacobellisf
Hi,

I had the same problem since i was running Matlab 6.1 as well. Talkng to Michel he suggested me to remove gensylv.dll from the Dynare library, since it will then use other files to run the computations, and it worked indeed.

Let me know if you still have problems since it took me quite a while to run dynare with Matlab 6.1 and now it is working.

Best,

Fabrizio

Thanks

PostPosted: Tue Feb 07, 2006 10:58 am
by xl
Thanks Fabrizio.

I deleted "gensylv.dll" as you said. But there was still some minor problem when running example1. I ended up deleting "asamin.dll" as well. Now all the examples seem to work well.

PostPosted: Sat May 20, 2006 9:59 am
by Klaus_Vondra
Thanks Fabrizio!

I also had this problem, but I deleted gensylv.dll and now dynare runs !!! :D :D :D

Klaus