Click here to Skip to main content
15,929,253 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to call .exe file ? Pin
Hamid_RT9-Jun-08 20:17
Hamid_RT9-Jun-08 20:17 
AnswerRe: How to call .exe file ? Pin
Jagdish V. Bhimbha9-Jun-08 21:31
Jagdish V. Bhimbha9-Jun-08 21:31 
AnswerRe: How to call .exe file ? Pin
David Crow10-Jun-08 3:33
David Crow10-Jun-08 3:33 
QuestionMSVCRP90D.dll Problem. Pin
T.RATHA KRISHNAN9-Jun-08 18:17
T.RATHA KRISHNAN9-Jun-08 18:17 
AnswerRe: MSVCRP90D.dll Problem. Pin
Akt_4_U9-Jun-08 18:19
Akt_4_U9-Jun-08 18:19 
GeneralRe: MSVCRP90D.dll Problem. [modified] Pin
T.RATHA KRISHNAN9-Jun-08 18:26
T.RATHA KRISHNAN9-Jun-08 18:26 
GeneralRe: MSVCRP90D.dll Problem. Pin
Akt_4_U9-Jun-08 18:38
Akt_4_U9-Jun-08 18:38 
AnswerRe: MSVCRP90D.dll Problem. Pin
Naveen9-Jun-08 18:46
Naveen9-Jun-08 18:46 
The MSVCP90D.dll is implemented as a side-by-side assemblies. That is the loader wll load the dll in the "C:\WINDOWS\WinSxS\x86_Microsoft.VC90.DebugCRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456" folder if the manifest file of your application metions a dependecy with the above dll.

To confirm your manifest file is correct or not, got to the debug folder and in that folder you can find a file with extension ".manifest". Open it in a notepad and check the below line exists or not.

<assemblyIdentity type='win32' name='Microsoft.VC90.DebugCRT' version='9.0.21022.8' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />

Hope you have havent changed the project setting to prevent the automatic creation of manifest file.


QuestionRe: MSVCRP90D.dll Problem. Pin
T.RATHA KRISHNAN9-Jun-08 18:53
T.RATHA KRISHNAN9-Jun-08 18:53 
AnswerRe: MSVCRP90D.dll Problem. Pin
Naveen9-Jun-08 19:03
Naveen9-Jun-08 19:03 
QuestionRe: MSVCRP90D.dll Problem. Pin
T.RATHA KRISHNAN9-Jun-08 19:08
T.RATHA KRISHNAN9-Jun-08 19:08 
AnswerRe: MSVCRP90D.dll Problem. Pin
Naveen9-Jun-08 19:13
Naveen9-Jun-08 19:13 
QuestionRe: MSVCRP90D.dll Problem. Pin
T.RATHA KRISHNAN9-Jun-08 19:27
T.RATHA KRISHNAN9-Jun-08 19:27 
AnswerRe: MSVCRP90D.dll Problem. Pin
Naveen9-Jun-08 19:38
Naveen9-Jun-08 19:38 
GeneralRe: MSVCRP90D.dll Problem. Pin
T.RATHA KRISHNAN9-Jun-08 19:49
T.RATHA KRISHNAN9-Jun-08 19:49 
GeneralRe: MSVCRP90D.dll Problem. Pin
Naveen9-Jun-08 20:31
Naveen9-Jun-08 20:31 
QuestionBMP file to be written to an AVI file Pin
vidya1109-Jun-08 17:30
vidya1109-Jun-08 17:30 
AnswerRe: BMP file to be written to an AVI file Pin
Naveen9-Jun-08 17:48
Naveen9-Jun-08 17:48 
AnswerRe: BMP file to be written to an AVI file Pin
Hamid_RT9-Jun-08 20:16
Hamid_RT9-Jun-08 20:16 
AnswerRe: BMP file to be written to an AVI file Pin
achainard10-Jun-08 2:36
achainard10-Jun-08 2:36 
QuestionWaitForMultipleObjects not waiting Pin
wjeanveau9-Jun-08 11:39
wjeanveau9-Jun-08 11:39 
AnswerRe: WaitForMultipleObjects not waiting Pin
Joe Woodbury9-Jun-08 12:29
professionalJoe Woodbury9-Jun-08 12:29 
GeneralRe: WaitForMultipleObjects not waiting Pin
wjeanveau9-Jun-08 12:43
wjeanveau9-Jun-08 12:43 
GeneralRe: WaitForMultipleObjects not waiting Pin
Joe Woodbury9-Jun-08 12:59
professionalJoe Woodbury9-Jun-08 12:59 
GeneralRe: WaitForMultipleObjects not waiting Pin
wjeanveau9-Jun-08 13:10
wjeanveau9-Jun-08 13:10 

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.