home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
sysext
/
fkey
/
codesuck.cpt
/
CodeSuckerFKEY
/
Sources
/
CodeSuckerDebug.p
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-12-12
|
304 b
|
10 lines
{ This program part allows you to debug an FKEY under the THINK Pascal Environment.}
{ To build the FKEY Code Resource, open the <fkey>.Build.╣ project and choose Build }
{ Code Resource from the Project menu. }
program CodeSuckerDebug;
uses
CodeSuckerFKEY;
begin
main; { Call FKEY procedure }
end.