S
s1782662
Guest
0
<button aria-label="down vote" aria-pressed="false" class="js-vote-down-btn grid--cell s-btn s-btn__unset c-pointer" data-selected-classes="fc-theme-primary" style="margin:2px;box-sizing:inherit;font:inherit;padding:0px;border-width:initial;border-style:none;border-color:initial;border-radius:3px;background-image:none;background-background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;outline:none;box-shadow:none;" title="This question does not show any research effort; it is unclear or not useful"><svg aria-hidden="true" class="svg-icon m0 iconArrowDownLg" height="36" viewBox="0 0 36 36" width="36"><path d="M2 10h32L18 26 2 10z"></path></svg></button><button aria-label="favorite" aria-pressed="false" class="js-favorite-btn s-btn s-btn__unset c-pointer py8 js-gps-track" data-gps-track="post.click({ item: 1, priv: 7, post_type: 1 })" data-selected-classes="fc-yellow-600" style="margin:0px;box-sizing:inherit;font:inherit;padding:0px;border-width:initial;border-style:none;border-color:initial;border-radius:3px;background-image:none;background-background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;outline:none;box-shadow:none;" title="Click to mark as favorite question (click again to undo)"><svg aria-hidden="true" class="svg-icon iconStar" height="18" viewBox="0 0 18 18" width="18"><path d="M9 12.65l-5.29 3.63 1.82-6.15L.44 6.22l6.42-.17L9 0l2.14 6.05 6.42.17-5.1 3.9 1.83 6.16L9 12.65z"></path></svg> </button>
I am trying to build a Virtual Assistant using Alexa voice service and visual studio 2017. I have installed the alexa voice service sdk in windows and ran the SampleApp (that comes along with the library) for testing. The app is running smooth. No issues.
The sdk contains a couple of folders. Each folder is a library. For instance, ACL, ADSL, AFML, AVSCommon are folders present in the sdk etc.
ACL - Alexa Communication Library.
ADSL - Alexa Directive Sequence Library.
AFML - Activity Focus Manager Library.
Each folder contains subfolders such as include, src, test and then CMakeLists.txt. Now the question is how do i make use of these libraries. As i need these libraries to build my application, how do i import these folders into visual studio 2017.
As I said, I compiled the sdk using cmake. Upon doing this, I got a build folder. Inside the build folder,there is a bin folder which contains each library dlls. Will this is be helpful. Please help me. I am completely stuck. I looked at various forums on how to import but no luck.
Continue reading...
<button aria-label="down vote" aria-pressed="false" class="js-vote-down-btn grid--cell s-btn s-btn__unset c-pointer" data-selected-classes="fc-theme-primary" style="margin:2px;box-sizing:inherit;font:inherit;padding:0px;border-width:initial;border-style:none;border-color:initial;border-radius:3px;background-image:none;background-background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;outline:none;box-shadow:none;" title="This question does not show any research effort; it is unclear or not useful"><svg aria-hidden="true" class="svg-icon m0 iconArrowDownLg" height="36" viewBox="0 0 36 36" width="36"><path d="M2 10h32L18 26 2 10z"></path></svg></button><button aria-label="favorite" aria-pressed="false" class="js-favorite-btn s-btn s-btn__unset c-pointer py8 js-gps-track" data-gps-track="post.click({ item: 1, priv: 7, post_type: 1 })" data-selected-classes="fc-yellow-600" style="margin:0px;box-sizing:inherit;font:inherit;padding:0px;border-width:initial;border-style:none;border-color:initial;border-radius:3px;background-image:none;background-background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;outline:none;box-shadow:none;" title="Click to mark as favorite question (click again to undo)"><svg aria-hidden="true" class="svg-icon iconStar" height="18" viewBox="0 0 18 18" width="18"><path d="M9 12.65l-5.29 3.63 1.82-6.15L.44 6.22l6.42-.17L9 0l2.14 6.05 6.42.17-5.1 3.9 1.83 6.16L9 12.65z"></path></svg> </button>
I am trying to build a Virtual Assistant using Alexa voice service and visual studio 2017. I have installed the alexa voice service sdk in windows and ran the SampleApp (that comes along with the library) for testing. The app is running smooth. No issues.
The sdk contains a couple of folders. Each folder is a library. For instance, ACL, ADSL, AFML, AVSCommon are folders present in the sdk etc.
ACL - Alexa Communication Library.
ADSL - Alexa Directive Sequence Library.
AFML - Activity Focus Manager Library.
Each folder contains subfolders such as include, src, test and then CMakeLists.txt. Now the question is how do i make use of these libraries. As i need these libraries to build my application, how do i import these folders into visual studio 2017.
As I said, I compiled the sdk using cmake. Upon doing this, I got a build folder. Inside the build folder,there is a bin folder which contains each library dlls. Will this is be helpful. Please help me. I am completely stuck. I looked at various forums on how to import but no luck.
Continue reading...