equal
deleted
inserted
replaced
|
1 // fptest |
|
2 // |
|
3 // Created by Vittorio on 08/01/10. |
|
4 // Copyright __MyCompanyName__ 2010. All rights reserved. |
|
5 |
|
6 Library hwLibrary; |
|
7 |
|
8 // Add all your Pascal units to the "uses" clause below to add them to the program. |
|
9 |
|
10 // Mark all Pascal procedures/functions that you wish to call from C/C++/Objective-C code using |
|
11 // "cdecl; export;" (see the fpclogo.pas unit for an example), and then add C-declarations for |
|
12 // these procedures/functions to the PascalImports.h file (also in the "Pascal Sources" group) |
|
13 // to make these functions available in the C/C++/Objective-C source files |
|
14 // (add "#include PascalImports.h" near the top of these files if it's not there yet) |
|
15 uses hwengine; |
|
16 |
|
17 end. |
|
18 |