Click here to Skip to main content
15,913,836 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Calling GetDlgItem in a static method Pin
Viorel.9-Aug-06 22:41
Viorel.9-Aug-06 22:41 
GeneralRe: Calling GetDlgItem in a static method Pin
RajiRaghu9-Aug-06 23:20
RajiRaghu9-Aug-06 23:20 
QuestionRe: Calling GetDlgItem in a static method Pin
Viorel.9-Aug-06 23:28
Viorel.9-Aug-06 23:28 
AnswerRe: Calling GetDlgItem in a static method Pin
RajiRaghu9-Aug-06 23:43
RajiRaghu9-Aug-06 23:43 
GeneralRe: Calling GetDlgItem in a static method Pin
Viorel.10-Aug-06 0:03
Viorel.10-Aug-06 0:03 
AnswerRe: Calling GetDlgItem in a static method Pin
ThatsAlok10-Aug-06 0:47
ThatsAlok10-Aug-06 0:47 
AnswerRe: Calling GetDlgItem in a static method Pin
James R. Twine10-Aug-06 1:37
James R. Twine10-Aug-06 1:37 
AnswerRe: Calling GetDlgItem in a static method Pin
Hamid_RT10-Aug-06 8:28
Hamid_RT10-Aug-06 8:28 
Question'return' problem Pin
Ali Tavakol9-Aug-06 21:53
Ali Tavakol9-Aug-06 21:53 
AnswerRe: 'return' problem Pin
Cedric Moonen9-Aug-06 21:59
Cedric Moonen9-Aug-06 21:59 
AnswerRe: 'return' problem Pin
toxcct9-Aug-06 22:01
toxcct9-Aug-06 22:01 
GeneralRe: 'return' problem Pin
Cedric Moonen9-Aug-06 22:04
Cedric Moonen9-Aug-06 22:04 
GeneralRe: 'return' problem Pin
toxcct9-Aug-06 22:08
toxcct9-Aug-06 22:08 
AnswerRe: 'return' problem Pin
Justin Tay9-Aug-06 22:05
Justin Tay9-Aug-06 22:05 
GeneralRe: 'return' problem Pin
Ali Tavakol9-Aug-06 22:10
Ali Tavakol9-Aug-06 22:10 
GeneralRe: 'return' problem [modified] Pin
Justin Tay9-Aug-06 22:21
Justin Tay9-Aug-06 22:21 
GeneralRe: 'return' problem Pin
Cedric Moonen9-Aug-06 22:15
Cedric Moonen9-Aug-06 22:15 
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 !!!!

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.