JHSawatzki / oncrpc-win32

This is a rpc lib for win32 - incl. rpcgen - we use it for building libnfs on win32.

Home Page:http://sourceforge.net/projects/oncrpc-windows/files/oncrpc-windows/release-2/oncrpc_win32_release_2.zip/download

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
 

About

This is a rpc lib for win32 - incl. rpcgen - we use it for building libnfs on win32.

http://sourceforge.net/projects/oncrpc-windows/files/oncrpc-windows/release-2/oncrpc_win32_release_2.zip/download


Languages

Language:C 94.3%Language:Makefile 3.3%Language:Objective-C 1.3%Language:C++ 1.1%Language:Batchfile 0.1%