Archive

Posts Tagged ‘C++’

Principles and sample programming codes of IPv6 domain resolve

11:12:18 September 24th, 2009 No comments

While the IPv4 addresses are being exhausted, the deployment of the new IPv6 infrastructure has been started, and you may have been enjoying the new technology now. The most improvement brought by IPv6 is the address space of 128 bit other than the 32 bit address in v4, making the number of available address extremely increased. However, at the same time, the use of IPv6 network, especially programming, is not completely compatible with the v4 case. This article discusses the domain name resolve problem and the programming implementation under IPv6 environment…

DoModal() does not show the dialog in a DLL

17:01:09 May 31st, 2009 No comments

I was currently working on an MFC dll and wanted to add some customization function to the model, which prompts a setting dialog. Unfortunately, the code failed to show the dialog…

Categories: Programming Tags: , ,