1

bcvtb matlab example error

I am trying bcvtb for energyplus and matlab co-simulations but get error even with example file in matlab as

Error using loadlibrary (line 422) There was an error loading the library "bcvtb" The specified module could not be found.

Error in establishClientSocket (line 22) loadlibrary(BCVTBLIB, @bcvtb);

Error in simulateAndExit (line 39) sockfd = establishClientSocket('socket.cfg');

Caused by: Error using loaddefinedlibrary The specified module could not be found.

I check the version of C++ compiler is 2013 with Win 7.

rkbest's avatar
1.4k
rkbest
asked 2015-07-21 16:01:34 -0500, updated 2015-07-22 09:50:14 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

I had this same problem, the solution that I found was to ensure the Java versions lined up between the programs and in Windows. It has been a couple months since I went through the process but the answer was hidden in the bcvtb google group (https://groups.google.com/forum/#!for...) but not in one answer. Hope this helps get you started in the right direction at least.

jhill020's avatar
1
jhill020
answered 2015-08-19 09:51:56 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments