Click here to Skip to main content
16,005,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VirtualQueryEx Pin
Blake Miller18-Aug-03 10:42
Blake Miller18-Aug-03 10:42 
GeneralStatus bars and Property Sheets Pin
DodgyG14-Aug-03 5:40
DodgyG14-Aug-03 5:40 
GeneralSending messages with Server/Client Pin
Jay Hova14-Aug-03 5:22
Jay Hova14-Aug-03 5:22 
GeneralRe: Sending messages with Server/Client Pin
valikac14-Aug-03 6:38
valikac14-Aug-03 6:38 
GeneralRe: Sending messages with Server/Client Pin
Jay Hova14-Aug-03 6:54
Jay Hova14-Aug-03 6:54 
GeneralDLL loading multiple times Pin
BAmity14-Aug-03 5:02
BAmity14-Aug-03 5:02 
GeneralRe: DLL loading multiple times Pin
geo_m14-Aug-03 5:18
geo_m14-Aug-03 5:18 
GeneralRe: DLL loading multiple times Pin
David Crow14-Aug-03 5:32
David Crow14-Aug-03 5:32 
Amity Binkert wrote:
1. Can anyone tell me why a DLL may be loaded more than once by a program?

How are you verifying this? If the DLL is implicitly loaded, it happens once. If the DLL is explicitly loaded, it is still only loaded once, but the reference count is incremented with each successive call to LoadLibrary().

Amity Binkert wrote:
3. Does anyone know what the clbcatq.dll contains?

Are you sure the file isn't ~clbcatq.dll? Its presence indictaes that COM+ was not setup properly.
GeneralRe: DLL loading multiple times Pin
Andrew Walker14-Aug-03 5:32
Andrew Walker14-Aug-03 5:32 
GeneralRe: DLL loading multiple times Pin
Steve S14-Aug-03 5:35
Steve S14-Aug-03 5:35 
GeneralAmbiguous Overload. Pin
73Zeppelin14-Aug-03 4:30
73Zeppelin14-Aug-03 4:30 
GeneralRe: Ambiguous Overload. Pin
David Crow14-Aug-03 4:45
David Crow14-Aug-03 4:45 
GeneralRe: Ambiguous Overload. Pin
73Zeppelin14-Aug-03 4:49
73Zeppelin14-Aug-03 4:49 
GeneralRe: Ambiguous Overload. Pin
73Zeppelin14-Aug-03 5:08
73Zeppelin14-Aug-03 5:08 
GeneralRe: Ambiguous Overload. Pin
Michael Dunn15-Aug-03 19:53
sitebuilderMichael Dunn15-Aug-03 19:53 
QuestionHow to open & paint & print aux window? Pin
Anonymous14-Aug-03 3:59
Anonymous14-Aug-03 3:59 
Generaldisable enter-key in an app Pin
DamperMan14-Aug-03 2:38
DamperMan14-Aug-03 2:38 
GeneralRe: disable enter-key in an app Pin
Cedric Moonen14-Aug-03 2:47
Cedric Moonen14-Aug-03 2:47 
Generalabout WM_NOTIFY for CTreeCtrl Pin
muddog14-Aug-03 1:53
muddog14-Aug-03 1:53 
GeneralRe: about WM_NOTIFY for CTreeCtrl Pin
Senkwe Chanda14-Aug-03 2:37
Senkwe Chanda14-Aug-03 2:37 
GeneralRe: about WM_NOTIFY for CTreeCtrl Pin
muddog14-Aug-03 3:37
muddog14-Aug-03 3:37 
GeneralVC++ DLL Pin
cberam14-Aug-03 0:43
cberam14-Aug-03 0:43 
GeneralRe: VC++ DLL Pin
David Crow14-Aug-03 3:06
David Crow14-Aug-03 3:06 
GeneralRe: VC++ DLL Pin
cberam15-Aug-03 18:39
cberam15-Aug-03 18:39 
GeneralRe: VC++ DLL Pin
David Crow18-Aug-03 2:21
David Crow18-Aug-03 2:21 

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.