Board index » delphi » Mixed language programming (C/C++ with Delphi)
dav...@them.com (David Mandala)
![]() Delphi Developer |
Mon, 01 Jun 1998 03:00:00 GMT
|
dav...@them.com (David Mandala)
![]() Delphi Developer |
Mon, 01 Jun 1998 03:00:00 GMT
Mixed language programming (C/C++ with Delphi)
Does anyone know if its possible to do mixed language programming with Delphi.
Such as mixing Borland C/C++ modules with Delphi modules in a project vs a DLL or VBX at runtime? We have some thorney problems which could be easly solved if it is possible to Thanks in advance /************************************************************* |
Casey Charlt
![]() Delphi Developer |
Mon, 01 Jun 1998 03:00:00 GMT
Re:Mixed language programming (C/C++ with Delphi)Yes, it's perfectly possible, and in fact very easy. You can use C++ DLL's in Delphi, V1.0 VBX's in Delphi, the main thing It's been rumoured that Delphi 32 will link .OBJ files from Borland Quotedav...@them.com (David Mandala) wrote: |
David Manda
![]() Delphi Developer |
Mon, 01 Jun 1998 03:00:00 GMT
Re:Mixed language programming (C/C++ with Delphi)In specific, I'm wondering if one can directly link modules and NOT use DLL's or VBX's. Both DLL's and VBX's have some drawbacks that are not encountered in a compile time link. In article <30d07ff6.319...@news.demon.co.uk>, Quote>Yes, it's perfectly possible, and in fact very easy. Dave Mandala Them Productions San Francisco, CA Internet: da...@them.com CIS: 74156,221 AOL: dism *************************************************************/ |
Tony Lown
![]() Delphi Developer |
Tue, 02 Jun 1998 03:00:00 GMT
Re:Mixed language programming (C/C++ with Delphi)Quoteca...@larouss.demon.co.uk (Casey Charlton) wrote: any Intel relocatable object module format file (.OBJ), so I don't think the above is correct. C++ compilers each have thier own name-mangling schemes so you'll be restricted to non-C++ code. Quote>dav...@them.com (David Mandala) wrote: |
Casey Charlt
![]() Delphi Developer |
Tue, 02 Jun 1998 03:00:00 GMT
Re:Mixed language programming (C/C++ with Delphi)In Delphi 32 - allegedly Borland C++ OBJ files can be linked. Otherwise NO. Quotedav...@them.com (David Mandala) wrote: |
Brendan Delum
![]() Delphi Developer |
Tue, 02 Jun 1998 03:00:00 GMT
Re:Mixed language programming (C/C++ with Delphi)You will be able to use C/C++ OBJ files and link them into Delphi in the upcoming version slated for release in Q196. This is the word from Borland. They will be using the EXACT back-end compiler for both language products. In fact, Delphi 32 will be able to produce OBJ files which you can subsequently link into your C++ projects. Quite nifty. Brendan Quotedav...@them.com (David Mandala) wrote: myopia that discourages people from testing assumtions and engaging in breakthrough thinking." -Patricia McLagan |
Alle
![]() Delphi Developer |
Thu, 04 Jun 1998 03:00:00 GMT
Re:Mixed language programming (C/C++ with Delphi)I do not believe that you can link object models from Delphi to Borland C++ in the 16 bit version of Delphi. HOWEVER, I just read an article on Delphi 32 and Borland has moved They have slated the release of Delphi 32 for the first half of 1996. Hope this helps, Quotedav...@them.com (David Mandala) wrote: |
Bengt Richt
![]() Delphi Developer |
Fri, 05 Jun 1998 03:00:00 GMT
Re:Mixed language programming (C/C++ with Delphi)(Ok, I'll prefix my text too, on this one) The problem with direct linking {$L yourproc.obj} is that any So even if you could supply Delphi routines for the big standard In the meanwhile, unless you have an unusually pure and independent If your sources are C++ rather than C, and actually make use of HTH, Quotedav...@them.com (David Mandala) wrote: |
Mike Kopriv
![]() Delphi Developer |
Sun, 07 Jun 1998 03:00:00 GMT
Re:Mixed language programming (C/C++ with Delphi)I've tried to do this in the past.. The problem I had was debug. If you have access Mike |
2. Mixed programming with C++ and Delphi
3. Paradox 4.x, 5.x and 7 tables Mix with Language driver mix
4. About mixed language programming
5. Mixed language programming: VB6 / D4 / CPPB
6. mixed language programming with gnu pascal
7. About mixed language programming
8. About mixed language programming