From: <lab...@us...> - 2004-03-05 23:35:29
|
Update of /cvsroot/opengtoolkit/portIO/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25812/source Modified Files: readme.txt Log Message: Fixed a type or two and tidied formating Index: readme.txt =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/source/readme.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** readme.txt 3 Mar 2004 13:20:24 -0000 1.1 --- readme.txt 5 Mar 2004 23:21:04 -0000 1.2 *************** *** 51,55 **** must be in the same directory as the ogportio.dll. ! Once the device driver is installed it is not anymore necessary to have administrator rights to access the libraries functionality except for the uninstall function. --- 51,56 ---- must be in the same directory as the ogportio.dll. ! Once the device driver is installed it is not anymore necessary to have ! administrator rights to access the libraries functionality except for the uninstall function. *************** *** 77,89 **** -------------------- ! In addition the source code for the shared library and device driver are available in a separate directory c_source. This directory contains the Visual C 6 workspace file ogportio.dsw to create the shared library. The library is quite simple and should be compilable with little or no changes ! by other Windows 32 bit compatible C compilers such as LabWindows CVI, ! MingW, Watcom C, Borland C, and Symantec C, but no tests have been done ! nor support will be available for this. You should know your compiler environment quite well, if you want to attempt to build the shared ! library yourself with it. The device driver itself can probably only be built with an installed ! Windows NT or Windows 2000 DDK and that needs a full version of the ! Visual C compiler for some of the build tools as well. Refer to the DDK documentation which came with your DDK installation --- 78,94 ---- -------------------- ! In addition the source code for the shared library and device driver ! are available in a separate directory c_source. This directory contains ! the Visual C 6 workspace file ogportio.dsw to create the shared library. ! The library is quite simple and should be compilable with little or no ! changes by other Windows 32 bit compatible C compilers such as ! LabWindows CVI, MingW, Watcom C, Borland C, and Symantec C, but no tests ! have been done nor support will be available for this. You should know ! your compiler environment quite well, if you want to attempt to build ! the shared library yourself with it. The device driver itself can probably only be built with an installed ! Windows NT or Windows 2000 DDK and that also needs a full (enterprise) ! version of the Visual C compiler for some of the build tools as well. Refer to the DDK documentation which came with your DDK installation |