Click here to Skip to main content
15,886,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to get ip address of a host Pin
Member 104386231-Dec-13 21:26
Member 104386231-Dec-13 21:26 
QuestionRe: how to get ip address of a host Pin
Richard MacCutchan1-Dec-13 23:42
mveRichard MacCutchan1-Dec-13 23:42 
AnswerRe: how to get ip address of a host Pin
Member 104386232-Dec-13 0:04
Member 104386232-Dec-13 0:04 
GeneralRe: how to get ip address of a host Pin
Richard MacCutchan2-Dec-13 0:30
mveRichard MacCutchan2-Dec-13 0:30 
GeneralRe: how to get ip address of a host Pin
ahmad_ali2-Dec-13 22:54
ahmad_ali2-Dec-13 22:54 
GeneralRe: how to get ip address of a host Pin
Member 104386234-Dec-13 16:39
Member 104386234-Dec-13 16:39 
AnswerRe: how to get ip address of a host Pin
arishri3-Dec-13 3:48
arishri3-Dec-13 3:48 
QuestionVisual C++ 2008 mis-compiling Pin
Anthony Appleyard30-Nov-13 8:13
Anthony Appleyard30-Nov-13 8:13 
Recently my old Visual C++ (2005 or earlier) decided to upgrade itself to Visual C++ 2008, or whatever happened, and that has different features. I am having to re-make all my projects for Visual C++ 2008. I am currently doing this with my project ppp_vc, which is a simple image reader and outputter and editer, and it is very useful to me. (The -'_vc' means "Visual C", to distinguish it from stuff made with my old faithful Borland C++ 4.52, which I had to stop using when modern Windowses became incompatible with it.) So far, the Release version of ppp.exe runs OK, but the Debug version of ppp.exe fails with a MessageBox saying "The application has failed to start because its side-to-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more details."

What is sxstrace.exe, and how to call it? What is a side-to-side configuration? This needs to be sorted out, before I have to repeat this ordeal with my application makeobj, which is a very useful CGI 3D mesh-editor which I wrote. And ditto with several other applications which I wrote.

I was brought up on MS-DOS, where things were much simpler.

This difficulty became much worse today when my PC's Windows decided to upgrade itself from the web.

One thing that I did in my Borland C++ days was to make the .JPG graphics software into a DLL, which was useful, until a way arose of calling JPG directly from the Windows software.

modified 30-Nov-13 15:00pm.

AnswerRe: Visual C++ 2008 mis-compiling Pin
Richard Andrew x6430-Nov-13 10:57
professionalRichard Andrew x6430-Nov-13 10:57 
GeneralRe: Visual C++ 2008 mis-compiling Pin
Anthony Appleyard30-Nov-13 11:38
Anthony Appleyard30-Nov-13 11:38 
AnswerRe: Visual C++ 2008 mis-compiling Pin
Richard Andrew x6430-Nov-13 11:41
professionalRichard Andrew x6430-Nov-13 11:41 
GeneralRe: Visual C++ 2008 mis-compiling Pin
Anthony Appleyard30-Nov-13 11:53
Anthony Appleyard30-Nov-13 11:53 
GeneralRe: Visual C++ 2008 mis-compiling Pin
Richard Andrew x6430-Nov-13 12:47
professionalRichard Andrew x6430-Nov-13 12:47 
GeneralRe: Visual C++ 2008 mis-compiling Pin
Richard Andrew x6430-Nov-13 11:44
professionalRichard Andrew x6430-Nov-13 11:44 
GeneralRe: Visual C++ 2008 mis-compiling Pin
Anthony Appleyard30-Nov-13 12:15
Anthony Appleyard30-Nov-13 12:15 
GeneralRe: Visual C++ 2008 mis-compiling :: re-listing of query. Pin
Anthony Appleyard30-Nov-13 19:37
Anthony Appleyard30-Nov-13 19:37 
GeneralRe: Visual C++ 2008 mis-compiling :: re-listing of query. Pin
Richard MacCutchan30-Nov-13 21:29
mveRichard MacCutchan30-Nov-13 21:29 
GeneralRe: Visual C++ 2008 mis-compiling :: re-listing of query. Pin
Anthony Appleyard30-Nov-13 23:58
Anthony Appleyard30-Nov-13 23:58 
GeneralRe: Visual C++ 2008 mis-compiling :: re-listing of query. Pin
Anthony Appleyard1-Dec-13 1:52
Anthony Appleyard1-Dec-13 1:52 
GeneralRe: Visual C++ 2008 mis-compiling :: re-listing of query. Pin
Richard MacCutchan1-Dec-13 2:56
mveRichard MacCutchan1-Dec-13 2:56 
GeneralRe: Visual C++ 2008 mis-compiling :: re-listing of query. Pin
Anthony Appleyard1-Dec-13 3:26
Anthony Appleyard1-Dec-13 3:26 
AnswerRe: Visual C++ 2008 mis-compiling Pin
jschell2-Dec-13 10:03
jschell2-Dec-13 10:03 
GeneralRe: Visual C++ 2008 mis-compiling Pin
Anthony Appleyard2-Dec-13 11:14
Anthony Appleyard2-Dec-13 11:14 
GeneralRe: Visual C++ 2008 mis-compiling Pin
ahmad_ali2-Dec-13 23:36
ahmad_ali2-Dec-13 23:36 
GeneralRe: Visual C++ 2008 mis-compiling Pin
Anthony Appleyard3-Dec-13 6:33
Anthony Appleyard3-Dec-13 6:33 

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.