Discover Finder update

Anyone have a new version of discover.zip? The one that I have will not work with _WIN32_IE set newer than 0x0600 or WINVER set newer than 0x0500.

Thanks,
-Erik

P.S. Anyone know the API call to set the device name for ADDP?

Well, I got it to work, but only in debug mode. Strange. If I comple it release, it hangs. Any ideas anyone?

I am passing the Name via the Vendor Info. That is working great!

Even Finder from Digi will not work in release mode.

I am passing the Name via the Vendor Info. That is working great!

Erik,
Just tried this myself, and found that the Vendor Info field actually displays in the ‘Device Type’ value on the standard discovery program which Digi supply.

Did you simply modify the source to populate the ‘Name’ column from the vendor info, or is there something I’m missing?

Just a FYI for everyone - Digi says that they will update the ADDP library later this year.

NetOS has the function ADDPRegisterVendorData(). I register a structure that has a key (to tell my device apart from others), the Name, the Serial Number, and the Firmware Revision. That information comes in the Vendor Data field with the discovery. I just map it to the structure and I have all that info.

I finally got it all working with VC2008 by using LoadLibrary on the DLL.

-Erik