Print Page | Close Window

dll loading problem.....

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: General Discussion
Forum Description: Topics Related to Visual C++ MFC Development in General
URL: http://forum.codejock.com/forum_posts.asp?TID=2963
Printed Date: 23 May 2024 at 12:12am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: dll loading problem.....
Posted By: vcp_learner
Subject: dll loading problem.....
Date Posted: 28 September 2005 at 5:38pm

Hi all,

I find so many (800 or so) questions on this in the Internet, but no response!

When I execute my program, it hangs with nothing in the output (o/p) window...however, when I run it in the debugger mode and see the o/p window here is a bit of what I get....

Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\ole32.dll', no matching symbolic information found.
..............
..................
...............

Loaded 'C:\Program Files\Common Files\Microsoft Shared\OFFICE11\MSOXMLMF.DLL', no matching symbolic information found.
First-chance exception in Client.exe (KERNEL32.DLL): 0x80004002: (no name).
First-chance exception in Client.exe (KERNEL32.DLL): 0x80004002: (no name).
First-chance exception in Client.exe (KERNEL32.DLL): 0x80004002: (no name).
First-chance exception in Client.exe (KERNEL32.DLL): 0x80004002: (no name).
................
....................
Loaded 'C:\WINDOWS\system32\dbghelp.dll', no matching symbolic information found.
InitEvents(), succeeded
TraceServerMem::Init(), Initializing trace sever memory
RegisterVar, registered mod var: pdwSharedVar, mod: ERDSUtil, id: 1, adr: 0x1ee5404
Register Process,Start loop
RegisterProcess(), succeeded: process: DWUtil, share: Trace-0
..............................
..............................
.................................
Loaded 'C:\Program Files\Common Files\System\msadc\msaddsr.dll', no matching symbolic information found.
First-chance exception in Client.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception.
First-chance exception in Client.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception.
Loaded 'C:\WINDOWS\system32\dbnmpntw.dll', no matching symbolic information found.
The thread 0xB84 has exited with code 0 (0x0).
Loaded 'C:\Program Files\Common Files\System\Ole DB\sqloledb.rll', no matching symbolic information found.
AllocTrace(), total number of traces: 1
Loaded 'C:\Program Files\Microsoft Commerce Server 2002\CSDWMsg.dll', no matching symbolic information found.
The program 'C:\Program Files\Microsoft Commerce Server 2002\SDK\Tools\SSCE Migration\Membership\Client\Debug\Client.exe' has exited with code 0 (0x0).


If the above is not an issue, how I can I prevent the code from crashing, when not executing in the debug mode? The error does not relate to any particular line of code...and is formed throughout, ending in, initializing object statement.

Thanks in advance.




Replies:
Posted By: kleckj
Date Posted: 10 January 2006 at 10:43pm
Yea the old debug build, stop using it 10 years ago. Run outputdebugstrings in release build. You are finding out the debugger fixes things up and well does stuff.  I never run debug builds as my users are else where like maybe in another state. So debug builds buy you nothing. Try it. It might hurt for a while but better off the crutch.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net