source: trunk/Packages/synapse/winsock2.txt

Last change on this file was 2, checked in by chronos, 11 years ago
  • Přidáno: Základní kostra projektu.
  • Přidáno: Knihovna synapse.
File size: 928 bytes
Line 
1!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2
3WINDOWS:
4
5Remember, Synapse work with Winsock2 on Windows! (on Win98 and WinNT 4.0 or higher)
6
7If you must use this unit on Win95, download Winsock2 from Microsoft
8and distribute it with your application!
9
10On WinNT standardly RAW sockets work if program is running under user with
11administrators provilegies. To use RAW sockets under another users, you must
12create the following registry variable and set its value to DWORD 1:
13
14HKLM\System\CurrentControlSet\Services\Afd\Parameters\DisableRawSecurity
15
16After you change the registry, you need to restart your computer!
17
18
19LINUX:
20
21Remember, some of functions or classes work only with root rights!
22If you need this for another user then root, you must assign root right
23for your binary file.
24
25!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Note: See TracBrowser for help on using the repository browser.