On 04/10/2017 01:57 PM, Dave Thaler wrote:
> Thanks Ashraf and Joey.
> I've updated the iotivity wiki page<https://wiki.iotivity.org/windows> with
> that information.
While we're at it, I used that page a while back to set up the builds
I've done on Windows (vs 2015 installed), and it worked fine.
But when it came to trying things ("Execution" section), it did not work
as documented. Do we know if those instructions are vetted? e.g.
run server
leads to
The system cannot find the path specified.
'simpleserver.exe' is not recognized as an internal or external command,
operable program or batch file.
Done
I needed to navigate to the place it was stored under out
(out\windows\amd64\release\resource\examples), AND then copy in a copy
of octbstack.dll from two levels up, to get the
simpleclient/simpleserver to run.
Is there some extra path setup that either needs to be done by the
developer or needs to go into build.bat (since apparently build.bat is
expected to know about the examples)?