Category: ATL

Active Template Library related

HOWTO: Use Replace In Files to automatically convert OUI list into C/C++ header file

IEEE OUI and Company_id Assignments is a list of manufacturers and corresponding codes which are used in MAC addresses and protocol identifiers: The three-octet OUI can be used to generate Universal LAN MAC addresses and Protocol Identifiers per ANSI/IEEE Std 802 for use in Local and Metropolitan Area Network applications. If your firm manufactures or…

Read the full article

Alax.Info Replace in Files 1.1

Replace in Files is updated to keep up with the time as well as implement a feature that appeared to be convenient. What’s new in this build? Migration to Visual Studio .NET 2005 compiler, which is pretty cool itself since the compiler better optimizes the code, and in addition the binary is self sufficient and…

Read the full article

UPnP Scanner

Universal Plug and Play framework offers capabilities to discover and control various network devices. Microsoft Windows operating systems (Windows Millenium Edition, Windows XP, Windows Vista) offer UPnP APIs: Control Point API and Device Host API. These are useful to communicate to network appliances. The UPnP Scanner utility scans for available devices and show device details…

Read the full article

Managing security desciptors in registry

As it is well known, COM/DCOM per-class launch and access permissions are stored in registry under HKEY_CLASSES_ROOT\AppID key. However the permissions are stored in binary form (as a named REG_BINARY value) and thus not easy to read. DCOMCNFG (or MMC snap-in) is used to modify the values interactively but once one needs to update the…

Read the full article