-
Notifications
You must be signed in to change notification settings - Fork 11
/
README
62 lines (43 loc) · 1.76 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
README for ONCRPC for Windows 32 on Sourceforge
===============================================
author : andy.gotz@esrf.fr
------
last updated : 19 September 2006
------------
home page : http://www.sf.net/projects/oncrpc-windows
---------
This project is a port of the SUN ONC/RPC code to Windows.
USAGE
-----
This project creates a library called oncrpc.lib which contains all the
ONCRPC code for writing client and server applications. The library can be
found in :
win32/librpc/lib/Debug and win32/librpc/lib/Release
It also creates an executable called portmap which is required to
run on the machine where ONCRPC services are to be run. It can be
run as a standalone program or installed as a Windows service.
COMPILING
---------
A Visual C++ project files can be found in the librpc/lib for recompiling
the library.
A windows make file can be found in services for compiling the portmap.
A flag _NT switched between compiling as a service or not.
CREDITS
-------
THe following people worked on this code :
Martin F. Gergeleit,
Wolf-Dieter Klotz
Andy Gotz
LICENCE
-------
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA