Re: Migrating Windows based application to Unix

Alan Peery <[email protected]> Thu, 13 Jun 2002 01:36:47 +0100
Newsgroups gmane.linux.redhat.migration
Message-ID <[email protected]>
[email protected] wrote:

>Hi,
>     Can u please give me the guidelines for migration Windows based C++
>programs with lots of use of thread to Unix.
>
>  
>
If your multi-threaded application is a GUI based application, you will 
want to consider using one of the API compatibility libraries that are 
out there. Bristol Technologies used to have a quite functional API at 
the Windows 95 version of the Windows APIs. There have been others.

For threading of non-GUI apps, a more straightforward path might be 
possible. Consult the pthreads man pages "man -k pthread".

You may want to investigate the redhat-developers list (at 
https://listman.redhat.com/mailman/listinfo/, or the comp.lang.c++ 
Usenet newsgroup at news://comp.lang.c++.

Alan
--
Alan Peery
Unix since 1985
[email protected]