# oncrpc-win32 **Repository Path**: awander/oncrpc-win32 ## Basic Information - **Project Name**: oncrpc-win32 - **Description**: 从 https://github.com/Memphiz/oncrpc-win32.git 迁移来的工程。 对在 windows11 上使用 vs2022 + winsdk10 以上版本编译进行了优化。 - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-14 - **Last Updated**: 2025-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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