On Mon, 15 Jun 2015 08:21:49 +0200, Bo Berglund
<bo.bergl...@gmail.com> wrote:

>1) We have created a number of non-visual components that are dropped
>on the forms to supply various kinds of functionality. Some of these
>are handlers for language dependent texts, software protection
>dongles, communications interfaces like RS232 serial components,
>logging functions etc.
>Seems like non-visual components are not handled by Lazarus according
>to wiki texts I have read.
>
>6) An important non-visual component on almost all of our applications
>is a handler I wrote a long time ago (about 2000) for the Safenet
>Sentinel Superpro software protection dongle. It is mostly my own code
>but it uses pas and an obj file supplied from Safenet. If Lazarus does
>not work with this obj file then I would be dead in the water...
>How can I find out?

I might add that the solution was created a long time ago when the
concept of using components to be dropped on datamodules was what we
used.
However, this dongle component can equally well be used without being
dropped anywhere, it is just another class really.
I would not have a problem using it as a general purpose object and
changing my programs accordingly, that would be pretty easy, provided
I can make it work in Lazarus/FPC.


-- 
Bo Berglund
Developer in Sweden


--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to