- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi,
Because I wasted a little time on trying to isolate a linker problem, I'll post it here.
It appears that the subroutine SLEEP is in both IFPORT and IFWIN modules, but in the former, SLEEP's argument specifies seconds, while in the latter time is in ms.
In previous versions of IVF, I hadn't noticed SLEEP in the portability routines (only SLEEPQQ). The documentation states the need for IFPORT, but if you are also using IFWIN, then you will need to use ONLY in your USE statements.
cheers,
-joe
Because I wasted a little time on trying to isolate a linker problem, I'll post it here.
It appears that the subroutine SLEEP is in both IFPORT and IFWIN modules, but in the former, SLEEP's argument specifies seconds, while in the latter time is in ms.
In previous versions of IVF, I hadn't noticed SLEEP in the portability routines (only SLEEPQQ). The documentation states the need for IFPORT, but if you are also using IFWIN, then you will need to use ONLY in your USE statements.
cheers,
-joe
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Thanks for the tip. There are several routines by the same name in IFWIN and the Intel-specifc modules. Use of ONLY or a renaming clause is the solution.
