Atozed Forums
UDP broadcast message fails - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Indy (https://www.atozed.com/forums/forum-8.html)
+--- Forum: Indy General Discussion (https://www.atozed.com/forums/forum-9.html)
+--- Thread: UDP broadcast message fails (/thread-1137.html)

Pages: 1 2


RE: UDP broadcast message fails - Boba TC - 08-22-2019

it is the 32-bit code in 64-bitness: as you've said 'align the data' and avoid the jump tables BCC32 uses instead of CALLs.
Many thanks for your help, Remy!