I use windows dll files first time, so I don't exactly know what you
mean. Perhaps the debugger output is usefull.
depth function file line address
0 ntdll!RtlpWaitForCriticalSection
C:\WINDOWS\system32\ntdll.dll 0 0x7c92b21a
1 ntdll!RtlEnumerateGenericTableLikeADirectory
C:\WINDOWS\system32\ntdll.dll 0 0x7c911046
2 ?? 0 0x005b7428
3 msvcrt!_lock C:\WINDOWS\system32\msvcrt.dll 0 0x77c0b90d
4 msvcrt!fgets C:\WINDOWS\system32\msvcrt.dll 0 0x77c10bdb
5 iob
C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4148_x-ww_d495ac4e\msvcr90.dll
0 0x785b7408
6 ?? 0 0x000000fe
7 libeay32!ASN1_PRINTABLESTRING_new
C:\workspace\Client\testProgramme\Kopie von
libssh_connect\debug\libeay32.dll 0 0x61d8e6df
8 ?? 0 0x000000fe
9 ?? 0 0x08d802a0
Regards,
Thomas
Am 13.05.2010 22:49, schrieb Andreas Schneider:
On Thursday 13 May 2010 22:28:28 you wrote:
Hi,
I replaced all lib and include files, but the program chrash when it
call the function
"ssh_userauth_offer_pubkey()". I don't know what's wrong.
Could you provide a backtrace? The dll should have some debug info.
Cheers,
-- andreas