PDA

View Full Version : Problem with TS and UDP


pdgnr
07-12-2006, 15:11
Good day all,
for my first post, I have a question about TS and UDP. Sorry for my english, but I'll try to be clear:

I am a TS user within the IVAO network. For my convenience, I wrote a small soft looking like WideFs wich reads datas from FSX and send them on the local network using UDP.

When I use my soft with TS running, I get an a memory access error. This error occurs when accessing the socket for open or for send.
If TS is not running, no error occurs even after several hours of use :confused: . I read that TS uses randomly al the UDP ports between 1024 and 65536, so I use port 1000.

All advices and idea are very welcome...

Best regards,

Robert

Peter
07-12-2006, 16:58
I am a TS user within the IVAO network. For my convenience, I wrote a small soft looking like WideFs wich reads datas from FSX and send them on the local network using UDP.

Don't assume we know what you are talking about, this paragraph I do not understand at all. I got an idea what you might mean with IVAO network by using google (which shouldn't be necessary, put the information in the post). whatever WideFs datas from FSX etc. are, I have no idea, and not the time to dive into flight communities to find out.

pdgnr
07-12-2006, 18:05
Thanks Peter,
forget all the stuff I said and just keep that:
I have a software wich send datas over the local network using UDP. When TS is active, I get an access violation at adress xxxxx (in my software) when trying to open the socket or send datagram. I use port 1000. Without TS all works fine...

I don't expect you debug my program, but point me in a direction, if you yet known such a problem...

Hope I am more clear...

Regards,

Robert