[fpc-devel] simpleipc issues

Michael Van Canneyt michael at freepascal.org
Tue Sep 29 17:01:42 CEST 2015



On Tue, 29 Sep 2015, Luiz Americo Pereira Camara wrote:

> 2015-09-29 11:50 GMT-03:00 Luiz Americo Pereira Camara <
> luizamericop at gmail.com>:
>
>>
>>
>> It can be used without the component. The component is just a convenience.
>>  See the examples
>>
>
> https://github.com/blikblum/luipack/blob/master/uniqueinstance/testraw/project1.lpr

unit uniqueinstance;

interface

uses
   Forms, Classes, SysUtils, simpleipc, ExtCtrls;

Forms, ExtCtrls ??

This disqualifies your component fully for anything but GUI apps.

Michael.



More information about the fpc-devel mailing list