Click here to Skip to main content
15,923,051 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can I print a bitmap file ? Pin
Christian Graus21-Dec-01 0:55
protectorChristian Graus21-Dec-01 0:55 
GeneralRe: How can I print a bitmap file ? Pin
manio21-Dec-01 0:02
manio21-Dec-01 0:02 
GeneralRe: How can I print a bitmap file ? Pin
Christian Graus21-Dec-01 0:51
protectorChristian Graus21-Dec-01 0:51 
Questionwhy no need to declare class CXXXDoc in XXXView.h? Pin
AnonymousBabe@usa.net16-Dec-01 15:15
AnonymousBabe@usa.net16-Dec-01 15:15 
AnswerRe: why no need to declare class CXXXDoc in XXXView.h? Pin
Erik Funkenbusch17-Dec-01 0:00
Erik Funkenbusch17-Dec-01 0:00 
GeneralProgram not starting Pin
16-Dec-01 10:37
suss16-Dec-01 10:37 
GeneralRe: Program not starting Pin
Paul Selormey16-Dec-01 13:08
Paul Selormey16-Dec-01 13:08 
GeneralRe: Program not starting Pin
Lim Bio Liong16-Dec-01 19:36
Lim Bio Liong16-Dec-01 19:36 
Hello C++_Beginner,

1. It sounds like the reason for the failure to launch is due to one or more DLLs missing.

There is a very good tool at the SysInternals web site called "FileMon". The following is the link to it :

http://www.sysinternals.com/ntw2k/source/filemon.shtml

This program is available in Win9x, WinNT, Win2K and XP versions. It basically monitors all file activities including file openning and closing.

If there are any missing files (including DLLs) while your app is launching, this program will report it.



2. The other possible reason for failure is missing registry entries. Another tool at SysInternals called "RegMon" which monitors registry activities.

The following is the web address :

http://www.sysinternals.com/ntw2k/source/regmon.shtml

This may help you to identify missing registry entries that are required by the system to identify further DLLs (e.g. COM servers).


Try out these two utilities and I'm very sure they will be of great help to you.

Best of luck.

Regards,
Bio.

GeneralRe: Program not starting Pin
Jon Hulatt17-Dec-01 0:04
Jon Hulatt17-Dec-01 0:04 
GeneralRe: Program not starting Pin
Rickard Andersson2017-Dec-01 0:38
Rickard Andersson2017-Dec-01 0:38 
GeneralRe: Program not starting Pin
Michael P Butler17-Dec-01 1:09
Michael P Butler17-Dec-01 1:09 
GeneralRe: Program not starting Pin
17-Dec-01 2:14
suss17-Dec-01 2:14 
GeneralRe: Program not starting Pin
Michael P Butler17-Dec-01 2:48
Michael P Butler17-Dec-01 2:48 
GeneralRe: Program not starting Pin
17-Dec-01 5:31
suss17-Dec-01 5:31 
GeneralCUIntArray & CList Pin
16-Dec-01 8:40
suss16-Dec-01 8:40 
GeneralRe: CUIntArray & CList Pin
Michael Dunn16-Dec-01 9:00
sitebuilderMichael Dunn16-Dec-01 9:00 
GeneralRe: CUIntArray & CList where the error is Pin
16-Dec-01 9:40
suss16-Dec-01 9:40 
GeneralRe: CUIntArray & CList where the error is Pin
16-Dec-01 10:05
suss16-Dec-01 10:05 
GeneralOLE container ambient properties Pin
Paul S16-Dec-01 6:33
Paul S16-Dec-01 6:33 
GeneralProblem With std::getline And C++ Pin
valikac16-Dec-01 4:44
valikac16-Dec-01 4:44 
GeneralRe: Problem With std::getline And C++ Pin
Joaquín M López Muñoz16-Dec-01 10:45
Joaquín M López Muñoz16-Dec-01 10:45 
GeneralRe: Problem With std::getline And C++ Pin
valikac16-Dec-01 16:03
valikac16-Dec-01 16:03 
GeneralReading and Writing Data From ifstream to *STL Container* in *Binary* Pin
valikac16-Dec-01 4:35
valikac16-Dec-01 4:35 
GeneralRe: Reading and Writing Data From ifstream to *STL Container* in *Binary* Pin
Todd Smith16-Dec-01 4:46
Todd Smith16-Dec-01 4:46 
GeneralRe: Reading and Writing Data From ifstream to *STL Container* in *Binary* Pin
valikac16-Dec-01 5:05
valikac16-Dec-01 5:05 

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.