Click here to Skip to main content
15,916,019 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to convert from Decimal to Ascii or Binary to ascii? Pin
Le@rner24-Jun-10 21:58
Le@rner24-Jun-10 21:58 
GeneralRe: How to convert from Decimal to Ascii or Binary to ascii? Pin
CPallini24-Jun-10 22:01
mveCPallini24-Jun-10 22:01 
GeneralRe: How to convert from Decimal to Ascii or Binary to ascii? Pin
Le@rner24-Jun-10 22:13
Le@rner24-Jun-10 22:13 
AnswerRe: How to convert from Decimal to Ascii or Binary to ascii? Pin
Richard MacCutchan24-Jun-10 23:23
mveRichard MacCutchan24-Jun-10 23:23 
QuestionI need to implement "Pages Per Sheet" option in my Print Dialog Pin
She_Jack24-Jun-10 21:30
She_Jack24-Jun-10 21:30 
AnswerRe: I need to implement "Pages Per Sheet" option in my Print Dialog Pin
Richard MacCutchan24-Jun-10 23:18
mveRichard MacCutchan24-Jun-10 23:18 
GeneralRe: I need to implement "Pages Per Sheet" option in my Print Dialog Pin
She_Jack25-Jun-10 2:01
She_Jack25-Jun-10 2:01 
QuestionI2C Communication Pin
shakils24-Jun-10 21:05
shakils24-Jun-10 21:05 
AnswerRe: I2C Communication Pin
Peter_in_278024-Jun-10 21:36
professionalPeter_in_278024-Jun-10 21:36 
AnswerRe: I2C Communication Pin
Parthiban25-Jun-10 0:08
Parthiban25-Jun-10 0:08 
AnswerRe: I2C Communication Pin
LittleYellowBird25-Jun-10 0:52
LittleYellowBird25-Jun-10 0:52 
QuestionHow to convert from Hex to Ascii? Pin
Le@rner24-Jun-10 20:43
Le@rner24-Jun-10 20:43 
AnswerRe: How to convert from Hex to Ascii? Pin
«_Superman_»24-Jun-10 20:49
professional«_Superman_»24-Jun-10 20:49 
AnswerRe: How to convert from Hex to Ascii? Pin
Cedric Moonen24-Jun-10 20:52
Cedric Moonen24-Jun-10 20:52 
GeneralRe: How to convert from Hex to Ascii? Pin
Le@rner24-Jun-10 22:14
Le@rner24-Jun-10 22:14 
QuestionAdding popmenu to ListCtrl Pin
Sakhalean24-Jun-10 20:03
Sakhalean24-Jun-10 20:03 
AnswerRe: Adding popmenu to ListCtrl Pin
Stephen Hewitt24-Jun-10 20:13
Stephen Hewitt24-Jun-10 20:13 
GeneralRe: Adding popmenu to ListCtrl Pin
Sakhalean24-Jun-10 20:17
Sakhalean24-Jun-10 20:17 
AnswerRe: Adding popmenu to ListCtrl Pin
Niklas L24-Jun-10 21:42
Niklas L24-Jun-10 21:42 
GeneralRe: Adding popmenu to ListCtrl Pin
Sakhalean26-Jun-10 23:16
Sakhalean26-Jun-10 23:16 
Questioncode to install a package Pin
Subrat Patnaik24-Jun-10 19:03
Subrat Patnaik24-Jun-10 19:03 
AnswerRe: code to install a package Pin
rp_suman24-Jun-10 19:34
rp_suman24-Jun-10 19:34 
Questionfatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include <windows.h> Pin
lcryby24-Jun-10 16:33
lcryby24-Jun-10 16:33 
AnswerRe: fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include Pin
Aescleal24-Jun-10 20:31
Aescleal24-Jun-10 20:31 
Questionmfc executable won't run on other machines Pin
b-rad31124-Jun-10 7:04
b-rad31124-Jun-10 7:04 
Hi everyone,

I built an mfc application using visual studio 2008 (standard edition) c++ on a windows 7 OS. I've compiled the code as a "Release" build and it works great on my machine, but won't execute at all on any other machine (whether its Windows 7, xp, vista, etc). No error messages or anything. You briefly get the hour glass and then nothing.

I've set the following options:

"Use MFC in static library"
and I've set the Runtime library to "Multi-threaded (/MT)"

Any ideas?

Thanks!

P.S. The .net framework is the same version for my machine as for the others that I'd like it to run on, so that doesn't seem to be the problem.

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.