PC Review


Reply
Thread Tools Rate Thread

How can I disable the display of the "Entry Point Not Found" message

 
 
Hans Kopp
Guest
Posts: n/a
 
      10th Feb 2005
Hi,

I have a C++ application that is trying to create a COM object that resides
in a DLL that cannot be loaded due to unresolved DLL entry points.

When this happens a dialog is displayed with the message 'The procedure
entry point <someFunction> could not be located in the dynamic link library
<someDLL>.'

I don't want to see this message dialog in my application. Instead the
creation of the COM object should simply fail without displaying any
notifications.

I'm looking for some global flags that allow me to change the behavior of
the application so that this dialog is no longer displayed. It's not an
option to change the code that creates the COM object.

Does something like this exist?

The strange thing is that these error message appears only if a certain 3rd
party DLL is loaded as well - without it I get the behavior I want.

Regards,

Hans


 
Reply With Quote
 
 
 
 
Jochen Kalmbach
Guest
Posts: n/a
 
      11th Feb 2005
Hi Hans Kopp,

> I don't want to see this message dialog in my application. Instead the
> creation of the COM object should simply fail without displaying any
> notifications.


See: SetErrorMode
http://msdn.microsoft.com/library/en...terrormode.asp

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error Message: "Entry Point Not Found" =?Utf-8?B?Z3JlZ3N0b2Nr?= Windows XP Basics 0 15th Sep 2006 12:01 AM
"Entry Point Not Found" message joni Microsoft Outlook 1 8th Oct 2004 02:12 PM
" lsass.exe - Entry point not Found " "The procedure entry point c Tom Windows XP Hardware 2 27th Sep 2004 07:13 PM
Error message "E_srcv.exe - entry point not found" DavidA Windows XP Setup 0 15th Nov 2003 11:01 PM
Error message "E_srcv.exe - entry point not found" DavidA Windows XP General 0 15th Nov 2003 10:47 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:56 PM.