Conversion Tutorial Draft 4 27 JANUARY, 1998 by Andreas Prucha Contents
8. The Jedi Common Support Unit unit JediUtil; {====================================
7.2. Dynamic Linking Dynamic Linking is used to link the DLL at runtime. Handling Static and Dyn
7. Linking There are two ways to link a DLL and import a function. Static linking is very easy and
5. Conditionals ###ToDo -- 6. Functions 6.1. Basics Let's use the following C-declara
4. Macros In C it's possible to define macros. Macros are not available in Delphi, so functions mu
3.6.3. Packed Records (Alignment) If a record is packed (aligned) then the starting byte of a fiel
Case Integer of starts the variant part of the record. Each variant is identified by an ordinal valu
3.6. Structures, Records 3.6.1. Simple Structures C structures are similar to records in Delphi.
Here is a real-world example from the winnt.h, which is not possible to translate to a native enumer