Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > General Discussion
  New Posts New Posts RSS Feed - dll loading problem.....
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

dll loading problem.....

 Post Reply Post Reply
Author
Message
vcp_learner View Drop Down
Newbie
Newbie


Joined: 28 September 2005
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote vcp_learner Quote  Post ReplyReply Direct Link To This Post Topic: dll loading problem.....
    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.

Back to Top
kleckj View Drop Down
Newbie
Newbie


Joined: 26 July 2005
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote kleckj Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.109 seconds.