I am having a problem getting gethostbyname to work with prnesock.lib (Peroon) in 6.1 1.2 Emulator.
I am using PrnESock for symbian 6.1 Series 60 1.2 and it works great with some samples (e.g. TcpipImplEx from Series 60 book) , but when I try to run a test build of gSoap which uses gethostbyname, it hangs inside the gethostbyname call (breaking executing shows hanging inside user32.dll). The hostname name passed to gethostbyname otherwise appears to resolve OK when doing it from the PC webbrowser, etc.
do you know if I need to port code to use RHResolver or is it possible to get gethostbyname to work with PrnESock.dll?
(I am linking with prnesock.lib instead of esock.lib).