EnumServicesStatusA - Typical return structure contents with a working internet LAN connection

2006-09-20 Thread Nick Law
I'm trying to get an application running that accesses the Internet, but fails with the message, no Internet connection present. The internet connection is fine, as proved by the fact I can run firefox wow under wine. I've disassembled the applications exe and examined wine's fixme errors

EnumServicesStatusA - Typical return structure contents with a working internet LAN connection

2006-09-20 Thread Nick Law
I'm trying to get an application running that accesses the Internet, but fails with the message, no Internet connection present. The internet connection is fine, as proved by the fact I can run firefox wow under wine. I've disassembled the applications exe and examined wine's fixme errors

Re: EnumServicesStatusA - Typical return structure contents with a working internet LAN connection

2006-09-20 Thread Duane Clark
Nick Law wrote: I've never written anything under MS windows otherwise I would write a small application myself that calls EnumServicesStatus figure it out myself. In fact maybe I will have to get myself a copy of visual C++ so I can do these tests. Have you looked at creating a

Re: EnumServicesStatusA - Typical return structure contents with a working internet LAN connection

2006-09-20 Thread Nick Law
Duane Clark wrote: Nick Law wrote: I've never written anything under MS windows otherwise I would write a small application myself that calls EnumServicesStatus figure it out myself. In fact maybe I will have to get myself a copy of visual C++ so I can do these tests. Have you looked at

Re: EnumServicesStatusA - Typical return structure contents with a working internet LAN connection

2006-09-20 Thread Ivan Leo Puoti
The correct way to fix this is to call services.exe (which doesn't exist yet) and get a list of services from there. In the mean time you should be able to persuade Alexandre to take a small hack that returns the appropriate information to the application, you should be able to write a small