- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Data: IVF 10.
The following code:
USE IFPORT
...
INTEGER(KIND=4) :: FREQUENCY_ONE,FREQUENCY_TWO
INTEGER(KIND=4) :: DURATION
...
FREQUENCY_ONE=400
FREQUENCY_TWO=200
DURATION=200
CALL BEEPQQ(FREQUENCY_ONE,DURATION)
CALL BEEPQQ(FREQUENCY_TWO,DURATION)
First CALL gives the warning message «warning #12137: [SV] definition of procedure "BEEPQQ" is not found». BEEPQQ works properly. Only first CALL gives the warning. No one gives more.
Question: what is wrong?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You're using the Static Verifier option and it's complaining that it doesn't see a definition of BEEPQQ. You're also using an old version. The current version doesn't give this warning. Ignore it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Steve! Will your “best reply” work properly in F03? See link - http://software.intel.com/en-us/forums/topic/293699
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hmm - I don't see any text for that "best reply"! The suggestion of using PlaySound still is valid. I am not sure how F03 relates to your question - neither of these are part of Fortran 2003.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page