HelloClient.cpp (SDK1.0.0 and 1.0.1) references wrong path to btwleapis.h fle

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
ShawnA_01
Employee
Employee
10 questions asked 5 comments on KBA First comment on KBA
What is HelloClient.exe?  How do I compile it?

WICED-Smart customers experimenting with the Broadcom WICED-Smart evaluation board (BCM920732TAG_Q32) will want to see the SDK in action (e.g. compile, launch, test an application).  

A good vehicle to verify proper SDK installation and hardware functionality is shown in the Wiced-Smart Quick Start Guide -- Found in SDK folder ~Doc/WICED-Smart-QSG as a .pdf file.  Those directions reference the Helloclient.exe demo application found within the ~WICED-Smart-SDK/Apps/RAM/hello_sensor/HelloClient folder.

The 32-bit and 64-bit versions of HelloClient.exe for Windows come pre-compiled with the SDK installation, but if you want to modify it for yourself:

1.       Run Visual Studio 2012 or equivalent. Open project WICED-Smart-SDKAppsRAMhello_sensorHelloClientWindowsHelloClient.vcxproj

2.       In the file HelloClient.cpp, replace the line #include "C:BTW6.5.1Windowsinclude twleapis.h" by the line #include "btwleapis.h"

3.       Create
1 Solution
ShawnA_01
Employee
Employee
10 questions asked 5 comments on KBA First comment on KBA
This is a dummy update/reply to the thread so the "Replies" counter becomes non-zero (the answer to the posting was provided at the same time the thread was created).

View solution in original post

0 Likes
1 Reply
ShawnA_01
Employee
Employee
10 questions asked 5 comments on KBA First comment on KBA
This is a dummy update/reply to the thread so the "Replies" counter becomes non-zero (the answer to the posting was provided at the same time the thread was created).
0 Likes