Click here to Skip to main content
15,914,392 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Modeless Child Dialog Detection in Parent Dialog Pin
A&Ms23-Dec-09 4:07
A&Ms23-Dec-09 4:07 
AnswerRe: Modeless Child Dialog Detection in Parent Dialog Pin
Nelek23-Dec-09 5:13
protectorNelek23-Dec-09 5:13 
GeneralRe: Modeless Child Dialog Detection in Parent Dialog Pin
A&Ms23-Dec-09 9:41
A&Ms23-Dec-09 9:41 
GeneralRe: Modeless Child Dialog Detection in Parent Dialog Pin
Nelek23-Dec-09 23:00
protectorNelek23-Dec-09 23:00 
QuestionDeployment In C++ Pin
jannathali23-Dec-09 2:02
jannathali23-Dec-09 2:02 
QuestionRe: Deployment In C++ Pin
Nelek23-Dec-09 2:31
protectorNelek23-Dec-09 2:31 
AnswerRe: Deployment In C++ Pin
jannathali23-Dec-09 2:45
jannathali23-Dec-09 2:45 
GeneralRe: Deployment In C++ Pin
Nelek23-Dec-09 3:06
protectorNelek23-Dec-09 3:06 
As I said, if you do the setup from the debug version and you try to run the application in a machine where no visual studio is installed... you may have problems. The debug versions sometimes need to have some DLLs and other files in the target computer to run correctly.

Take a look with the dependancy-walker about what your programm needs when it is running and add it to the setup packet.

Or do the setup with released version. If you do this, I strongly recommend to take a look into:

Surviving the Release Version[^]
Debugging Release Mode Problems[^]

Regards.
--------
M.D.V. Wink | ;)

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpfull answers is nice, but saying thanks can be even nicer.

GeneralRe: Deployment In C++ Pin
Abhi Lahare23-Dec-09 4:36
Abhi Lahare23-Dec-09 4:36 
Questionadding checkbox to submenu item Pin
ganesh.dp22-Dec-09 23:11
ganesh.dp22-Dec-09 23:11 
AnswerRe: adding checkbox to submenu item Pin
KingsGambit22-Dec-09 23:43
KingsGambit22-Dec-09 23:43 
AnswerRe: adding checkbox to submenu item Pin
Code-o-mat23-Dec-09 3:13
Code-o-mat23-Dec-09 3:13 
QuestionReg - Edit Box Pin
Paulraj G22-Dec-09 22:50
Paulraj G22-Dec-09 22:50 
AnswerRe: Reg - Edit Box [modified] Pin
KingsGambit22-Dec-09 23:17
KingsGambit22-Dec-09 23:17 
GeneralRe: Reg - Edit Box Pin
Rajesh R Subramanian22-Dec-09 23:22
professionalRajesh R Subramanian22-Dec-09 23:22 
GeneralRe: Reg - Edit Box Pin
KingsGambit22-Dec-09 23:34
KingsGambit22-Dec-09 23:34 
GeneralRe: Reg - Edit Box [modified] Pin
Rajesh R Subramanian22-Dec-09 23:42
professionalRajesh R Subramanian22-Dec-09 23:42 
GeneralRe: Reg - Edit Box Pin
KingsGambit22-Dec-09 23:52
KingsGambit22-Dec-09 23:52 
GeneralRe: Reg - Edit Box Pin
LunaticFringe23-Dec-09 6:33
LunaticFringe23-Dec-09 6:33 
AnswerRe: Reg - Edit Box Pin
Rajesh R Subramanian22-Dec-09 23:21
professionalRajesh R Subramanian22-Dec-09 23:21 
AnswerRe: Reg - Edit Box Pin
Rajesh R Subramanian22-Dec-09 23:48
professionalRajesh R Subramanian22-Dec-09 23:48 
GeneralRe: Reg - Edit Box Pin
KingsGambit22-Dec-09 23:54
KingsGambit22-Dec-09 23:54 
GeneralRe: Reg - Edit Box Pin
Paulraj G23-Dec-09 0:27
Paulraj G23-Dec-09 0:27 
QuestionObject reference not set to an instance of an object. Pin
Anu_Bala22-Dec-09 22:29
Anu_Bala22-Dec-09 22:29 
AnswerRe: Object reference not set to an instance of an object. Pin
Adam Roderick J22-Dec-09 23:07
Adam Roderick J22-Dec-09 23:07 

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.