C++ MAPI – Configuring EDK (Exchange Development Kit)
In the directory where the C++ MAPI Exchange kit has been installed, go to $ExchangeSDKLibSrcExchSdkRelease and build the debug versions of the ExchangeSDKd.lib. This library […]
In the directory where the C++ MAPI Exchange kit has been installed, go to $ExchangeSDKLibSrcExchSdkRelease and build the debug versions of the ExchangeSDKd.lib. This library […]
Command Line SMTP can be programmed using sockets very easily. SMTP or Simple Mail Transfer Protocol has a set of commands to be sent […]
The third part of this Winsock tutorial provides a useful way to handle sockets by using an Event based model. This model uses the […]
Windows provides different models for programming with sockets. This winsock tutorial explains, one of the models which uses select function. The other winsock models are using […]
There is a function gethostbyname for getting the ip address using Winsock. This function will retrieve the ip address details into a variable of […]
Socket programming in MFC is usually a bit messy. It’s always clean and convenient to write the socket programs using Win32. A big […]
Basically this whole program depends on the registry. The registry in Windows holds the key to each and every aspects of the Windows Operating System, […]
Registry is organized as a hierarchical tree. The Registry keys are folder like entries and the keys can contain string values ( REG_SZ), dword […]
Using registry has become a regular practice for all the programmers. The best way to store all configurations in the old days was Registry only. […]
Choose New Project from Visual Studio’s File menu. In the New Project dialog box, select the MFC Application template, type the name as ReadCOM, […]
Copyright © 2025 | WordPress Theme by MH Themes