| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
This condition class is a subclass of error
. It has one slot,
code
, with reader winapi-error-code.
A winapi-error
is
signaled on Windows when there is a Windows API
error. The related syscall-error
is signaled on UNIX/Linux
systems when there is a system error and occasionally on Windows when
there is a C library error.
You might see this error, for example, when there is a problem loading a DLL:
cl-user(17): (load "foo.dll") ; Foreign loading foo.dll. Error: loading "foo.dll" resulted in error (code 193) "%1 is not a valid Win32 application.". [condition type: winapi-error] ...
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |