| View previous topic :: View next topic |
| Author |
Message |
Dean Stow Guest
|
Posted: Fri Nov 03, 2006 11:39 pm Post subject: Has anyone tried encapsulating a bold system in a dll? |
|
|
I would like to write a DLL using bold to take advantage of Lazy
Evaluation. It will have no user interface.
Can it be put into a DLL?
Does the fact that there is no user interface allow the DLL to be
called in one and only one thread?
Thanks |
|
| Back to top |
|
 |
Peter Morris [Droopy eyes Guest
|
Posted: Sat Nov 04, 2006 3:58 pm Post subject: Re: Has anyone tried encapsulating a bold system in a dll? |
|
|
I don't see why not. I have written service apps which use bold models in
the past and not experienced any problems.
--
Pete
Blessed are the geek, for they shall public class GeekEarth : Earth {}
====
Audio compression components, DIB graphics controls, ECO extensions,
FastStrings
http://www.droopyeyes.com
==== |
|
| Back to top |
|
 |
Buthod Guest
|
Posted: Mon Nov 06, 2006 9:11 am Post subject: Re: Has anyone tried encapsulating a bold system in a dll? |
|
|
I confirm It works well.
Sébastien
"Dean Stow" <deanstow (AT) nospampleasehurleyandassociates (DOT) com> a écrit dans le
message de news: 454b7e81.7630046 (AT) newsgroups (DOT) borland.com...
| Quote: | I would like to write a DLL using bold to take advantage of Lazy
Evaluation. It will have no user interface.
Can it be put into a DLL?
Does the fact that there is no user interface allow the DLL to be
called in one and only one thread?
Thanks |
|
|
| Back to top |
|
 |
Dean Stow Guest
|
Posted: Tue Nov 07, 2006 9:42 pm Post subject: Re: Has anyone tried encapsulating a bold system in a dll? |
|
|
Are any calls to the DLL threaded?
Also, can anyone shed some light on how to use a boldthreadedqueue?
On Mon, 6 Nov 2006 09:11:40 +0100, "Buthod" <ButhodS (AT) fr (DOT) ch> wrote:
| Quote: | I confirm It works well.
Sébastien
"Dean Stow" <deanstow (AT) nospampleasehurleyandassociates (DOT) com> a écrit dans le
message de news: 454b7e81.7630046 (AT) newsgroups (DOT) borland.com...
I would like to write a DLL using bold to take advantage of Lazy
Evaluation. It will have no user interface.
Can it be put into a DLL?
Does the fact that there is no user interface allow the DLL to be
called in one and only one thread?
Thanks
|
|
|
| Back to top |
|
 |
|