Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
1370 Discussions

SDK RemoteControl Sample missing StatusStringsD.lib

ahju
Beginner
315 Views

Hi,

I execute the RemoteControlSample in the SDK4.0, but I get the following error:

Error1fatal error LNK1104: cannot open file 'StatusStringsD.lib'.

I have searched in the SDK folder and cannot found the StatusStringsD.lib.

Isn't the lib in the SDK?

And the readme.txt shows complie the StatusString sample in debug will build the StatusStringsD.lib, but I cann't find the StatusString sample in the SDK.

Thanks.

0 Kudos
1 Solution
Sreelekshm_S_Intel
315 Views

Hi,

StatusStringsD.lib is not included in the sdk. For getting this, you have tocompile the StatusStrings library in Debug mode. This is located in the sdkwindowscommonstatusStrings folder.

Let us know if you have any further questions.

Thanks,

Sree

View solution in original post

2 Replies
Sreelekshm_S_Intel
316 Views

Hi,

StatusStringsD.lib is not included in the sdk. For getting this, you have tocompile the StatusStrings library in Debug mode. This is located in the sdkwindowscommonstatusStrings folder.

Let us know if you have any further questions.

Thanks,

Sree

ahju
Beginner
315 Views

Hi,

StatusStringsD.lib is not included in the sdk. For getting this, you have tocompile the StatusStrings library in Debug mode. This is located in the sdkwindowscommonstatusStrings folder.

Let us know if you have any further questions.

Thanks,

Sree

I got it, thanks!

Reply