For various reasons I'm working with the windows code, and I'm finding this
odd situation. I'm linking a dll against the dns_sd.h and the dnssd.dll and
these symbols are coming up undefined. I see them in the .h, but I noticed
that the other exported symbols (in the .def file) are in the
dnssd_clientstub.c and these are in the dnssd_clientlib.c.
Am I stumbling over something design wise that's intended to encapsulate
implementation away from interfaces, or is it possible these calls are
accidentally unexposed, or have I just gotten stumped and need to be kicked?
--Ivan
PS - the symbols are:
TXTRecordCreate
TXTRecordDeallocate
TXTRecordSetValue
TXTRecordRemoveValue
TXTRecordGetLength
TXTRecordGetBytesPtr
TXTRecordContainsKey
TXTRecordGetValuePtr
TXTRecordGetCount
TXTRecordGetItemAtIndex
_______________________________________________
rendezvous mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/rendezvous
Do not post admin requests to the list. They will be ignored.