forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Unknown error for SDBG when calling SOUND@

 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support
View previous topic :: View next topic  
Author Message
yujsg



Joined: 20 Jun 2007
Posts: 15

PostPosted: Sat Sep 22, 2007 10:37 pm    Post subject: Unknown error for SDBG when calling SOUND@ Reply with quote

Please debug the following code to see the SDBG error. Thanks.

Code:

Program Sound
INTEGER*2 FREQUENCY,TIME
FREQUENCY = INTS(1800)
TIME = INTS(200)
CALL SOUND@(FREQUENCY,TIME)
CALL WSOUND(FREQUENCY,TIME)
END

SUBROUTINE WSOUND(FREQUENCY,TIME)
INCLUDE <windows.ins>
INTEGER*2 FREQUENCY,TIME
CALL BEEP(FREQUENCY,TIME)
END
Back to top
View user's profile Send private message
DrTip



Joined: 01 Aug 2006
Posts: 74
Location: Manchester

PostPosted: Sun Sep 23, 2007 4:26 pm    Post subject: Reply with quote

yujsg

this compiles and debugs fine for me

using checkmate win32 on with personal edition v 5.10

via plato

I think you will have to give some more details.

Carl
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group