Visual Studio 2008 - Probleme mit Runtime DLLs

CapJo

Admiral Special
Mitglied seit
19.04.2002
Beiträge
1.488
Renomée
17
Standort
nähe Landshut
Ich versuche gerade die eine Beispielanwendung (FlowLib ) der TU Graz zu kompilieren. (Bildverarbeitung mit CUDA) Zu finden ist sie hier:

http://gpu4vision.icg.tugraz.at/index.php?content=downloads.php

Das Problem ist, dass man eine vorkompilierte DLL nutzen muss um auf die Funktionalitäten zuzugreifen. Leider funktioniert das nicht so wie es sollte ... ich bin immer noch auf der Suche nach dem Fehler. Außerdem wurde zum kompilieren der DLL die Version 2005 des Visual Studios verwendet ... sollte jedoch trotzdem gehen.

Ich hab die Datei erfolgreich kompiliert doch beim starten der Anwendung kommt ein "Runtime-Error!" und das Programm beendet sich.

Anhang anzeigen 15190

Um dem Problem auf den Grund zu gehen, hab ich den "Dependency Walker" heruntergeladen und folgendes Ergebnis erhalten.

Anhang anzeigen 15191

Wenn ich die FlowLib.dll im Dependency Walker ansehe, hab ich bereits die fehlende Abhängigkeit.

Anhang anzeigen 15192

Bei der vorkompilierten Anwendung (ausführbare Datei) sind dagegen alle Abhängigkeiten vorhanden und es sieht so aus.

Anhang anzeigen 15193

Hat jemand ne Ahnung, was der Fehler ist und ob ich ihn selbst beheben kann? Wenn ja wie mit welchen Einstellungen im Visual Studio?
 
da die fehlende DLL (msvcr80.dll) da ist, tippe ich auf ein Manifest-Fehler oder WinSXS-Fehler:

hilfsweise einfach mal die MSVCR80.DLL sowie MSVCP80.DLL entweder in den Windows\System32 Ordner oder direkt in den App-Ordner kopieren.

Die Dateien sollten in einen der folgenden Ordner vorhanden sein:

\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd

\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_6b128700

\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca

wobei der letzte besser wäre
 
darauf tippe ich, welche Version von depends wird verwendet ?

bitte auch mal ein Screenshot mit vollständigen Pfaden (C:\ Button) machen, hilft bei der Fehlersuche
 
Danke!! Der Tipp mit dem kopieren hat geklappt, die Anwendung läuft schon mal ohne Runtime-Error, aber ich bekomme jetzt einen anderen Fehler. Ein Aufruf innerhalb der DLL scheint nicht zu gehen. Oh man ich liebe DLLs ...

Beim Kompilieren erhalte ich folgendes:

1>------ Erstellen gestartet: Projekt: flow_win_demo, Konfiguration: Debug Win32 ------
1>Kompilieren...
1>flow_win_demo.cpp
1>Unknown compiler version - please run the configure tests and report the results
1>Manifest in Ressourcen wird kompiliert...
1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>Verknüpfen...
1>LINK : warning LNK4098: Standardbibliothek "MSVCRT" steht in Konflikt mit anderen Bibliotheken; /NODEFAULTLIB:Bibliothek verwenden.
1>Das Manifest wird eingebettet...
1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>Das Buildprotokoll wurde unter "file://c:\FlowLib_Windows-Demo\FlowLib_Windows-Demo\project\flow_win_demo.dir\Debug\BuildLog.htm" gespeichert.
1>flow_win_demo - 0 Fehler, 1 Warnung(en)
========== Erstellen: 1 erfolgreich, Fehler bei 0, 1 aktuell, 0 übersprungen ==========

Muss ich mir wegen der Warnung LNK4098 sorgen machen?

Ich verwende die Version 2.2.6 des "Dependency Walkers". Ich hab ihn heruntergeladen, da er ja ab VS 2008 nicht mehr dabei ist.

Hier sind die Screenshots mit den vollständigen Pfadangaben.

Anhang anzeigen 15194

Der Screenshot ist natürlich vor dem reinkopieren entstanden.
 
Zuletzt bearbeitet:
starte mal im Depends die app:

Profile -> Start Profiling :

[v] Clear the log
[v] Simulate...
[v] Log DLLMain calls for process...
[v] Log DLLMain calls for all...
[v] Hook ...
[v] Log thread inf...
[v] Log 1st cha...
[v] Log debug...
[v] use full paths
[v] autom. ...
 
Code:
--------------------------------------------------------------------------------
Starting profile on 02.06.2009 at 17:47:24

Operating System: Microsoft Windows XP Professional (32-bit), version 5.01.2600 Service Pack 3
Program Executable: c:\flowlib_windows-demo\flowlib_windows-demo\debug\FLOW_WIN_DEMO.EXE
Program Arguments: -v --flo RubberWhale.flo --texture_rescale --diffusion --str_tex C:\FlowLib_Windows-Demo\FlowLib_Windows-Demo\data\RubberWhale10.pgm C:\FlowLib_Windows-Demo\FlowLib_Windows-Demo\data\RubberWhale11.pgm
Starting Directory: C:\FlowLib_Windows-Demo\FlowLib_Windows-Demo\Debug\
Search Path: C:\Programme\PC Connectivity Solution\;C:\Programme\Windows Resource Kits\Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\TortoiseSVN\bin;C:\Programme\Liquid Technologies\Liquid XML Studio 2009\XmlDataBinder7\Redist7\cpp\win32\bin;C:\Programme\GTK2-Runtime\bin;C:\CUDA\bin;C:\Programme\Microsoft SQL Server\90\Tools\binn\;C:\opencv\bin;C:\qt\4.5.1\bin;C:\mutant\mutant\trunk\bin;C:\premake-win32-3.7;C:\Programme\smartmontools\bin;C:\Programme\CMake 2.6\bin

Options Selected:
     Simulate ShellExecute by inserting any App Paths directories into the PATH environment variable.
     Log DllMain calls for process attach and process detach messages.
     Log DllMain calls for all other messages, including thread attach and thread detach.
     Hook the process to gather more detailed dependency information.
     Log LoadLibrary function calls.
     Log GetProcAddress function calls.
     Log thread information.
     Use simple thread numbers instead of actual thread IDs.
     Log first chance exceptions.
     Log debug output messages.
     Use full paths when logging file names.
     Automatically open and profile child processes.
--------------------------------------------------------------------------------

Started "c:\flowlib_windows-demo\flowlib_windows-demo\debug\FLOW_WIN_DEMO.EXE" (process 0x92C) at address 0x00400000 by thread 1.  Successfully hooked module.
Loaded "c:\windows\system32\NTDLL.DLL" at address 0x7C910000 by thread 1.  Successfully hooked module.
Loaded "c:\windows\system32\KERNEL32.DLL" at address 0x7C800000 by thread 1.  Successfully hooked module.
DllMain(0x7C910000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\NTDLL.DLL" called by thread 1.
DllMain(0x7C910000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\NTDLL.DLL" returned 1 (0x1) by thread 1.
DllMain(0x7C800000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 1.
DllMain(0x7C800000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\KERNEL32.DLL" returned 1 (0x1) by thread 1.
Injected "c:\dokumente und einstellungen\capjo\desktop\depends22_x86\DEPENDS.DLL" at address 0x08370000 by thread 1.
DllMain(0x08370000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\dokumente und einstellungen\capjo\desktop\depends22_x86\DEPENDS.DLL" called by thread 1.
DllMain(0x08370000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\dokumente und einstellungen\capjo\desktop\depends22_x86\DEPENDS.DLL" returned 1 (0x1) by thread 1.
Loaded "c:\flowlib_windows-demo\flowlib_windows-demo\debug\FLOW.DLL" at address 0x10000000 by thread 1.  Successfully hooked module.
Loaded "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x00250000 by thread 1.  Successfully hooked module.
Loaded "c:\flowlib_windows-demo\flowlib_windows-demo\debug\VM.DLL" at address 0x00280000 by thread 1.  Successfully hooked module.
Loaded "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.DLL" at address 0x78130000 by thread 1.  Successfully hooked module.
Loaded "c:\windows\system32\MSVCRT.DLL" at address 0x77BE0000 by thread 1.  Successfully hooked module.
Loaded "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCP80.DLL" at address 0x7C420000 by thread 1.  Successfully hooked module.
Loaded "c:\windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456\MSVCP90D.DLL" at address 0x10480000 by thread 1.  Successfully hooked module.
Loaded "c:\windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456\MSVCR90D.DLL" at address 0x10200000 by thread 1.  Successfully hooked module.
Entrypoint reached. All implicit modules have been loaded.
DllMain(0x00250000, DLL_PROCESS_ATTACH, 0x00E9FD30) in "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" called by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "InitializeCriticalSectionAndSpinCount") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x0026BFD8 and returned 0x7C80B8C9 by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsAlloc") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x002695D1 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127).
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsGetValue") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x002695DE and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127).
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsSetValue") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x002695EB and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127).
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsFree") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x002695F8 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127).
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "IsProcessorFeaturePresent") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x00268629 and returned 0x7C80AECA by thread 1.
DllMain(0x00250000, DLL_PROCESS_ATTACH, 0x00E9FD30) in "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" returned 1 (0x1) by thread 1.
DllMain(0x77BE0000, DLL_PROCESS_ATTACH, 0x00E9FD30) in "c:\windows\system32\MSVCRT.DLL" called by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "InitializeCriticalSectionAndSpinCount") called from "c:\windows\system32\MSVCRT.DLL" at address 0x77C079C2 and returned 0x7C80B8C9 by thread 1.
DllMain(0x77BE0000, DLL_PROCESS_ATTACH, 0x00E9FD30) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 1.
DllMain(0x78130000, DLL_PROCESS_ATTACH, 0x00E9FD30) in "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.DLL" called by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsAlloc") called from "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.DLL" at address 0x78133001 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127).
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsGetValue") called from "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.DLL" at address 0x7813300E and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127).
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsSetValue") called from "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.DLL" at address 0x7813301B and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127).
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsFree") called from "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.DLL" at address 0x78133028 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127).
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "EncodePointer") called from "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.DLL" at address 0x78132BBC and returned 0x7C9233FF by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "EncodePointer") called from "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.DLL" at address 0x78132BBC and returned 0x7C9233FF by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "DecodePointer") called from "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.DLL" at address 0x78132C33 and returned 0x7C923425 by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "InitializeCriticalSectionAndSpinCount") called from "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.DLL" at address 0x78139668 and returned 0x7C80B8C9 by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "EncodePointer") called from "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.DLL" at address 0x78132BBC and returned 0x7C9233FF by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "DecodePointer") called from "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.DLL" at address 0x78132D4A and returned 0x7C923425 by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "IsProcessorFeaturePresent") called from "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.DLL" at address 0x7814A967 and returned 0x7C80AECA by thread 1.
GetProcAddress(0x77BE0000 [c:\windows\system32\MSVCRT.DLL], "_set_error_mode") called from "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.DLL" at address 0x78134447 and returned 0x77C05348 by thread 1.
GetProcAddress(0x77BE0000 [c:\windows\system32\MSVCRT.DLL], "?set_terminate@@YAP6AXXZP6AXXZ@Z") called from "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.DLL" at address 0x78134463 and returned 0x77BF2567 by thread 1.
GetProcAddress(0x77BE0000 [c:\windows\system32\MSVCRT.DLL], "_get_terminate") called from "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.DLL" at address 0x7813447F and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127).
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FindActCtxSectionStringW") called from "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.DLL" at address 0x78131DBE and returned 0x7C82FD54 by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "GetSystemWindowsDirectoryW") called from "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.DLL" at address 0x78131F1A and returned 0x7C80ADC9 by thread 1.
DllMain(0x78130000, DLL_PROCESS_ATTACH, 0x00E9FD30) in "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.DLL" returned 1 (0x1) by thread 1.
DllMain(0x7C420000, DLL_PROCESS_ATTACH, 0x00E9FD30) in "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCP80.DLL" called by thread 1.
DllMain(0x7C420000, DLL_PROCESS_ATTACH, 0x00E9FD30) in "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCP80.DLL" returned 1 (0x1) by thread 1.
DllMain(0x00280000, DLL_PROCESS_ATTACH, 0x00E9FD30) in "c:\flowlib_windows-demo\flowlib_windows-demo\debug\VM.DLL" called by thread 1.
DllMain(0x00280000, DLL_PROCESS_ATTACH, 0x00E9FD30) in "c:\flowlib_windows-demo\flowlib_windows-demo\debug\VM.DLL" returned 1 (0x1) by thread 1.
DllMain(0x10000000, DLL_PROCESS_ATTACH, 0x00E9FD30) in "c:\flowlib_windows-demo\flowlib_windows-demo\debug\FLOW.DLL" called by thread 1.
DllMain(0x10000000, DLL_PROCESS_ATTACH, 0x00E9FD30) in "c:\flowlib_windows-demo\flowlib_windows-demo\debug\FLOW.DLL" returned 1 (0x1) by thread 1.
DllMain(0x10200000, DLL_PROCESS_ATTACH, 0x00E9FD30) in "c:\windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456\MSVCR90D.DLL" called by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsAlloc") called from "c:\windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456\MSVCR90D.DLL" at address 0x1023E339 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127).
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsGetValue") called from "c:\windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456\MSVCR90D.DLL" at address 0x1023E34D and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127).
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsSetValue") called from "c:\windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456\MSVCR90D.DLL" at address 0x1023E361 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127).
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsFree") called from "c:\windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456\MSVCR90D.DLL" at address 0x1023E375 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127).
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "EncodePointer") called from "c:\windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456\MSVCR90D.DLL" at address 0x1023E0DC and returned 0x7C9233FF by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "DecodePointer") called from "c:\windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456\MSVCR90D.DLL" at address 0x1023E5F3 and returned 0x7C923425 by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "IsProcessorFeaturePresent") called from "c:\windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456\MSVCR90D.DLL" at address 0x102F5A0B and returned 0x7C80AECA by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FindActCtxSectionStringW") called from "c:\windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456\MSVCR90D.DLL" at address 0x1023CA3A and returned 0x7C82FD54 by thread 1.
DllMain(0x10200000, DLL_PROCESS_ATTACH, 0x00E9FD30) in "c:\windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456\MSVCR90D.DLL" returned 1 (0x1) by thread 1.
DllMain(0x10480000, DLL_PROCESS_ATTACH, 0x00E9FD30) in "c:\windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456\MSVCP90D.DLL" called by thread 1.
DllMain(0x10480000, DLL_PROCESS_ATTACH, 0x00E9FD30) in "c:\windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_597c3456\MSVCP90D.DLL" returned 1 (0x1) by thread 1.
LoadLibraryA("nvcuda.dll") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x002510BF by thread 1.
Loaded "c:\windows\system32\NVCUDA.DLL" at address 0x00EA0000 by thread 1.  Successfully hooked module.
Loaded "c:\windows\system32\USER32.DLL" at address 0x7E360000 by thread 1.  Successfully hooked module.
Loaded "c:\windows\system32\GDI32.DLL" at address 0x77EF0000 by thread 1.  Successfully hooked module.
Loaded "c:\windows\system32\OPENGL32.DLL" at address 0x5F0D0000 by thread 1.  Successfully hooked module.
Loaded "c:\windows\system32\ADVAPI32.DLL" at address 0x77DA0000 by thread 1.  Successfully hooked module.
Loaded "c:\windows\system32\RPCRT4.DLL" at address 0x77E50000 by thread 1.  Successfully hooked module.
Loaded "c:\windows\system32\SECUR32.DLL" at address 0x77FC0000 by thread 1.  Successfully hooked module.
Loaded "c:\windows\system32\GLU32.DLL" at address 0x68FC0000 by thread 1.  Successfully hooked module.
Loaded "c:\windows\system32\DDRAW.DLL" at address 0x736D0000 by thread 1.  Successfully hooked module.
Loaded "c:\windows\system32\DCIMAN32.DLL" at address 0x73B30000 by thread 1.  Successfully hooked module.
DllMain(0x77EF0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\GDI32.DLL" called by thread 1.
DllMain(0x77EF0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\GDI32.DLL" returned 1 (0x1) by thread 1.
DllMain(0x7E360000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\USER32.DLL" called by thread 1.
LoadLibraryW("C:\WINDOWS\system32\IMM32.DLL") called from "c:\windows\system32\USER32.DLL" at address 0x7E39DF6E by thread 1.
Loaded "c:\windows\system32\IMM32.DLL" at address 0x76330000 by thread 1.  Successfully hooked module.
DllMain(0x76330000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\IMM32.DLL" called by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmWINNLSEnableIME") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D476 and returned 0x7633E679 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmWINNLSGetEnableStatus") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D48B and returned 0x7633E6A0 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmSendIMEMessageExW") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D4A0 and returned 0x7633EB34 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmSendIMEMessageExA") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D4B5 and returned 0x7633EB4F by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmIMPGetIMEW") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D4CA and returned 0x7633E769 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmIMPGetIMEA") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D4DF and returned 0x7633E79D by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmIMPQueryIMEW") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D4F4 and returned 0x7633E804 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmIMPQueryIMEA") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D509 and returned 0x7633E90C by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmIMPSetIMEW") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D51E and returned 0x7633E995 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmIMPSetIMEA") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D533 and returned 0x7633EAB9 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmAssociateContext") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D548 and returned 0x76332378 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmEscapeA") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D55D and returned 0x76337C25 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmEscapeW") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D572 and returned 0x76337EA1 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmGetCompositionStringA") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D587 and returned 0x76335B62 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmGetCompositionStringW") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D59C and returned 0x7633548A by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmGetCompositionWindow") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D5B1 and returned 0x76333B48 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmGetContext") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D5C6 and returned 0x763323A1 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmGetDefaultIMEWnd") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D5DB and returned 0x763397BE by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmIsIME") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D5F0 and returned 0x76338C54 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmReleaseContext") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D605 and returned 0x763329D3 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmRegisterClient") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D61A and returned 0x763322B3 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmGetCompositionFontW") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D62F and returned 0x76334829 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmGetCompositionFontA") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D644 and returned 0x76334791 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmSetCompositionFontW") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D659 and returned 0x763349CE by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmSetCompositionFontA") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D66E and returned 0x763348C1 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmSetCompositionWindow") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D683 and returned 0x76334DD6 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmNotifyIME") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D698 and returned 0x76336FD8 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmLockIMC") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D6AD and returned 0x76339F2D by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmUnlockIMC") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D6C2 and returned 0x76339F45 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmLoadIME") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D6D7 and returned 0x7633776F by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmSetOpenStatus") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D6EC and returned 0x7633470B by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmFreeLayout") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D701 and returned 0x76336E43 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmActivateLayout") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D716 and returned 0x763377CD by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmGetCandidateWindow") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D72B and returned 0x76333B93 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmSetCandidateWindow") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D740 and returned 0x76334E54 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmConfigureIMEW") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D755 and returned 0x76337A7B by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmGetConversionStatus") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D76A and returned 0x76333A86 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmSetConversionStatus") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D77F and returned 0x763345F7 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmSetStatusWindowPos") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D794 and returned 0x76334D6E by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmGetImeInfoEx") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D7A9 and returned 0x76339C7F by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmLockImeDpi") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D7BE and returned 0x76339BAC by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmUnlockImeDpi") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D7D3 and returned 0x76339BFC by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmGetOpenStatus") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D7E8 and returned 0x76333AC3 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmSetActiveContext") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D7FD and returned 0x763329DE by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmTranslateMessage") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D812 and returned 0x7633DE65 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmLoadLayout") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D827 and returned 0x76338719 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmProcessKey") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D83C and returned 0x7633E0D3 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmPutImeMenuItemsIntoMappedFile") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D851 and returned 0x76342E03 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmGetProperty") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D866 and returned 0x76338B8E by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmSetCompositionStringA") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D87B and returned 0x763367D5 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmSetCompositionStringW") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D890 and returned 0x763367FC by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmEnumInputContext") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D8A5 and returned 0x763337CA by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmSystemHandler") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D8BA and returned 0x76339D74 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "CtfImmTIMActivate") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D8CF and returned 0x76343F0B by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "CtfImmRestoreToolbarWnd") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D8E4 and returned 0x763434DA by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "CtfImmHideToolbarWnd") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D8F9 and returned 0x76343511 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "CtfImmDispatchDefImeMessage") called from "c:\windows\system32\USER32.DLL" at address 0x7E38D90E and returned 0x76344304 by thread 1.
DllMain(0x76330000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 1.
LoadLibraryW("C:\WINDOWS\system32\IMM32.DLL") returned 0x76330000 by thread 1.
DllMain(0x7E360000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\USER32.DLL" returned 1 (0x1) by thread 1.
DllMain(0x77FC0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\SECUR32.DLL" called by thread 1.
DllMain(0x77FC0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\SECUR32.DLL" returned 1 (0x1) by thread 1.
DllMain(0x77E50000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 1.
DllMain(0x77E50000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\RPCRT4.DLL" returned 1 (0x1) by thread 1.
DllMain(0x77DA0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 1.
DllMain(0x77DA0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\ADVAPI32.DLL" returned 1 (0x1) by thread 1.
DllMain(0x68FC0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\GLU32.DLL" called by thread 1.
DllMain(0x68FC0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\GLU32.DLL" returned 1 (0x1) by thread 1.
DllMain(0x73B30000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\DCIMAN32.DLL" called by thread 1.
DllMain(0x73B30000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\DCIMAN32.DLL" returned 1 (0x1) by thread 1.
DllMain(0x736D0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\DDRAW.DLL" called by thread 1.
DllMain(0x736D0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\DDRAW.DLL" returned 1 (0x1) by thread 1.
DllMain(0x5F0D0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\OPENGL32.DLL" called by thread 1.
GetProcAddress(0x77EF0000 [c:\windows\system32\GDI32.DLL], "GdiAddGlsRecord") called from "c:\windows\system32\OPENGL32.DLL" at address 0x5F0D9D88 and returned 0x77F2D17F by thread 1.
GetProcAddress(0x77EF0000 [c:\windows\system32\GDI32.DLL], "GdiAddGlsBounds") called from "c:\windows\system32\OPENGL32.DLL" at address 0x5F0D9D95 and returned 0x77F2D235 by thread 1.
GetProcAddress(0x77EF0000 [c:\windows\system32\GDI32.DLL], "GdiIsMetaPrintDC") called from "c:\windows\system32\OPENGL32.DLL" at address 0x5F0D9DA2 and returned 0x77F036C5 by thread 1.
GetProcAddress(0x7E360000 [c:\windows\system32\USER32.DLL], "EnumDisplayDevicesA") called from "c:\windows\system32\DDRAW.DLL" at address 0x736D1C72 and returned 0x7E378A74 by thread 1.
GetProcAddress(0x7E360000 [c:\windows\system32\USER32.DLL], "GetMonitorInfoA") called from "c:\windows\system32\DDRAW.DLL" at address 0x736D1C7C and returned 0x7E37A84A by thread 1.
GetProcAddress(0x7E360000 [c:\windows\system32\USER32.DLL], "EnumDisplayDevicesA") called from "c:\windows\system32\DDRAW.DLL" at address 0x736D1C72 and returned 0x7E378A74 by thread 1.
GetProcAddress(0x7E360000 [c:\windows\system32\USER32.DLL], "GetMonitorInfoA") called from "c:\windows\system32\DDRAW.DLL" at address 0x736D1C7C and returned 0x7E37A84A by thread 1.
GetProcAddress(0x7E360000 [c:\windows\system32\USER32.DLL], "EnumDisplayDevicesA") called from "c:\windows\system32\DDRAW.DLL" at address 0x736D1C72 and returned 0x7E378A74 by thread 1.
GetProcAddress(0x7E360000 [c:\windows\system32\USER32.DLL], "GetMonitorInfoA") called from "c:\windows\system32\DDRAW.DLL" at address 0x736D1C7C and returned 0x7E37A84A by thread 1.
GetProcAddress(0x7E360000 [c:\windows\system32\USER32.DLL], "EnumDisplayDevicesA") called from "c:\windows\system32\DDRAW.DLL" at address 0x736D1C72 and returned 0x7E378A74 by thread 1.
GetProcAddress(0x7E360000 [c:\windows\system32\USER32.DLL], "GetMonitorInfoA") called from "c:\windows\system32\DDRAW.DLL" at address 0x736D1C7C and returned 0x7E37A84A by thread 1.
GetProcAddress(0x7E360000 [c:\windows\system32\USER32.DLL], "EnumDisplayDevicesA") called from "c:\windows\system32\DDRAW.DLL" at address 0x736D1C72 and returned 0x7E378A74 by thread 1.
GetProcAddress(0x7E360000 [c:\windows\system32\USER32.DLL], "GetMonitorInfoA") called from "c:\windows\system32\DDRAW.DLL" at address 0x736D1C7C and returned 0x7E37A84A by thread 1.
DllMain(0x5F0D0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\OPENGL32.DLL" returned 1 (0x1) by thread 1.
DllMain(0x00EA0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\NVCUDA.DLL" called by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsAlloc") called from "c:\windows\system32\NVCUDA.DLL" at address 0x00FCBE65 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127).
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsGetValue") called from "c:\windows\system32\NVCUDA.DLL" at address 0x00FCBE72 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127).
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsSetValue") called from "c:\windows\system32\NVCUDA.DLL" at address 0x00FCBE7F and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127).
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsFree") called from "c:\windows\system32\NVCUDA.DLL" at address 0x00FCBE8C and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127).
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "EncodePointer") called from "c:\windows\system32\NVCUDA.DLL" at address 0x00FCBA60 and returned 0x7C9233FF by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "DecodePointer") called from "c:\windows\system32\NVCUDA.DLL" at address 0x00FCBAD7 and returned 0x7C923425 by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "InitializeCriticalSectionAndSpinCount") called from "c:\windows\system32\NVCUDA.DLL" at address 0x00FD0306 and returned 0x7C80B8C9 by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "EncodePointer") called from "c:\windows\system32\NVCUDA.DLL" at address 0x00FCBA60 and returned 0x7C9233FF by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "DecodePointer") called from "c:\windows\system32\NVCUDA.DLL" at address 0x00FCBBBA and returned 0x7C923425 by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "IsProcessorFeaturePresent") called from "c:\windows\system32\NVCUDA.DLL" at address 0x00FCA0C2 and returned 0x7C80AECA by thread 1.
DllMain(0x00EA0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\NVCUDA.DLL" returned 1 (0x1) by thread 1.
LoadLibraryA("nvcuda.dll") returned 0x00EA0000 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuInit") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x002510D4 and returned 0x00EA1F10 by thread 1.
LoadLibraryA("nvapi.dll") called from "c:\windows\system32\NVCUDA.DLL" at address 0x00FC1F66 by thread 1.
Loaded "c:\windows\system32\NVAPI.DLL" at address 0x01D70000 by thread 1.  Successfully hooked module.
Loaded "c:\windows\system32\OLE32.DLL" at address 0x774B0000 by thread 1.  Successfully hooked module.
Loaded "c:\windows\system32\OLEAUT32.DLL" at address 0x770F0000 by thread 1.  Successfully hooked module.
Loaded "c:\windows\system32\SHLWAPI.DLL" at address 0x77F40000 by thread 1.  Successfully hooked module.
Loaded "c:\windows\system32\SHELL32.DLL" at address 0x7E670000 by thread 1.  Successfully hooked module.
Loaded "c:\windows\system32\SETUPAPI.DLL" at address 0x778F0000 by thread 1.  Successfully hooked module.
Loaded "c:\windows\system32\VERSION.DLL" at address 0x77BD0000 by thread 1.  Successfully hooked module.
DllMain(0x774B0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\OLE32.DLL" called by thread 1.
DllMain(0x774B0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 1.
DllMain(0x770F0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 1.
DllMain(0x770F0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 1.
DllMain(0x77F40000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\SHLWAPI.DLL" called by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "CreateTimerQueue") called from "c:\windows\system32\SHLWAPI.DLL" at address 0x77F45CE9 and returned 0x7C82BFE6 by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "DeleteTimerQueue") called from "c:\windows\system32\SHLWAPI.DLL" at address 0x77F45CF8 and returned 0x7C863F2B by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "CreateTimerQueueTimer") called from "c:\windows\system32\SHLWAPI.DLL" at address 0x77F45D07 and returned 0x7C82117D by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "ChangeTimerQueueTimer") called from "c:\windows\system32\SHLWAPI.DLL" at address 0x77F45D17 and returned 0x7C8127C3 by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "DeleteTimerQueueTimer") called from "c:\windows\system32\SHLWAPI.DLL" at address 0x77F45D25 and returned 0x7C821130 by thread 1.
DllMain(0x77F40000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\SHLWAPI.DLL" returned 1 (0x1) by thread 1.
DllMain(0x7E670000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\SHELL32.DLL" called by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "CreateActCtxW") called from "c:\windows\system32\SHELL32.DLL" at address 0x7E6AABDE and returned 0x7C8154FC by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "ActivateActCtx") called from "c:\windows\system32\SHELL32.DLL" at address 0x7E697689 and returned 0x7C80A6E4 by thread 1.
LoadLibraryW("comctl32.dll") called from "c:\windows\system32\SHELL32.DLL" at address 0x7E6AA814 by thread 1.
Loaded "c:\windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.DLL" at address 0x773A0000 by thread 1.  Successfully hooked module.
DllMain(0x773A0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.DLL" called by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "GetSystemWindowsDirectoryW") called from "c:\windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.DLL" at address 0x7742B749 and returned 0x7C80ADC9 by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "CreateActCtxW") called from "c:\windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.DLL" at address 0x7742B5CC and returned 0x7C8154FC by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "ActivateActCtx") called from "c:\windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.DLL" at address 0x7742B65E and returned 0x7C80A6E4 by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "DeactivateActCtx") called from "c:\windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.DLL" at address 0x7742B6B4 and returned 0x7C80A715 by thread 1.
DllMain(0x773A0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.DLL" returned 1 (0x1) by thread 1.
LoadLibraryW("comctl32.dll") returned 0x773A0000 by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "DeactivateActCtx") called from "c:\windows\system32\SHELL32.DLL" at address 0x7E6976F4 and returned 0x7C80A715 by thread 1.
LoadLibraryW("comctl32.dll") called from "c:\windows\system32\SHELL32.DLL" at address 0x7E6AA946 by thread 1.
Loaded "c:\windows\system32\COMCTL32.DLL" at address 0x5D450000 by thread 1.  Successfully hooked module.
DllMain(0x5D450000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\COMCTL32.DLL" called by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "InitializeCriticalSectionAndSpinCount") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D455338 and returned 0x7C80B8C9 by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "CreateActCtxW") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D4BF198 and returned 0x7C8154FC by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "ProcessIdToSessionId") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D4554D8 and returned 0x7C813029 by thread 1.
GetProcAddress(0x7E360000 [c:\windows\system32\USER32.DLL], "GetSystemMetrics") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D4555CE and returned 0x7E368F9C by thread 1.
GetProcAddress(0x7E360000 [c:\windows\system32\USER32.DLL], "MonitorFromWindow") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D4555E3 and returned 0x7E37A679 by thread 1.
GetProcAddress(0x7E360000 [c:\windows\system32\USER32.DLL], "MonitorFromRect") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D4555F8 and returned 0x7E37C713 by thread 1.
GetProcAddress(0x7E360000 [c:\windows\system32\USER32.DLL], "MonitorFromPoint") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D45560D and returned 0x7E37ABF5 by thread 1.
GetProcAddress(0x7E360000 [c:\windows\system32\USER32.DLL], "EnumDisplayMonitors") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D455622 and returned 0x7E37A77B by thread 1.
GetProcAddress(0x7E360000 [c:\windows\system32\USER32.DLL], "EnumDisplayDevicesW") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D455637 and returned 0x7E36E03C by thread 1.
GetProcAddress(0x7E360000 [c:\windows\system32\USER32.DLL], "GetMonitorInfoW") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D455654 and returned 0x7E37A6D9 by thread 1.
LoadLibraryW("imm32.dll") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D476EB1 by thread 1.
LoadLibraryW("imm32.dll") returned 0x76330000 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmCreateContext") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D476ED7 and returned 0x76332975 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmDestroyContext") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D476EEC and returned 0x763336A8 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmNotifyIME") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D476F01 and returned 0x76336FD8 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmAssociateContext") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D476F16 and returned 0x76332378 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmReleaseContext") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D476F27 and returned 0x763329D3 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmGetContext") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D476F38 and returned 0x763323A1 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmGetCompositionStringA") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D476F49 and returned 0x76335B62 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmSetCompositionStringA") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D476F5A and returned 0x763367D5 by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmGetCompositionStringW") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D476F6B and returned 0x7633548A by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmSetCompositionStringW") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D476F7C and returned 0x763367FC by thread 1.
GetProcAddress(0x76330000 [c:\windows\system32\IMM32.DLL], "ImmSetCandidateWindow") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D476F8D and returned 0x76334E54 by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "ActivateActCtx") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D4BF24A and returned 0x7C80A6E4 by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "DeactivateActCtx") called from "c:\windows\system32\COMCTL32.DLL" at address 0x5D4BF2AF and returned 0x7C80A715 by thread 1.
DllMain(0x5D450000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\COMCTL32.DLL" returned 1 (0x1) by thread 1.
LoadLibraryW("comctl32.dll") returned 0x5D450000 by thread 1.
GetProcAddress(0x5D450000 [c:\windows\system32\COMCTL32.DLL], "InitCommonControlsEx") called from "c:\windows\system32\SHELL32.DLL" at address 0x7E6AA956 and returned 0x5D453619 by thread 1.
DllMain(0x7E670000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\SHELL32.DLL" returned 1 (0x1) by thread 1.
DllMain(0x778F0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\SETUPAPI.DLL" called by thread 1.
DllMain(0x778F0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\SETUPAPI.DLL" returned 1 (0x1) by thread 1.
DllMain(0x77BD0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\VERSION.DLL" called by thread 1.
DllMain(0x77BD0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 1.
DllMain(0x01D70000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\NVAPI.DLL" called by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "InitializeCriticalSectionAndSpinCount") called from "c:\windows\system32\NVAPI.DLL" at address 0x01DDF823 and returned 0x7C80B8C9 by thread 1.
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsAlloc") called from "c:\windows\system32\NVAPI.DLL" at address 0x01DDA87E and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127).
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsGetValue") called from "c:\windows\system32\NVAPI.DLL" at address 0x01DDA88B and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127).
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsSetValue") called from "c:\windows\system32\NVAPI.DLL" at address 0x01DDA898 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127).
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "FlsFree") called from "c:\windows\system32\NVAPI.DLL" at address 0x01DDA8A5 and returned NULL by thread 1. Error: Die angegebene Prozedur wurde nicht gefunden (127).
GetProcAddress(0x7C800000 [c:\windows\system32\KERNEL32.DLL], "IsProcessorFeaturePresent") called from "c:\windows\system32\NVAPI.DLL" at address 0x01DDCBC1 and returned 0x7C80AECA by thread 1.
DllMain(0x01D70000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\system32\NVAPI.DLL" returned 1 (0x1) by thread 1.
LoadLibraryA("nvapi.dll") returned 0x01D70000 by thread 1.
GetProcAddress(0x01D70000 [c:\windows\system32\NVAPI.DLL], "nvapi_QueryInterface") called from "c:\windows\system32\NVCUDA.DLL" at address 0x00FC1F82 and returned 0x01D712AD by thread 1.
GetProcAddress(0x7E360000 [c:\windows\system32\USER32.DLL], "EnumDisplayDevicesA") called from "c:\windows\system32\NVCUDA.DLL" at address 0x00FC0025 and returned 0x7E378A74 by thread 1.
GetProcAddress(0x7E360000 [c:\windows\system32\USER32.DLL], "EnumDisplaySettingsA") called from "c:\windows\system32\NVCUDA.DLL" at address 0x00FC0037 and returned 0x7E373A67 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuDeviceGetCount") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x00251152 and returned 0x00EA1870 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuDeviceGet") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x00251113 and returned 0x00EA1810 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuDeviceGetName") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x00251191 and returned 0x00EA18A0 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuDeviceTotalMem") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x0025120F and returned 0x00EA1940 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuDeviceComputeCapability") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x002511D0 and returned 0x00EA18F0 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuDeviceGetAttribute") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x0025128D and returned 0x00EA1A10 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuDeviceGetProperties") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x0025124E and returned 0x00EA19C0 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuCtxAttach") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x0025130B and returned 0x00EA1550 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuCtxCreate") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x002512CC and returned 0x00EA1470 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuModuleLoadFatBinary") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x00251483 and returned 0x00EA3AD0 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuModuleGetFunction") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x00251501 and returned 0x00EA1E80 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuModuleGetGlobal") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x00251540 and returned 0x00EA3C10 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuModuleGetTexRef") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x0025157F and returned 0x00EA3B90 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuTexRefSetAddress") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x00251F2C and returned 0x00EA3FB0 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuMemAlloc") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x002515FD and returned 0x00EA2550 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuMemcpyHtoD") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x0025177B and returned 0x00EA28F0 by thread 1.
First chance exception 0x406D1388 (Thread was named) occurred in "c:\windows\system32\KERNEL32.DLL" at address 0x7C812AFB by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuMemAllocPitch") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x0025163F and returned 0x00EA2570 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuMemcpy2D") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x002519F5 and returned 0x00EA3120 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuMemcpy2DUnaligned") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x00251A73 and returned 0x00EA2D00 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuParamSetSize") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x002521E1 and returned 0x00EA2260 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuParamSetv") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x002522B1 and returned 0x00EA2330 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuFuncSetSharedSize") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x00251CF5 and returned 0x00EA1E00 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuTexRefSetFormat") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x00251F6B and returned 0x00EA4170 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuTexRefSetFlags") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x00252028 and returned 0x00EA42D0 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuTexRefSetFilterMode") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x00251FE9 and returned 0x00EA4260 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuTexRefSetAddressMode") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x00251FAA and returned 0x00EA41F0 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuParamSetTexRef") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x002522F0 and returned 0x00EA23B0 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuFuncSetBlockShape") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x00251CB6 and returned 0x00EA1D40 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuLaunchGridAsync") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x002523AD and returned 0x00EA21A0 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuCtxSynchronize") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x002513C6 and returned 0x00EA17E0 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuArray3DCreate") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x00251DB2 and returned 0x00EA1120 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuTexRefSetArray") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x00251EED and returned 0x00EA40D0 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuArrayDestroy") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x00251E30 and returned 0x00EA1370 by thread 1.
GetProcAddress(0x00EA0000 [c:\windows\system32\NVCUDA.DLL], "cuMemFree") called from "c:\flowlib_windows-demo\flowlib_windows-demo\debug\CUDART.DLL" at address 0x0025167F and returned 0x00EA25F0 by thread 1.
First chance exception 0xC0000005 (Access Violation) occurred in "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.DLL" at address 0x7814500A by thread 1.
Second chance exception 0xC0000005 (Access Violation) occurred in "c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.DLL" at address 0x7814500A by thread 1.
Exited "c:\flowlib_windows-demo\flowlib_windows-demo\debug\FLOW_WIN_DEMO.EXE" (process 0x92C) with code -1073741819 (0xC0000005) by thread 1.
 
ein kleines Problem ist, dass verschiedene MSVC Apis geladen werden : 8.0 Release und 9.0 Debug !

rest kann'sch erst ggn 20:00 abklären
 
Zurück
Oben Unten