scirdan 0 Newbie Poster

I am trying to port some software from an embedded product into the windows environment using VS2010. Its C code and it has 2 threads that send messages to each other. Whats the best method for communication? I am having a hard time finding the right way to do a a basic "queue send" "queue receive" between 2 threads..

Thanks!