AFAIK, there isn't any way to make use of the dnssd.dll from VB on
Windows (the SDK only includes a stub library and a C header). Using it from C
is very easy though -- Apple's documentation is pretty clear, and there really
isn't too much to getting discovery up and running. You want to look for the
"DNSServiceDiscovery" API reference on developer.apple.com, or follow this link:
http://developer.apple.com/documentation/Networking/Conceptual/dns_discovery_api
/index.html
We're using Rendezvous for LAN game discovery on our current project,
and it works nicely. If you want to see some C examples, I can provide them, but
as for VB -- I dunno. You may be out of luck.
It's nice to know there's another Windows developer out there with an
interest in this technology though. It's very cool.
-- Josh
> -----Original Message-----
> From: email@hidden
> [mailto:email@hidden] On Behalf Of smash (Ben)
> Sent: Wednesday, July 07, 2004 1:02 PM
> To: email@hidden
> Subject: sample code
>
> I learn by analyzing existing code, and I was wondering if
> anyone had any sample code? I've got a Visual Basic program
> (unfortunately) for Windows and I could benefit from
> something to work off of. (at the moment I'm unable to locate
> any documentation or anything for the DLLs, etc., so I'm pretty lost)
>
> Thanks.
> _______________________________________________
> 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.
_______________________________________________
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.