Hi
I am trying to build a bluetooth application to send and recieve data using microsoft sample code. When i compile the code, there are no error but when i try to build one i am getting this strange link error.
I am using Visual 2008 on Vista. My file path is \Documents\Visu al Studio 2008\a1\a1\Debu g.
Additional dependencies --- $(WindowsSdkDir ).
I did google the error and there are suggestions to put the path name in brackets. I am not sure how to do it but i believe that path name cannot be an issue since i am using the default settings of Visual 2008.
Following is the code I am using right now.
<Complete code snipped>
Thank you for your help.
I am trying to build a bluetooth application to send and recieve data using microsoft sample code. When i compile the code, there are no error but when i try to build one i am getting this strange link error.
I am using Visual 2008 on Vista. My file path is \Documents\Visu al Studio 2008\a1\a1\Debu g.
Additional dependencies --- $(WindowsSdkDir ).
I did google the error and there are suggestions to put the path name in brackets. I am not sure how to do it but i believe that path name cannot be an issue since i am using the default settings of Visual 2008.
Following is the code I am using right now.
<Complete code snipped>
Thank you for your help.
Comment