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

C / C++ / MFC

 
GeneralRe: error :- cannot open mfc42u.lib Pin
Hans Dietrich26-Apr-03 20:53
mentorHans Dietrich26-Apr-03 20:53 
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 
if m_bitmap.LoadBitmap("c:\\windows\\cibab.bmp") failed then m_bitmap.GetBitmap(&bm) will fail.

1) How do you know cibab.bmp exist.
2) Check return values to make sure bitmap was loaded (it does not sound like it was).
3) When you say crash what do you mean? If GetBitmap() failed that does not mean you program CRASHED, it means that you have an invailid bitmap handle. Which causes GetBitmap() to fail. Therefore, see items (1) and (2) above.
4) "c:\\windows" is not portable between Windows operating systems (on WinNT it is "c:\\winnt", before XP).

Trust in the code Luke. Yea right!
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 & 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 
Generalunzip a zipped file Pin
includeh1026-Apr-03 10:29
includeh1026-Apr-03 10:29 
GeneralRe: unzip a zipped file Pin
David Salter26-Apr-03 10:32
David Salter26-Apr-03 10:32 
GeneralExcel Pin
Heiko200326-Apr-03 10:24
sussHeiko200326-Apr-03 10:24 
GeneralRe: Excel Pin
kjessee26-Apr-03 10:55
kjessee26-Apr-03 10:55 
GeneralRe: Excel Pin
Heiko200326-Apr-03 11:05
sussHeiko200326-Apr-03 11:05 
GeneralRe: Excel Pin
kjessee26-Apr-03 11:11
kjessee26-Apr-03 11:11 
GeneralRe: Excel Pin
Heiko200326-Apr-03 11:22
sussHeiko200326-Apr-03 11:22 

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.