Posix Threads & Windows

Josh ChaitinPollak josh at offthehill.org
Thu Dec 22 11:28:22 EST 2005


Take a look at the GNU project 'CommonC++', it is a cross platform  
library providing a lot of abstraction for threading, networking, and  
serial interfaces. If you can use C++ in your project, it might work  
well for you. I have no experience with its Windows support, only the  
Linux side. The API is pretty clean too.

Of course, if its a GPL'd application, or you can afford it, there's  
also Qt 4.0, which has all that stuff and is now modular, so you  
don't need all the widget stuff rolled in if you are just doing  
console work.

-Josh

On Dec 21, 2005, at 2:17 PM, Anthony Gabrielson wrote:

> Hello,
> 	Quick question, I need to write a thread/sema app that uses POSIX
> calls under windows.  I want to use the posix calls since within  
> the next
> few months this will be running under Linux ( I need to sort the Linux
> drivers and data acq API out before I can even think about this app  
> with
> Linux).  So I would like to use SFU with Vis C and I just wanted to  
> see if
> anyone had any experience getting that going that could share with me.
>
> 	I really have no desire to right now to learn the MS approach to
> threads and IPC so this would be a great help to me.
>
> Happy Holidays!
>
> Anthony
> _______________________________________________
> Discuss mailing list
> Discuss at blu.org
> http://olduvai.blu.org/mailman/listinfo/discuss




More information about the Discuss mailing list