Next: 3.4.1 Boolean values
Up: 3. LuaCOM Elements
Previous: 3.3.5.0.1 Sample
Contents
Subsections
Fabio Mascarenhas de Queiroz 2005-01-07
3.4 Type Conversion
LuaCOM is responsible for converting values from COM to Lua and vice versa. Most of the types can be mapped from COM to Lua and vice versa without trouble. But there are some types for which the mapping is not obvious. LuaCOM then uses some predefined rules to do the type conversion. These rules must be known to avoid misinterpretation of the conversion results and to avoid errors.
Subsections
- 3.4.1 Boolean values
- 3.4.2 Pointers to IDispatch and LuaCOM objects
- 3.4.3 Pointers to IUnknown
- 3.4.4 Arrays and Tables
- 3.4.5 CURRENCY type
- 3.4.6 DATE type
- 3.4.7 Error Handling
Fabio Mascarenhas de Queiroz 2005-01-07