source:
branches/delphi/CevoWin32.dpr
| Last change on this file was 2, checked in by , 9 years ago | |
|---|---|
| File size: 129 bytes | |
| Line | |
|---|---|
| 1 | program Win32Loader; |
| 2 | |
| 3 | procedure Run(clientPtr: pointer); stdcall; external 'cevo.dll' name 'Run'; |
| 4 | |
| 5 | begin |
| 6 | Run(nil); |
| 7 | end. |
| 8 |
Note:
See TracBrowser
for help on using the repository browser.
