From: Rolf K. <rol...@ci...> - 2004-03-11 08:51:05
|
I updated the pipe module a bit. Moved the VIs into a subfolder pipe.llb to match the other modules. Added the diagram code to the VIs and also added a first compiled dll to the module. This dll does not yet run properly but it allows to open the VIs without file dialog box. Also added the Visual C project files to build the dll from the sources. This has a problem as it contains references to the LabVIEW cintools directory in the include search path for the compiler options and the library search path for the linker options. These will need to be adjusted to the locations on your local computer to be able to use them. These will be different on different computers maybe we should add a global CINTOOLS directory to the CVS repository but there are a few issues: 1) The material is copyrighted and therefore can't be put out easily. 2) Each LabVIEW version has its own version of the cintools. I have not seen any problems when using CINs or dlls created with an older cintools version than the LabVIEW version which tries to load them. Currently I still always work with a copy of the LabVIEW 6.0 cintools to create CINs and DLLs which use LabVIEW manager functions and that seems to work fine even in LabVIEW 7.0. Rolf Kalbermatter =20 |