Click here to Skip to main content
15,890,670 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: 'return' problem Pin
Justin Tay9-Aug-06 22:20
Justin Tay9-Aug-06 22:20 
GeneralRe: 'return' problem Pin
Cedric Moonen9-Aug-06 22:28
Cedric Moonen9-Aug-06 22:28 
GeneralRe: 'return' problem [modified] Pin
Ali Tavakol9-Aug-06 22:32
Ali Tavakol9-Aug-06 22:32 
GeneralRe: 'return' problem [modified] Pin
Justin Tay9-Aug-06 22:36
Justin Tay9-Aug-06 22:36 
GeneralRe: 'return' problem Pin
Viorel.9-Aug-06 22:21
Viorel.9-Aug-06 22:21 
GeneralRe: 'return' problem Pin
Zac Howland10-Aug-06 4:08
Zac Howland10-Aug-06 4:08 
GeneralRe: 'return' problem Pin
James R. Twine10-Aug-06 1:32
James R. Twine10-Aug-06 1:32 
Questionstrange problem with MSVCRT Pin
sach!!9-Aug-06 21:49
sach!!9-Aug-06 21:49 
Hi!!

I am newbie in VC++. I was facing the problem while executing application(.exe) build using VC8. The application was ported from VC6 to VC8. The problem I was the error:

MSVCR80.dll was not found. Re-installing the app........

I gone through many articles and found this is a rather common problem. I checked my application manifest file which was correct and refering to new MFC 8. Also checked .exe which has manifest file embeded under RT_Manifest with id 1. So nothing seems to be wrong still i was not able to run .exe. When I checked with DEPENDACY WALKER it was showing same error that he couldnt found msvcr80.dll.

After that I changed setting for linker to ignore library MSVCRT.LIb. And now the problem is no more. When I checked .EXE with Dependency Walker, I was getting MSCVR80D.dll for debug build. Also my application is able to run now.

Is it right thing whatever I have done?? Is ignoring library MSVCRT.LIb is a right option. I hope it wont create problems in future.

Thx !!!!

AnswerRe: strange problem with MSVCRT Pin
Hamid_RT9-Aug-06 22:00
Hamid_RT9-Aug-06 22:00 
GeneralRe: strange problem with MSVCRT Pin
sach!!9-Aug-06 22:24
sach!!9-Aug-06 22:24 
AnswerRe: strange problem with MSVCRT Pin
AbhishekBK9-Aug-06 22:02
AbhishekBK9-Aug-06 22:02 
GeneralRe: strange problem with MSVCRT Pin
sach!!9-Aug-06 22:42
sach!!9-Aug-06 22:42 
GeneralRe: strange problem with MSVCRT [modified] Pin
sunit59-Aug-06 23:39
sunit59-Aug-06 23:39 
GeneralRe: strange problem with MSVCRT Pin
sach!!10-Aug-06 0:02
sach!!10-Aug-06 0:02 
GeneralRe: strange problem with MSVCRT Pin
AbhishekBK10-Aug-06 1:07
AbhishekBK10-Aug-06 1:07 
GeneralRe: strange problem with MSVCRT Pin
sach!!10-Aug-06 21:02
sach!!10-Aug-06 21:02 
GeneralRe: strange problem with MSVCRT Pin
AbhishekBK10-Aug-06 22:42
AbhishekBK10-Aug-06 22:42 
QuestionMaking Forward Declaration Class's enum Member Visible Pin
yccheok9-Aug-06 21:43
yccheok9-Aug-06 21:43 
Questionsend data from mdichild to other mdichild Pin
ms.linuz9-Aug-06 21:36
ms.linuz9-Aug-06 21:36 
QuestionFile reading error Pin
Anu_Bala9-Aug-06 21:30
Anu_Bala9-Aug-06 21:30 
AnswerRe: File reading error Pin
Cedric Moonen9-Aug-06 21:43
Cedric Moonen9-Aug-06 21:43 
AnswerRe: File reading error Pin
David Crow10-Aug-06 3:22
David Crow10-Aug-06 3:22 
QuestionCan i store DC content as bitmap [modified] Pin
Ramu.e9-Aug-06 21:20
Ramu.e9-Aug-06 21:20 
AnswerRe: Can i store DC content as bitmap Pin
Naveen9-Aug-06 21:30
Naveen9-Aug-06 21:30 
AnswerRe: Can i store DC content as bitmap Pin
Hamid_RT9-Aug-06 21:43
Hamid_RT9-Aug-06 21:43 

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.