|
-
Mar 9th, 2001, 09:39 AM
#1
Thread Starter
Member
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???
-
Mar 9th, 2001, 01:02 PM
#2
Monday Morning Lunatic
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|