Results 1 to 2 of 2

Thread: linux appz in win32

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Posts
    50

    Wink

    hi guys, can i compile linux sources in win (e.g VC++). i downloaded some samples using sockets (sys/socket header in linux). this header isnt included in win, of course. how can i just compile it??? do i have to use some spec. prog???? or some universal linux->win header or how???

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    You'd need to port all the socket code to Win32. However, the socket paradigm is supported, so #include <windows.h> and look at the Platform SDK for the exact differences.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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