Click here to Skip to main content
15,909,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: c++ upd brodcast client Pin
arishri3-Dec-13 3:40
arishri3-Dec-13 3:40 
GeneralRe: c++ upd brodcast client Pin
jeron13-Dec-13 4:01
jeron13-Dec-13 4:01 
GeneralRe: c++ upd brodcast client Pin
arishri3-Dec-13 4:11
arishri3-Dec-13 4:11 
GeneralRe: c++ upd brodcast client Pin
jeron13-Dec-13 4:21
jeron13-Dec-13 4:21 
GeneralRe: c++ upd brodcast client Pin
arishri3-Dec-13 4:13
arishri3-Dec-13 4:13 
GeneralRe: c++ upd brodcast client Pin
jeron13-Dec-13 4:29
jeron13-Dec-13 4:29 
AnswerRe: c++ upd brodcast client Pin
Member 104421753-Dec-13 21:25
professionalMember 104421753-Dec-13 21:25 
Questionpointer to pointer Pin
messages2-Dec-13 7:13
messages2-Dec-13 7:13 
AnswerRe: pointer to pointer Pin
Joe Woodbury2-Dec-13 8:56
professionalJoe Woodbury2-Dec-13 8:56 
Question[SOLVED] Capture CAM using Media Foundation Pin
Django_Untaken2-Dec-13 5:27
Django_Untaken2-Dec-13 5:27 
QuestionHow to add the number to the shortcut in the desktop of the application. Pin
yu-jian2-Dec-13 3:32
yu-jian2-Dec-13 3:32 
QuestionRe: How to add the number to the shortcut in the desktop of the application. Pin
Richard MacCutchan2-Dec-13 5:14
mveRichard MacCutchan2-Dec-13 5:14 
QuestionRe: How to add the number to the shortcut in the desktop of the application. Pin
jeron12-Dec-13 5:40
jeron12-Dec-13 5:40 
AnswerRe: How to add the number to the shortcut in the desktop of the application. Pin
yu-jian2-Dec-13 5:55
yu-jian2-Dec-13 5:55 
QuestionRe: How to add the number to the shortcut in the desktop of the application. Pin
jeron12-Dec-13 6:06
jeron12-Dec-13 6:06 
AnswerRe: How to add the number to the shortcut in the desktop of the application. Pin
yu-jian2-Dec-13 6:19
yu-jian2-Dec-13 6:19 
GeneralRe: How to add the number to the shortcut in the desktop of the application. Pin
jeron12-Dec-13 6:46
jeron12-Dec-13 6:46 
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.

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.