Re: Plugin or DLL tools
John wrote:
> Hello,
>
> I have to externalize my CAD engine (put it outside the main program)
> to be able to use it with other program (all made with delphi) also.
> For doing this I have two ways : - creating a DLL (I'm not easy
> with this kind of thing) - creating a pluggin
>
> not that I need to access datas (simple or arrays), bitmap, strings
> etc..
>
> any solutions or tips are welcome.
>
> Thanks
>
> John.
Well it al depends on the way your enginee is build. Does it requires
any delphi components and if yes which?? is it easy to convert it in to
using windows objects instead? if yes then I would suggest to use dlls
as it can be used by many Developing environments including VC, VB,
Delphi etc. If not then whic components do you use?
My preferance is DLL plugin or not.
Regards
Yannis.
--
.
Relevant Pages
- Re: Confidence in Borland
... but the issue of Delphi/BDS integration with ALM makes no ... Delphi/BDS into ALM then IBM and MS know something about how they might ... > John Kaster is the one making strategic decisions. ... > executive team was lying when they said Delphi was a mature product, ... (borland.public.delphi.non-technical) - Re: Fastcode Status
... > Hi John etc. ... the minimum spec for a PC to run a Delphi ... I can recall Danny Thorpe stating that the minimum spec is a 486. ... (borland.public.delphi.language.basm) - Re: Delphi 8 Presentation at OCDUG
... I wanted to at least say hi to John. ... > I saw John Kaster's presentation of Delphi 8 at the Orange County Delphi ... > and visual component properties are key to getting the job done. ... > think the value Borland provides in Delphi 8 is very significant. ... (borland.public.delphi.non-technical) - Re: Apache web applications in D 2007?
... John, Delphi 2007 isn't a bad choice at all. ... If you have a direct internet connection you can host the application in your own computer until you can afford a dedicated server. ... I have just bought Delphi 2007 thinking it would be what I needed to create my first online interactive project. ... I have the feeling that if I get something running on a server, I'll be able to figure out how to do the actual application. ... (borland.public.delphi.non-technical) - D2006 Impressions
... running Delphi 7. ... John K was running on a 2Ghz 2GB system. ... Their will be no problem with IDE speed or reliability with D2006. ... (borland.public.delphi.non-technical) |
|