Unfortunately I'm stuck with Borland C++ Builder and I need to recive UDP data. I have set up an TUDPSocket that can send data just fine, but I have no idea of how to get it to recive.
views:
518answers:
1
A:
Didn't C++ Builder share most of its libs with Delphi? Maybe there is more documentation on the Delphi side of things that you can extrapolate from?
Worst case, can't you just use some other socket lib?
Duck
2009-07-15 15:18:17
C++ builder: so much suck. Marking this as correct answer because I ended up using the ICS socket component instead.
c0m4
2009-07-16 09:50:50