Click here to Skip to main content
15,894,343 members

Comments by Parwarrior7 (Top 14 by date)

Parwarrior7 11-Apr-13 13:05pm View    
Anyone else have any input?
Parwarrior7 11-Apr-13 8:48am View    
Confusingly enough, WSAGetLastError actually returns 0 after the bind and allows the program to proceed to recvfrom where it gets stuck.
Parwarrior7 10-Apr-13 20:29pm View    
I've actually simplified the above code a bit from my actual implementation to explain my issue. The recvfrom is in fact called in a seperate thread created by DialogB, and storing the data from the FPGA to be used separately. However, the problem of with allowing me to bind the socket outside the main thread exists in both scenarios.
Parwarrior7 11-Jan-13 11:19am View    
At the end of the day I actually was able to come up a very simple solution using a combination of a Timer and a Pass by reference call so sorry I wasn't able to accept the initial solution as it's no longer here :(.
Parwarrior7 5-Nov-12 14:55pm View    
Great, Thanks for the help, def a 5.