Discussion:
About Linking Error
(too old to reply)
prn
2006-12-13 06:18:42 UTC
Permalink
Hi

I m developing a chat programm using bluetooth protocol.
GUID serviceID = OBEXFileTransferServiceClass_UUID;
sa.serviceClassId=serviceID;//ServerGuid;
I used above code segment in my programme.
I got this at the time of complilation.pls tell me how to remove this
error.

error LNK2001: unresolved external symbol
OBEXFileTransferServiceClass_UUID Client.obj
fatal error LNK1120: 1 unresolved externals Pocket PC 2003

thx
James Carlson
2006-12-14 16:29:27 UTC
Permalink
Post by prn
I m developing a chat programm using bluetooth protocol.
GUID serviceID = OBEXFileTransferServiceClass_UUID;
sa.serviceClassId=serviceID;//ServerGuid;
I used above code segment in my programme.
I got this at the time of complilation.pls tell me how to remove this
error.
error LNK2001: unresolved external symbol
OBEXFileTransferServiceClass_UUID Client.obj
fatal error LNK1120: 1 unresolved externals Pocket PC 2003
That doesn't look at all related to PPP. You might want to find a
newsgroup or other support forum that is related to Windows, Pocket
PC, Bluetooth, or similar bits. You likely won't find those experts
here.

A quick google search turns up many hits on this problem, including:

http://www.lenholgate.com/archives/000102.html
--
James Carlson 42.703N 71.076W <***@workingcode.com>
Loading...