On 10/24/05, Robertino Benis rbenis@airyz.com wrote:
Here is the output from wine (WINEDEBUG was set to 'warn+all'), tons of "not found" stuff. Is there maybe any other option I should have used?
rbr@airdb:~/src/bwapps$ ~/src/wine/wine/wine nslookup.exe
warn:file:wine_nt_to_unix_file_name L"\??\C:\Windows\System\DNSAPI.dll" -> "/home/rbr/.wine/dosdevices/c:/windows/System/dnsapi.dll" required a case-insensitive search ... warn:module:import_dll No implementation for ntdll.dll.RtlIpv6AddressToStringA imported from L"C:\Windows\System\DNSAPI.dll", setting to 0x7f880011
You seem to be using a native copy of dnsapi.dll, and seems unhappy that Wine's ntdll.dll lacks an implementation for RtlIpv6AddressToString(). I suppose there's some chance that function would be very easy to implement. I'm cc'ing wine-devel in case somebody has an opinion. - Dan