Click here to Skip to main content
16,010,553 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: c++-izing C code ... Pin
Joe Woodbury8-Oct-02 6:33
professionalJoe Woodbury8-Oct-02 6:33 
GeneralHTTP download Pin
kashifkhwaja8-Oct-02 2:50
kashifkhwaja8-Oct-02 2:50 
GeneralRe: HTTP download Pin
dazinith8-Oct-02 3:48
dazinith8-Oct-02 3:48 
GeneralCFormView border is ugly Pin
DanYELL8-Oct-02 2:42
DanYELL8-Oct-02 2:42 
GeneralRe: CFormView border is ugly Pin
Chris Hambleton8-Oct-02 4:25
Chris Hambleton8-Oct-02 4:25 
GeneralRe: CFormView border is ugly Pin
Chris Richardson8-Oct-02 9:55
Chris Richardson8-Oct-02 9:55 
General2 appl with the same DLL problem Pin
Raphael Kindt8-Oct-02 2:18
Raphael Kindt8-Oct-02 2:18 
GeneralRe: 2 appl with the same DLL problem Pin
Iain Clarke, Warrior Programmer8-Oct-02 2:34
Iain Clarke, Warrior Programmer8-Oct-02 2:34 
I can think of a few possibilities (none of which will be right of course!)

Maybe one of the executables was debug compiled, and is looking for MFC42D.dll which may not exist on the system you are running on.

You may have MFC42.dll in the directory of one exe rather than in the path, so only one can find it.

You may have other dependencies than mfc42.dll and this is where the difference lies. You can use
the DEPENDS tool on yout executable to find all the files they are looking for and find and differences.

I hope these help.

Iain.

QuestionEFM problem? Pin
chen8-Oct-02 1:54
chen8-Oct-02 1:54 
AnswerRe: EFM problem? Pin
Mike Nordell8-Oct-02 4:30
Mike Nordell8-Oct-02 4:30 
GeneralVisual C++ 6.0 incremental compiling Pin
Anonymous8-Oct-02 1:53
Anonymous8-Oct-02 1:53 
GeneralRe: Visual C++ 6.0 incremental compiling Pin
Roger Allen8-Oct-02 2:06
Roger Allen8-Oct-02 2:06 
GeneralResource compiler problem Pin
Roger Allen8-Oct-02 1:50
Roger Allen8-Oct-02 1:50 
GeneralProblem solved! Pin
Roger Allen8-Oct-02 2:23
Roger Allen8-Oct-02 2:23 
GeneralGetDIBits & SetDIBits in Windows CE Pin
Centaurus8-Oct-02 1:47
Centaurus8-Oct-02 1:47 
GeneralProblem relating to mciSendCommand Pin
Smithajacobk8-Oct-02 0:54
sussSmithajacobk8-Oct-02 0:54 
Generalrandom number Pin
wong19078-Oct-02 0:45
wong19078-Oct-02 0:45 
GeneralRe: random number Pin
jmkhael8-Oct-02 0:48
jmkhael8-Oct-02 0:48 
GeneralRe: random number Pin
Le centriste8-Oct-02 3:56
Le centriste8-Oct-02 3:56 
GeneralRe: random number Pin
Mike Nordell8-Oct-02 4:35
Mike Nordell8-Oct-02 4:35 
GeneralString Error Pin
John Bosko7-Oct-02 23:52
John Bosko7-Oct-02 23:52 
GeneralRe: String Error Pin
jmkhael8-Oct-02 0:46
jmkhael8-Oct-02 0:46 
GeneralRe: String Error Pin
Steve S8-Oct-02 1:06
Steve S8-Oct-02 1:06 
GeneralRe: String Error Pin
jmkhael8-Oct-02 1:06
jmkhael8-Oct-02 1:06 
GeneralDownload resume Pin
obr7-Oct-02 23:49
obr7-Oct-02 23:49 

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.