Click here to Skip to main content
16,009,318 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Dumping values.. [modified] Pin
Eytukan25-Sep-07 8:29
Eytukan25-Sep-07 8:29 
QuestionStuctures Pin
Jelle De Vos25-Sep-07 4:22
Jelle De Vos25-Sep-07 4:22 
AnswerWot dya say ?? Pin
toxcct25-Sep-07 4:27
toxcct25-Sep-07 4:27 
QuestionRe: Stuctures Pin
David Crow25-Sep-07 4:38
David Crow25-Sep-07 4:38 
AnswerRe: Stuctures Pin
Jelle De Vos25-Sep-07 4:56
Jelle De Vos25-Sep-07 4:56 
GeneralRe: Stuctures Pin
Eytukan25-Sep-07 5:41
Eytukan25-Sep-07 5:41 
GeneralRe: Stuctures Pin
Jelle De Vos25-Sep-07 8:59
Jelle De Vos25-Sep-07 8:59 
AnswerRe: Stuctures Pin
Eytukan25-Sep-07 5:18
Eytukan25-Sep-07 5:18 
AnswerRe: Stuctures Pin
Mark Salsbery25-Sep-07 5:51
Mark Salsbery25-Sep-07 5:51 
QuestionHow to execute VC++ project(only exe) in a system where VC++ is not installed Pin
shir_k25-Sep-07 4:14
shir_k25-Sep-07 4:14 
AnswerRe: How to execute VC++ project(only exe) in a system where VC++ is not installed Pin
KarstenK25-Sep-07 4:20
mveKarstenK25-Sep-07 4:20 
GeneralRe: How to execute VC++ project(only exe) in a system where VC++ is not installed Pin
shir_k25-Sep-07 4:29
shir_k25-Sep-07 4:29 
AnswerRe: How to execute VC++ project(only exe) in a system where VC++ is not installed Pin
Matthew Faithfull25-Sep-07 4:21
Matthew Faithfull25-Sep-07 4:21 
GeneralRe: How to execute VC++ project(only exe) in a system where VC++ is not installed Pin
shir_k25-Sep-07 4:32
shir_k25-Sep-07 4:32 
GeneralRe: How to execute VC++ project(only exe) in a system where VC++ is not installed Pin
Matthew Faithfull25-Sep-07 4:37
Matthew Faithfull25-Sep-07 4:37 
GeneralRe: How to execute VC++ project(only exe) in a system where VC++ is not installed Pin
Eytukan25-Sep-07 6:53
Eytukan25-Sep-07 6:53 
GeneralRe: How to execute VC++ project(only exe) in a system where VC++ is not installed Pin
toxcct25-Sep-07 7:04
toxcct25-Sep-07 7:04 
AnswerRe: How to execute VC++ project(only exe) in a system where VC++ is not installed Pin
Cedric Moonen25-Sep-07 4:32
Cedric Moonen25-Sep-07 4:32 
As your application seems to start correctly (you don't have an error message that is displayed immediately when you launch the app), I suppose that it is not a deployment issue. So, as Matthew stated, it has probably nothing to do with the fact that VC is installed or not. Anyway, it is always better to distribute the release version of your executable.

Do you use any ActiveX ? That could be the problem: if you try to use an ActiveX that is not registered, you'll have this kind of problem.
If that's not the case, you'll have to dig into more details (like Matthew suggested).


Cédric Moonen
Software developer

Charting control [v1.2]

GeneralRe: How to execute VC++ project(only exe) in a system where VC++ is not installed Pin
shir_k25-Sep-07 4:39
shir_k25-Sep-07 4:39 
GeneralRe: How to execute VC++ project(only exe) in a system where VC++ is not installed Pin
Cedric Moonen25-Sep-07 4:44
Cedric Moonen25-Sep-07 4:44 
GeneralRe: How to execute VC++ project(only exe) in a system where VC++ is not installed Pin
shir_k25-Sep-07 4:53
shir_k25-Sep-07 4:53 
GeneralRe: How to execute VC++ project(only exe) in a system where VC++ is not installed Pin
Cedric Moonen25-Sep-07 5:07
Cedric Moonen25-Sep-07 5:07 
GeneralRe: How to execute VC++ project(only exe) in a system where VC++ is not installed Pin
shir_k25-Sep-07 20:43
shir_k25-Sep-07 20:43 
GeneralRe: How to execute VC++ project(only exe) in a system where VC++ is not installed Pin
Cedric Moonen25-Sep-07 22:15
Cedric Moonen25-Sep-07 22:15 
GeneralRe: How to execute VC++ project(only exe) in a system where VC++ is not installed Pin
shir_k25-Sep-07 23:59
shir_k25-Sep-07 23:59 

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.