Ae pessoal,
Tenho uma aplicação em C que tá dando pau no Windows 2003 … usei o Depends pra fazer o profile do danado e ele me retornou um punhado de chamado que eu nao sei o que fazer 
00:00:08.360: GetProcAddress(0x770C0000 [c:winntsystem32OLEAUT32.DLL], “VarBstrCmp”) called from “c:winntsystem32EXPSRV.DLL” at address 0x0F9C86BB and returned 0x7712A6B9 by thread 7.
00:00:08.360: GetProcAddress(0x77140000 [c:winntsystem32OLE32.DLL], “CoCreateInstanceEx”) called from “c:winntsystem32EXPSRV.DLL” at address 0x0F9C8045 and returned 0x77144E83 by thread 7.
00:00:08.406: GetProcAddress(0x77140000 [c:winntsystem32OLE32.DLL], “CLSIDFromProgIDEx”) called from “c:winntsystem32EXPSRV.DLL” at address 0x0F9C8052 and returned 0x7716BB02 by thread 7.
00:00:08.453: LoadLibraryA(“kernel32.dll”) called from “c:winntsystem32OLEAUT32.DLL” at address 0x770E99D2 by thread 7.
00:00:08.469: LoadLibraryA(“kernel32.dll”) returned 0x77E40000 by thread 7.
00:00:08.485: GetProcAddress(0x77E40000 [c:winntsystem32KERNEL32.DLL], “NlsGetCacheUpdateCount”) called from “c:winntsystem32OLEAUT32.DLL” at address 0x770E99EC and returned 0x77E644BC by thread 7.
00:01:31.422: GetProcAddress(0x77E40000 [c:winntsystem32KERNEL32.DLL], “GetCalendarInfoW”) called from “c:winntsystem32OLEAUT32.DLL” at address 0x770DEBC2 and returned 0x77E6E9D6 by thread 8.
01:58:45.516: Second chance exception 0xC0000005 (Access Violation) occurred in “c:myprojectmydll.DLL” at address 0x10003765 by thread 8.
01:58:45.547: Thread 8 exited with code 128 (0x80).
01:58:45.547: Thread 3 exited with code 128 (0x80).
01:58:45.547: Thread 4 exited with code 128 (0x80).
01:58:45.547: Thread 5 exited with code 128 (0x80).
01:58:45.547: Thread 1 exited with code 128 (0x80).
01:58:45.547: Thread 2 exited with code 128 (0x80).
01:58:45.547: Thread 6 exited with code 128 (0x80).
01:58:45.547: Exited “c:myprojectmyExe.EXE” (process 0x2E0) with code 128 (0x80) by thread 7.
Alguma ideia como eu posso rastrear com isso onde foi a chamada que causou o problema?
Windows 2000 roda sem problema algum …
