Changeset 22 in Sophya for trunk/SophyaPI
- Timestamp:
- Oct 17, 1996, 12:05:25 PM (29 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pidemo.cc
r18 r22 2 2 #include <stdio.h> 3 3 #include <string.h> 4 #ifdef OSF1 4 5 #include <dlfcn.h> 6 #endif 5 7 6 8 #include "perrors.h" … … 51 53 for(i=0; i<3; i++) userFunc[i] = NULL; 52 54 return(0); 53 #e ndif55 #else 54 56 55 57 TIMEF … … 85 87 if (rc != 0) printf("PIDemo_DynLink() / Erreur, Rc = %d \n", rc); 86 88 return(rc); 89 #endif 87 90 } 88 91 … … 1602 1605 1603 1606 delete app; 1607 #ifndef C_NO_SHLIBS 1604 1608 dlclose(dlhandle); 1609 #endif 1605 1610 exit(0); 1606 1611 }
Note:
See TracChangeset
for help on using the changeset viewer.