Re: C++ Builder BPLs loaded into Delphi
- From: "Rudy Velthuis [TeamB]" <newsgroups@xxxxxxxxxxxx>
- Date: 27 Nov 2007 04:39:30 -0700
vavan wrote:
of course it can. I do it all the time. bcb object should implement
some interface known to delphi side and there you go. but I'm not sure
how you interpret "call C++ VCL inherited objects" in this context
In C++, define a class that is derived from a VCL class, put it in a
package and then try to use that class (i.e. instantiate it, call
methods, etc.) in a Delphi app. Won't work.
Interfaces will let you work with certain objects, but it still has
drawbacks. They will only work from a DLL or package, and it won't let
you constrcut the objects immediately.
I described this a long time ago already:
http://rvelthuis.de/articles/articles-cppobjs.html
--
Rudy Velthuis [TeamB]
"Throughout American history, the government has said we're in an
unprecedented crisis and that we must live without civil
liberties until the crisis is over. It's a hoax."
-- Yale Kamisar, 1990.
.
- Follow-Ups:
- Re: C++ Builder BPLs loaded into Delphi
- From: vavan
- Re: C++ Builder BPLs loaded into Delphi
- References:
- C++ Builder BPLs loaded into Delphi
- From: Dennis Landi
- Re: C++ Builder BPLs loaded into Delphi
- From: Jeff Overcash (TeamB)
- Re: C++ Builder BPLs loaded into Delphi
- From: Jonathan Benedicto
- Re: C++ Builder BPLs loaded into Delphi
- From: Jeff Overcash (TeamB)
- Re: C++ Builder BPLs loaded into Delphi
- From: vavan
- C++ Builder BPLs loaded into Delphi
- Prev by Date: Delf Worm?
- Next by Date: Re: Linux Surprise & Delphi 5
- Previous by thread: Re: C++ Builder BPLs loaded into Delphi
- Next by thread: Re: C++ Builder BPLs loaded into Delphi
- Index(es):
Relevant Pages
|