Hi,
I am trying to port an application from version 9.01 to version 9.62.
The main reason being that version 9.01 simply does not work any more on either my windows 7 machine or the virtual XP machine I run on the windows 7 machine.
The good news is that it compiles and successfully transfer to the rabbit board on the windows 7 machine.
It also works up to a certain point but the application hangs when executing the "init_sock" library functions. More precisely: it executes that function until "pkt_init" is called and never comes back out of that.
It used to work just fine with a version 9.01build and the hardware is identical as well.
I suppose it is a subtle difference somewhere between versions 9.01 and 9.62 but have not found anything yet.
In the mean time, more detailed info: it goes wrong when Pkt_init (part of IP.LIB) executes the first ioctl function in the section after "// Initialise the ethernet address mapping table"
Does anyone have any suggestions ?