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 

System error messages

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



Joined: 11 Apr 2005
Posts: 371

PostPosted: Fri Oct 06, 2006 9:06 am    Post subject: System error messages Reply with quote

A lot of system routines return kind = 2 error messages, which can be translated into an error message using the system routine dos_error_message@. But at least one system routine (fexists@ is the one that prompts the question) returns a kind = 3 error message. How to deal with kind = 3 error codes? (I am presuming the answer is not just to cast the result to kind = 2 and call dos_error_message@?!)
Back to top
View user's profile Send private message Send e-mail
PaulLaidler
Site Admin


Joined: 21 Feb 2005
Posts: 7928
Location: Salford, UK

PostPosted: Fri Oct 06, 2006 10:19 am    Post subject: System error messages Reply with quote

Andy

The meaning of the error code varies.
In the case of fexists@, the error code is supplied by the Microsoft API function GetLastError() so you can get the meaning from the GetLastError() documentation on MSDN.

Yes this information ought to be in the FTN95 documentation.
Back to top
View user's profile Send private message AIM Address
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