Re: Working with other languages
- From: "Nathaniel L. Walker" <ULLComSci@xxxxxxxxx>
- Date: Wed, 31 Jan 2007 02:38:57 -0600
I don't forsee any problems with memory management when
using DLLs. After all, most of the Windows DLLs are Visual
C++-generated and Delphi can use them just fine. You can/will
have trouble if you try to link object files from one toolchain with
those from another, however.
It would be best to just stick with C++, since it is the least
expensive option with the most options (no pun intended)
regarding development environments - etc. If you stick to
standard graphics libraries like OpenGL, you can make porting
to other platforms much easier (and C/C++ helps with that, too).
"Robin" <Robin@.com> wrote in message
news:45c0244d$1@xxxxxxxxxxxxxxxxxxxxxxxxx
Thanks Nathaniel,
Would there be any memory management issues using regular DLL's from
different compilers? Say, C++ and Delphi?
--
Robin.
Australian Bridal Accessories := http://www.bridalbuzz.com.au
.
- References:
- Working with other languages
- From: Robin
- Re: Working with other languages
- From: Nathaniel L. Walker
- Re: Working with other languages
- From: Robin
- Working with other languages
- Prev by Date: Re: Vista Requirement Already
- Next by Date: Re: 'Experts' Exchange
- Previous by thread: Re: Working with other languages
- Next by thread: Re: Working with other languages
- Index(es):