Page 1 of 1

How build and run Domoticz on Visual Studio ?

Posted: Monday 15 June 2020 18:28
by fantom
Hi

I did all from page https://github.com/domoticz/domoticz/bl ... INSTALL.md
When i try run application i see error:
The code execution cannot proceed because OpenZWaved.dll was not found
This lib i see in \msbuild\Windows Libraries\openzwave\

Fantom

Re: How build and run Domoticz on Visual Studio ?

Posted: Wednesday 17 June 2020 8:52
by fantom
@Gizmocuz ? Any help ?

Re: How build and run Domoticz on Visual Studio ?

Posted: Thursday 18 June 2020 13:49
by erem
have you tried moving the dll to the directory where the domoticz executable resides?
it seems the \msbuild\Windows Libraries\openzwave\ directory is not in the search path.

Re: How build and run Domoticz on Visual Studio ?

Posted: Friday 19 June 2020 8:08
by fantom
Thanks !
I copied it into /msbuid/debug and working now.

Fantom