Click here to Skip to main content
16,006,869 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A question about licences Pin
Hans Dietrich26-Apr-03 23:54
mentorHans Dietrich26-Apr-03 23:54 
QuestionHow get notified before my program is terminated externally by TerminateProcess Pin
Arnold Sonico26-Apr-03 21:03
Arnold Sonico26-Apr-03 21:03 
AnswerRe: How get notified before my program is terminated externally by TerminateProcess Pin
Hans Dietrich26-Apr-03 21:34
mentorHans Dietrich26-Apr-03 21:34 
General?? is this the correct MFC approach Pin
Paul Farry26-Apr-03 19:45
professionalPaul Farry26-Apr-03 19:45 
GeneralRe: ?? is this the correct MFC approach Pin
Hans Dietrich26-Apr-03 21:11
mentorHans Dietrich26-Apr-03 21:11 
GeneralRe: ?? is this the correct MFC approach Pin
Paul Farry26-Apr-03 21:42
professionalPaul Farry26-Apr-03 21:42 
Generalerror :- cannot open mfc42u.lib Pin
Vipin Bokariya26-Apr-03 19:31
Vipin Bokariya26-Apr-03 19:31 
GeneralRe: error :- cannot open mfc42u.lib Pin
Hans Dietrich26-Apr-03 20:53
mentorHans Dietrich26-Apr-03 20:53 
The error means that your project configuration is trying to link with MFC's Unicode library - that's what the "u" in mfc42u.lib stands for.

There might be an ANSI configuration for your project - to check, go to Build | Set Active Configuration. See if there is a "<project> - Win32 Debug" listed. If there is, select it, and do a rebuild all. This should get rid of the error.

If there is no ANSI configuration, you can either create one (it's not that hard), or you can install the MFC Unicode libraries on your machine (note that Unicode builds will only work on NT-based systems). To install the Unicode libraries, go back to the VS CD, and select the Unicode libraries when it offers you the choice - you may have to drill down through several screens to get to it, I don't remember. You probably chose the default when you installed VS the last time, which does not install the Unicode stuff.

Best wishes,
Hans

p.s. You can customize the VS toolbar so that the "Select Active Configuration" combobox is always displayed on your toolbar. Saves lots of confusion.
GeneralRe: error :- cannot open mfc42u.lib Pin
Vipin Bokariya28-Apr-03 0:36
Vipin Bokariya28-Apr-03 0:36 
Questionconversion of win32 api into MFC is it possible......? Pin
Vipin Bokariya26-Apr-03 17:54
Vipin Bokariya26-Apr-03 17:54 
AnswerRe: conversion of win32 api into MFC is it possible......? Pin
John R. Shaw28-Apr-03 16:53
John R. Shaw28-Apr-03 16:53 
GeneralCBitmap 's LoadBitmap Pin
Member 25731526-Apr-03 17:17
Member 25731526-Apr-03 17:17 
GeneralRe: CBitmap 's LoadBitmap Pin
Nish Nishant26-Apr-03 17:50
sitebuilderNish Nishant26-Apr-03 17:50 
GeneralRe: CBitmap 's LoadBitmap Pin
Heiko200327-Apr-03 4:01
sussHeiko200327-Apr-03 4:01 
GeneralRe: CBitmap 's LoadBitmap Pin
John R. Shaw28-Apr-03 17:14
John R. Shaw28-Apr-03 17:14 
GeneralAbout CEdit vertical center Pin
lvvvww26-Apr-03 16:58
lvvvww26-Apr-03 16:58 
GeneralRe: About CEdit vertical center Pin
Hans Dietrich27-Apr-03 0:22
mentorHans Dietrich27-Apr-03 0:22 
GeneralRe: About CEdit vertical center Pin
Member 81035169-May-14 13:41
Member 81035169-May-14 13:41 
GeneralWSAWaitForMultipleEvents &amp; WaitForMultipleEvents Pin
Jörgen Sigvardsson26-Apr-03 12:19
Jörgen Sigvardsson26-Apr-03 12:19 
GeneralRe: WSAWaitForMultipleEvents & WaitForMultipleEvents Pin
Stefan Pedersen26-Apr-03 13:19
Stefan Pedersen26-Apr-03 13:19 
GeneralError using MS Access with SQL DISTINCT in VC++ Pin
ATC26-Apr-03 11:41
ATC26-Apr-03 11:41 
GeneralImages and scrollbar in CHtmlView Pin
roel_26-Apr-03 10:55
roel_26-Apr-03 10:55 
GeneralRe: Images and scrollbar in CHtmlView Pin
Neville Franks26-Apr-03 23:02
Neville Franks26-Apr-03 23:02 
GeneralRe: Images and scrollbar in CHtmlView Pin
roel_27-Apr-03 21:35
roel_27-Apr-03 21:35 
GeneralRe: Images and scrollbar in CHtmlView Pin
Neville Franks27-Apr-03 21:43
Neville Franks27-Apr-03 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.