author | unc0rr |
Fri, 07 May 2010 04:52:46 +0000 | |
changeset 3442 | 69898c6ede14 |
parent 3245 | 252be02536ab |
child 3464 | cdb0ddeb38ba |
permissions | -rw-r--r-- |
2698 | 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) |
|
3245
252be02536ab
fix an error in passing strings between ObjC and Pascal
koda
parents:
2698
diff
changeset
|
15 |
uses cmem, hwengine; |
2698 | 16 |
|
17 |
end. |
|
18 |