You've already forked lazarus-ccr
14 lines
255 B
Plaintext
14 lines
255 B
Plaintext
![]() |
to use the Package in Linux you must add cthreads unit to
|
||
|
main lazarus unit lazarus.pp
|
||
|
like:
|
||
|
|
||
|
uses
|
||
|
{$ifdef MemCheck}
|
||
|
MemCheck
|
||
|
{$endif}
|
||
|
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||
|
{$ifdef Linux}
|
||
|
,cthreads
|
||
|
{$endif}
|
||
|
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
|
||
|
...
|