Click here to Skip to main content
15,891,567 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionFinding the Ordinal of an imported function Pin
capricious_0013-Jul-06 22:36
capricious_0013-Jul-06 22:36 
AnswerRe: Finding the Ordinal of an imported function Pin
Viorel.3-Jul-06 23:53
Viorel.3-Jul-06 23:53 
GeneralRe: Finding the Ordinal of an imported function Pin
capricious_0014-Jul-06 0:09
capricious_0014-Jul-06 0:09 
QuestionProblems with LaserJet driver Pin
quique3-Jul-06 21:55
quique3-Jul-06 21:55 
AnswerRe: Problems with LaserJet driver Pin
Hamid_RT3-Jul-06 22:08
Hamid_RT3-Jul-06 22:08 
GeneralRe: Problems with LaserJet driver Pin
quique4-Jul-06 0:46
quique4-Jul-06 0:46 
GeneralRe: Problems with LaserJet driver Pin
Hamid_RT4-Jul-06 2:20
Hamid_RT4-Jul-06 2:20 
GeneralRe: Problems with LaserJet driver Pin
quique4-Jul-06 4:53
quique4-Jul-06 4:53 
With VC++ 6.0, call stack is as follows :

NTDLL! 7c974ed1()
NTDLL! 7c94f8fb()
NTDLL! 7c91eac7()


As you can see, my program hasn't be loaded.

Output window of debugger is:

Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
Loaded symbols for 'D:\fuente32\indalwin 5.0\Proyeccion\Debug\PdfDllD.dll'
Loaded symbols for 'C:\WINDOWS\system32\MFC42UD.DLL'
Loaded symbols for 'C:\WINDOWS\system32\MSVCRTD.DLL'
Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\opengl32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msvcrt.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\glu32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\ddraw.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\dciman32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\version.dll', no matching symbolic information found.
Loaded 'D:\fuente32\indalwin 5.0\Proyeccion\Debug\Vecad52.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\comdlg32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\shlwapi.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\comctl32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\shell32.dll', no matching symbolic information found.
Loaded 'D:\fuente32\indalwin 5.0\Proyeccion\Debug\bmw.dll', no matching symbolic information found.
Loaded 'D:\fuente32\indalwin 5.0\Proyeccion\Debug\arrgrid.dll', no matching symbolic information found.
Loaded symbols for 'C:\WINDOWS\system32\MFCO42UD.DLL'
Loaded 'C:\WINDOWS\system32\ole32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\oleaut32.dll', no matching symbolic information found.
Loaded symbols for 'C:\WINDOWS\system32\MSVCIRTD.DLL'
Loaded 'C:\WINDOWS\system32\mfc42loc.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll', no matching symbolic information found.
Loaded 'C:\Archivos de programa\Logitech\MouseWare\system\LgWndHk.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msctf.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\winspool.drv', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\spool\drivers\w32x86\3\unidrvui.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\spool\drivers\w32x86\3\hpzui053.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\compstui.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msimg32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\setupapi.dll', no matching symbolic information found.
First-chance exception in Proyeccionv5.exe (NTDLL.DLL): 0xC0000005: Access Violation.
First-chance exception in Proyeccionv5.exe (NTDLL.DLL): 0xC0000005: Access Violation.


If I choose other printer as default, there is no library "hpzui053.dll" and everything is alright.

Thanks,


Enrique
GeneralRe: Problems with LaserJet driver Pin
Hamid_RT4-Jul-06 5:52
Hamid_RT4-Jul-06 5:52 
GeneralRe: Problems with LaserJet driver Pin
quique4-Jul-06 21:29
quique4-Jul-06 21:29 
Questionhow to read an RTF file containing a bitmap and text Pin
Chetan Sheladiya3-Jul-06 21:49
professionalChetan Sheladiya3-Jul-06 21:49 
AnswerRe: how to read an RTF file containing a bitmap and text Pin
Hamid_RT3-Jul-06 21:56
Hamid_RT3-Jul-06 21:56 
Questiondecimal digits Pin
thathvamsi3-Jul-06 21:47
thathvamsi3-Jul-06 21:47 
AnswerRe: decimal digits Pin
Weiye Chen3-Jul-06 21:51
Weiye Chen3-Jul-06 21:51 
GeneralRe: decimal digits Pin
thathvamsi3-Jul-06 22:05
thathvamsi3-Jul-06 22:05 
GeneralRe: decimal digits Pin
Weiye Chen3-Jul-06 22:29
Weiye Chen3-Jul-06 22:29 
GeneralRe: decimal digits Pin
thathvamsi3-Jul-06 22:38
thathvamsi3-Jul-06 22:38 
GeneralRe: decimal digits Pin
Weiye Chen3-Jul-06 22:59
Weiye Chen3-Jul-06 22:59 
GeneralRe: decimal digits [modified] Pin
thathvamsi3-Jul-06 23:44
thathvamsi3-Jul-06 23:44 
GeneralRe: decimal digits Pin
Weiye Chen4-Jul-06 0:13
Weiye Chen4-Jul-06 0:13 
GeneralRe: decimal digits Pin
thathvamsi4-Jul-06 16:09
thathvamsi4-Jul-06 16:09 
Questionmotherboard sensors: cpu temperature, fan speed? Pin
aaaan3-Jul-06 21:46
aaaan3-Jul-06 21:46 
AnswerRe: motherboard sensors: cpu temperature, fan speed? [modified] Pin
Hamid_RT3-Jul-06 22:09
Hamid_RT3-Jul-06 22:09 
QuestionHow to get IP address? Pin
guestcat3-Jul-06 21:31
guestcat3-Jul-06 21:31 
AnswerRe: How to get IP address? Pin
Don Box3-Jul-06 21:41
Don Box3-Jul-06 21:41 

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.