From: buttonsarenottoys on 20 Nov 2006 12:28 I am getting the linking error Unresolved external symbol SerialPortServiceClass_UUID when I add the line pp.uuidService = SerialPortServiceClass_UUID to my code. I searched MSDN, but could not find documentation for which libraries, etc., I should include. Can someone clue me in? Thanks, Rich
From: Peter Foot [MVP] on 20 Nov 2006 12:31 The standard service Guids are in the bt_sdp.h header in the Pocket PC SDK. Peter -- Peter Foot Device Application Development MVP www.peterfoot.net | www.inthehand.com <buttonsarenottoys(a)gmail.com> wrote in message news:1164043715.589338.136030(a)f16g2000cwb.googlegroups.com... > > I am getting the linking error > > Unresolved external symbol SerialPortServiceClass_UUID > > when I add the line > > pp.uuidService = SerialPortServiceClass_UUID > > to my code. I searched MSDN, but could not find documentation for > which libraries, etc., I should include. Can someone clue me in? > > Thanks, > Rich >
From: buttonsarenottoys on 20 Nov 2006 13:24 Thanks, but I'm getting a linking error, not a compilation error. Rich Peter Foot [MVP] wrote: > The standard service Guids are in the bt_sdp.h header in the Pocket PC SDK. > > Peter > > -- > Peter Foot > Device Application Development MVP > www.peterfoot.net | www.inthehand.com > > > <buttonsarenottoys(a)gmail.com> wrote in message > news:1164043715.589338.136030(a)f16g2000cwb.googlegroups.com... > > > > I am getting the linking error > > > > Unresolved external symbol SerialPortServiceClass_UUID > > > > when I add the line > > > > pp.uuidService = SerialPortServiceClass_UUID > > > > to my code. I searched MSDN, but could not find documentation for > > which libraries, etc., I should include. Can someone clue me in? > > > > Thanks, > > Rich > >
From: Peter Foot [MVP] on 21 Nov 2006 04:23 Sorry misread the original message. The problem is the Windows Mobile SDKs are missing some of the bluetooth .libs, these are in the CE 5.0 SDK, you could potentially download the evaluation version to get hold of them. Or perhaps the "Standard" CE 5.0 SDK:- http://www.microsoft.com/downloads/details.aspx?FamilyID=fa1a3d66-3f61-4ddc-9510-ae450e2318c3&DisplayLang=en Peter -- Peter Foot Device Application Development MVP www.peterfoot.net | www.inthehand.com <buttonsarenottoys(a)gmail.com> wrote in message news:1164047076.276051.180250(a)b28g2000cwb.googlegroups.com... > > Thanks, but I'm getting a linking error, not a compilation error. > > Rich > > Peter Foot [MVP] wrote: >> The standard service Guids are in the bt_sdp.h header in the Pocket PC >> SDK. >> >> Peter >> >> -- >> Peter Foot >> Device Application Development MVP >> www.peterfoot.net | www.inthehand.com >> >> >> <buttonsarenottoys(a)gmail.com> wrote in message >> news:1164043715.589338.136030(a)f16g2000cwb.googlegroups.com... >> > >> > I am getting the linking error >> > >> > Unresolved external symbol SerialPortServiceClass_UUID >> > >> > when I add the line >> > >> > pp.uuidService = SerialPortServiceClass_UUID >> > >> > to my code. I searched MSDN, but could not find documentation for >> > which libraries, etc., I should include. Can someone clue me in? >> > >> > Thanks, >> > Rich >> > >
|
Pages: 1 Prev: Mail size and MAPI: PR_MESSAGE_SIZE Next: problem with cemapi.dll |