| 5,7 → 5,7 |
| // Options->CompilerDefines (dodaj /DSISVME ali /DWIENVME) |
| #ifdef USE_DAQ |
| # define USE_CAMAC |
| #include "c:\HOME\dino\l2d\include\camac.h" |
| #include "c:\HOME\dino\sipmScan\include\camac.h" |
| # ifdef SISVME |
| # include "sisvme_dll.h" |
| # endif |
| 25,7 → 25,7 |
| #include <utility.h> |
| #include <analysis.h> |
| |
| #include "c:\HOME\dino\l2d\include\sipmThreshold_ui.h" |
| #include "c:\HOME\dino\sipmScan\include\sipmThreshold_ui.h" |
| |
| #ifdef USE_DAQ |
| # define USE_CAMAC |
| 537,7 → 537,7 |
| #endif |
| #endif |
| |
| if ((p1h = LoadPanel (0, "sipmThreshold_ui.uir", P1)) < 0) return -1; |
| if ((p1h = LoadPanel (0, "include/sipmThreshold_ui.uir", P1)) < 0) return -1; |
| DisplayPanel (p1h); |
| SetCtrlAttribute (p1h, P1_PLCH, ATTR_MAX_VALUE, NCH-1); |
| |