Re: C++ to Delphi conversion

From: Martin Harvey (Demon Account) (martin_at__nospam_pergolesi.demon.co.uk)
Date: 12/23/03


Date: Tue, 23 Dec 2003 22:14:03 +0000

On 23 Dec 2003 04:40:13 -0700, "Rudy Velthuis (TeamB)"
<rvelthuis@gmx.de> wrote:

>The DLL and the calling code don't use the same memory manager, so no, it
>can't.

What if the DLL and Delphi program both devide to use the same Win32
API functions to manage memory, bypassing language run time library
memory management?

MH.



Relevant Pages

  • Re: Can Someone Change My Mind About .NET?
    ... >> Win32 is not going away with LH. ... > the compiler that optimizes it for the current known processors. ... > If you do not recompile the .NET applcation and conventional program, ... > laid out in a certain memory order at the moment you compiled and linked. ...
    (microsoft.public.dotnet.general)
  • Re: Can Someone Change My Mind About .NET?
    ... > Win32 is not going away with LH. ... the compiler that optimizes it for the current known processors. ... Conventional executables are static in nature. ... laid out in a certain memory order at the moment you compiled and linked. ...
    (microsoft.public.dotnet.general)
  • Re: Basic question : Replacing CString when moving from MFC to Win32
    ... if I have a LPTSTR member in a Win32 class, ... do I have to "initiate" or allocate any memory into m_szFirstName in the ...
    (microsoft.public.vc.mfc)
  • Re: Basic question : Replacing CString when moving from MFC to Win32
    ... if I have a LPTSTR member in a Win32 class, ... do I have to "initiate" or allocate any memory into m_szFirstName in the ...
    (microsoft.public.pocketpc.developer)
  • Re: Structure Marshalling Question
    ... > Oh...and the DLL code I used to simulate your unmanaged code was something ... You do not allocate the memory before you call the API call. ... setup functions before you call some of the API functions. ...
    (microsoft.public.dotnet.framework.interop)