| [Overview][Constants][Types][Procedures and functions][Index] | 
Saves the control word and loads a library
Source position: dynlibs.pas line 45
| function SafeLoadLibrary( | 
| const Name: RawByteString | 
| ):TLibHandle; | 
| const Name: UnicodeString | 
| ):TLibHandle; | 
SafeLoadLibary saves the FPU control word, and calls LoadLibrary with library name Name. After that function has returned, the FPU control word is saved again. (only on Intel i386 CPUS).
| 
 | Load a dynamic library and return a handle to it. |