CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Location
    Germantown, MD, USA
    Posts
    74

    Port UNIX Applications to Windows

    Dear All,
    I am porting a few applications from UNIX to Windows NT. It is interesting, does someone know about some libraries, which contained the release UNIX API such as fork()?

    I tryed CYGWIN, UWIN and MKS Toolkit. Unfortunatelly I could not compile their source codes under Visual C++.

    Of course, I released a number of API functions, such as getopt(), opendir(), mman()... I am locking for fork(), waitpid(), lockf(), sigemptyset(), sigaction(), alarm() releasation.

    Thank you,
    yours Andrei.


  2. #2
    Join Date
    Aug 1999
    Location
    Canada
    Posts
    2,076

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured