Click here to Skip to main content
15,901,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: need help in window media SDK Pin
Mark Salsbery12-Jan-07 6:10
Mark Salsbery12-Jan-07 6:10 
GeneralRe: need help in window media SDK [modified] Pin
amitmistry_petlad 12-Jan-07 17:05
amitmistry_petlad 12-Jan-07 17:05 
QuestionRe: need help in window media SDK Pin
Mark Salsbery13-Jan-07 7:07
Mark Salsbery13-Jan-07 7:07 
AnswerRe: need help in window media SDK Pin
amitmistry_petlad 15-Jan-07 18:33
amitmistry_petlad 15-Jan-07 18:33 
AnswerRe: need help in window media SDK Pin
amitmistry_petlad 15-Jan-07 22:02
amitmistry_petlad 15-Jan-07 22:02 
GeneralRe: need help in window media SDK Pin
Mark Salsbery16-Jan-07 7:03
Mark Salsbery16-Jan-07 7:03 
GeneralRe: need help in window media SDK Pin
amitmistry_petlad 16-Jan-07 16:38
amitmistry_petlad 16-Jan-07 16:38 
QuestionMoving my C++ / MFC project from VS 2003 to VS 2005 Pin
AlexEvans10-Jan-07 17:22
AlexEvans10-Jan-07 17:22 
Hello there

Until today, I have been using VS 2003 / VC ++ without any problems for several years

Installed VS 2005 on my WinXP-SP2 machine (left all the default folders as suggested), then applied SP1 of VS 2005 without any problems… Then, converted my project to the new IDE using the wizard – no errors or any messages, seemed all OK:

BUT

1) Decided first to build an ANSI RELEASE version, all seemed OK except the application looks wrong, the tree control fails to create, the dialog background colouring is NOT there, all the buttons on my dialog do NOT process any messages, so to quit the screen I had to use ALT + F4, nothing else would work.

2) Attempting to build and debug an ANSI DEBUG version of my program, it seems the IDE can’t locate the VC DEBUG DLL’s and I had to copy those into my application folder… Strange – I thought the IDE should “Know” where these are located…

mfc80d.dll
mfcm80d.dll
msvcm80d.dll
msvcp80d.dll
msvcr80d.dll

3) Attempting to build a UNICODE DEBUG of my program, I get this error

LINK : fatal error LNK1181: cannot open input file 'lsvc8u.lib'
Searching for the file on my PC returns ZERO results, there is no such file on my machine, I did performed a complete install of VS 2005, and am not expecting anything to be missing…


4) On exiting my application, I get a crash with the message f:\sp\vctools...", I have no idea where is the “f:” drive designation coming from since I don’t have such a drive mapping on my PC

Looking at the Call stack, I get a “Strange” list – which I am sure my Application DOES NOT execute, so I figure somwhere there must be a corruption of sorts for this to come up. Looking at the bottom of the list, Ther is a call to a function MKGetFaxDateandTime() which I am sure it is NOT called anywhere.

Anyone has such experince???

Cheers
Alex

Questioni need some opinion on displaying fonts in dialog box. Pin
cyn810-Jan-07 16:27
cyn810-Jan-07 16:27 
AnswerRe: i need some opinion on displaying fonts in dialog box. Pin
Rajesh R Subramanian10-Jan-07 19:19
professionalRajesh R Subramanian10-Jan-07 19:19 
GeneralRe: i need some opinion on displaying fonts in dialog box. Pin
James R. Twine11-Jan-07 13:43
James R. Twine11-Jan-07 13:43 
QuestionRe: i need some opinion on displaying fonts in dialog box. Pin
Rajesh R Subramanian11-Jan-07 20:04
professionalRajesh R Subramanian11-Jan-07 20:04 
AnswerRe: i need some opinion on displaying fonts in dialog box. Pin
James R. Twine12-Jan-07 12:31
James R. Twine12-Jan-07 12:31 
GeneralRe: i need some opinion on displaying fonts in dialog box. Pin
Hamid_RT11-Jan-07 18:22
Hamid_RT11-Jan-07 18:22 
GeneralRe: i need some opinion on displaying fonts in dialog box. Pin
Rajesh R Subramanian11-Jan-07 20:04
professionalRajesh R Subramanian11-Jan-07 20:04 
GeneralRe: i need some opinion on displaying fonts in dialog box. Pin
Hamid_RT11-Jan-07 20:39
Hamid_RT11-Jan-07 20:39 
GeneralRe: i need some opinion on displaying fonts in dialog box. Pin
Rajesh R Subramanian11-Jan-07 20:42
professionalRajesh R Subramanian11-Jan-07 20:42 
GeneralRe: i need some opinion on displaying fonts in dialog box. Pin
cyn813-Jan-07 22:39
cyn813-Jan-07 22:39 
AnswerRe: i need some opinion on displaying fonts in dialog box. Pin
Kotesh.N10-Jan-07 22:27
Kotesh.N10-Jan-07 22:27 
AnswerRe: i need some opinion on displaying fonts in dialog box. Pin
Kotesh.N10-Jan-07 22:36
Kotesh.N10-Jan-07 22:36 
QuestionTemplate magic Pin
hint_5410-Jan-07 12:41
hint_5410-Jan-07 12:41 
AnswerRe: Template magic Pin
toxcct10-Jan-07 12:44
toxcct10-Jan-07 12:44 
GeneralRe: Template magic Pin
hint_5410-Jan-07 12:50
hint_5410-Jan-07 12:50 
GeneralRe: Template magic Pin
toxcct10-Jan-07 12:51
toxcct10-Jan-07 12:51 
GeneralRe: Template magic Pin
hint_5410-Jan-07 12:58
hint_5410-Jan-07 12:58 

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.