Click here to Skip to main content
16,006,845 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCreating a Bitmap On The Fly Pin
#realJSOP15-Sep-04 6:44
professional#realJSOP15-Sep-04 6:44 
GeneralRe: Creating a Bitmap On The Fly Pin
Michael Dunn15-Sep-04 9:24
sitebuilderMichael Dunn15-Sep-04 9:24 
GeneralTransparent Check Box in Dialog Pin
LukeV15-Sep-04 6:36
LukeV15-Sep-04 6:36 
GeneralHyperLink without mfc Pin
Paolo Ponzano15-Sep-04 6:06
Paolo Ponzano15-Sep-04 6:06 
GeneralRe: HyperLink without mfc Pin
Michael Dunn15-Sep-04 9:26
sitebuilderMichael Dunn15-Sep-04 9:26 
GeneralRe: HyperLink without mfc Pin
Paolo Ponzano15-Sep-04 20:51
Paolo Ponzano15-Sep-04 20:51 
GeneralRe: HyperLink without mfc Pin
Michael Dunn16-Sep-04 9:41
sitebuilderMichael Dunn16-Sep-04 9:41 
QuestionGetAdaptersAddresses IPv6 Where the problem is ?? Pin
Alpha Siera15-Sep-04 5:30
Alpha Siera15-Sep-04 5:30 
Hi,

I am trying to get the IPv6 address. I am using following code.


IP_ADAPTER_ADDRESSES ipadd;
ULONG buflen;
DWORD err;
memset(&ipadd, 0, sizeof(ipadd));
err=GetAdaptersAddresses(AF_INET6,GAA_FLAG_SKIP_DNS_SERVER,NULL,&ipadd,&buflen);

but whenever the code is executed the application close down without any error.

I am compiling this by using WinXP SP2 SDK and using VS 6.0

Please Reply

Regards
Alpha
AnswerRe: GetAdaptersAddresses IPv6 Where the problem is ?? Pin
David Crow15-Sep-04 5:43
David Crow15-Sep-04 5:43 
GeneralRe: GetAdaptersAddresses IPv6 Where the problem is ?? Pin
Alpha Siera15-Sep-04 18:55
Alpha Siera15-Sep-04 18:55 
GeneralRe: GetAdaptersAddresses IPv6 Where the problem is ?? Pin
David Crow16-Sep-04 2:56
David Crow16-Sep-04 2:56 
GeneralRe: LinkedList Template - LNK2019 Pin
David Crow15-Sep-04 5:17
David Crow15-Sep-04 5:17 
GeneralRe: LinkedList Template - LNK2019 Pin
Milby00715-Sep-04 5:42
Milby00715-Sep-04 5:42 
GeneralGetDlgItem() in CFormView Pin
BlackDice15-Sep-04 5:07
BlackDice15-Sep-04 5:07 
GeneralRe: GetDlgItem() in CFormView Pin
RChin15-Sep-04 5:25
RChin15-Sep-04 5:25 
GeneralMFC ActiveX download progress Pin
AssemblySoft15-Sep-04 5:06
AssemblySoft15-Sep-04 5:06 
GeneralA dll that contains an executable. Pin
AssemblySoft15-Sep-04 5:02
AssemblySoft15-Sep-04 5:02 
GeneralRe: A dll that contains an executable. Pin
David Crow15-Sep-04 5:15
David Crow15-Sep-04 5:15 
GeneralRe: A dll that contains an executable. Pin
AssemblySoft15-Sep-04 5:42
AssemblySoft15-Sep-04 5:42 
GeneralRe: A dll that contains an executable. Pin
David Crow15-Sep-04 5:51
David Crow15-Sep-04 5:51 
GeneralRe: A dll that contains an executable. Pin
AssemblySoft15-Sep-04 10:54
AssemblySoft15-Sep-04 10:54 
GeneralRe: A dll that contains an executable. Pin
David Crow15-Sep-04 10:56
David Crow15-Sep-04 10:56 
GeneralRe: A dll that contains an executable. Pin
AssemblySoft15-Sep-04 10:55
AssemblySoft15-Sep-04 10:55 
GeneralRe: A dll that contains an executable. Pin
David Crow17-Sep-04 8:26
David Crow17-Sep-04 8:26 
GeneralEdit box and associated CString Pin
Imtiaz Murtaza15-Sep-04 5:00
Imtiaz Murtaza15-Sep-04 5:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.