On Thu, 2010-04-22 at 17:36 -0600, C.W. Betts wrote:
We should investigate if the native server can be used by Photoshop. Then we could write a stub Bonjour service so that Photoshop will not attempt to install its own version.
One question about making a Windows service: would the programs still be making calls to the DLL? Or would the be making calls to the service? If they're making calls to the DLL, wouldn't something be needed to route those calls to the OS-native dns-sd implementation?
I would assume that applications bundle a version of dns-sd because it's not a Windows dll. If that version cannot be used for some reason then we can think about adding a wrapper.