Click here to Skip to main content
15,892,697 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Z order Pin
David Crow21-Sep-10 8:37
David Crow21-Sep-10 8:37 
QuestionRe: Z order Pin
rp_suman21-Sep-10 8:51
rp_suman21-Sep-10 8:51 
QuestionMFC application(VS2008) does not execute in another computer Pin
tdc_india21-Sep-10 1:49
tdc_india21-Sep-10 1:49 
AnswerRe: MFC application(VS2008) does not execute in another computer Pin
Cedric Moonen21-Sep-10 1:54
Cedric Moonen21-Sep-10 1:54 
GeneralRe: MFC application(VS2008) does not execute in another computer Pin
tdc_india21-Sep-10 2:02
tdc_india21-Sep-10 2:02 
AnswerRe: MFC application(VS2008) does not execute in another computer Pin
Kushagra Tiwari21-Sep-10 2:19
Kushagra Tiwari21-Sep-10 2:19 
GeneralRe: MFC application(VS2008) does not execute in another computer Pin
tdc_india24-Sep-10 22:21
tdc_india24-Sep-10 22:21 
AnswerRe: MFC application(VS2008) does not execute in another computer Pin
Sauro Viti21-Sep-10 5:39
professionalSauro Viti21-Sep-10 5:39 
tdc_india wrote:
This application we can not build in release mode. since there is no option to Release mode only debug mode available. Please advice. We have tried by distributing the .dll files.


As Cedric already told you, you should build your application in release mode to deploy it; if you don't have a release configuration in the Configuration manager you can add a new confguration and set it in the proper way. Copy the required dependencies and settings from the existing debug configuration and change the required settings to obtain a release configuration (you can use the Project wizard to create a new application and see what it set there for the release configuration).

Another thing you should be aware of, is that Microsoft give you the right to redistribute the release version only of the runtime, then you shouldn't redistribute the debug version of its DLLs.

Cheers,
Sauro
GeneralRe: MFC application(VS2008) does not execute in another computer Pin
tdc_india24-Sep-10 22:21
tdc_india24-Sep-10 22:21 
AnswerRe: MFC application(VS2008) does not execute in another computer Pin
yu-jian21-Sep-10 14:31
yu-jian21-Sep-10 14:31 
GeneralRe: MFC application(VS2008) does not execute in another computer Pin
tdc_india23-Sep-10 3:13
tdc_india23-Sep-10 3:13 
QuestionlineCallbackFunc not returning message..... [modified] Pin
AmbiguousName21-Sep-10 1:27
AmbiguousName21-Sep-10 1:27 
AnswerRe: lineCallbackFunc not returning message..... Pin
Kushagra Tiwari21-Sep-10 2:29
Kushagra Tiwari21-Sep-10 2:29 
AnswerRe: lineCallbackFunc not returning message..... Pin
oggenok6421-Sep-10 2:50
oggenok6421-Sep-10 2:50 
GeneralRe: lineCallbackFunc not returning message..... Pin
AmbiguousName21-Sep-10 3:50
AmbiguousName21-Sep-10 3:50 
QuestionRe: lineCallbackFunc not returning message..... Pin
David Crow21-Sep-10 3:18
David Crow21-Sep-10 3:18 
QuestionApplication error Pin
raju_shiva21-Sep-10 1:12
raju_shiva21-Sep-10 1:12 
AnswerRe: Application error Pin
Cedric Moonen21-Sep-10 1:25
Cedric Moonen21-Sep-10 1:25 
GeneralRe: Application error Pin
raju_shiva21-Sep-10 1:38
raju_shiva21-Sep-10 1:38 
AnswerRe: Application error Pin
rp_suman21-Sep-10 8:38
rp_suman21-Sep-10 8:38 
AnswerRe: Application error Pin
yu-jian21-Sep-10 14:50
yu-jian21-Sep-10 14:50 
QuestionPath Pin
john563220-Sep-10 23:32
john563220-Sep-10 23:32 
AnswerRe: Path Pin
«_Superman_»20-Sep-10 23:47
professional«_Superman_»20-Sep-10 23:47 
AnswerRe: Path Pin
bleedingfingers21-Sep-10 1:04
bleedingfingers21-Sep-10 1:04 
GeneralRe: Path Pin
kakan21-Sep-10 1:44
professionalkakan21-Sep-10 1:44 

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.