Re: Interesting thoughts on Delphi



On Thu, 01 Sep 2005 01:50:56 +0200, Max <nospam@xxxxxxxxxx> wrote:

>Another thought:
>Will DeXter Win32 Personality run without .Net framework?

Why would you care about that? Why must the tool use exactly the same
environment as the result?

If Borland can produce a better tool by using .Net, then let them do it!
--
Anders Isaksson, Sweden
BlockCAD: http://web.telia.com/~u16122508/proglego.htm
Gallery: http://web.telia.com/~u16122508/gallery/index.htm
.



Relevant Pages

  • Re: April SDK : still no shader debugging in VS2005
    ... Install .NET Framework 2.0 SDK ... Create managed project in VS 2003 ... Remove 1.x .NET references ... I don't care about the Managed ...
    (microsoft.public.win32.programmer.directx.graphics)
  • Re: FREE Indian oil for men!
    ... I don't think that's necessary in c#. Doesn't the .NET framework take care ... of de-allocating memory (GARBAGE collecting an' all that)? ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: MIME Types
    ... problem was with the .NET framework. ... one which programmers who care about their ... future would be well-advised to avoid. ...
    (microsoft.public.word.vba.general)
  • Re: Whats the big deal with installing .Net?
    ... > Why, what do you care? ... You only have to install a given version of the ... Once for each .net framework version. ... Lauchlan M ...
    (borland.public.delphi.non-technical)
  • Re: Managed vs Unmanaged Bare Bones Performance Test
    ... One of the reasons that things like Virtual PC (which runs Windows on pre-Intel Macintoshes) and Rosetta work so well is that the programs being run spend very little time in the code that needs to be translated. ... If your code only spends 1% or less of its time executing the code you actually wrote, and the rest of its time either waiting on i/o or executing libraries in the operating system, then even if you have a 20X difference in performance, you're only really looking at a 20% cost in the "slower" environment. ... There are a few classes of applications where this sort of difference matters. ... The biggest thing I notice in my applications is start-up time, as the .NET Framework imposes a relatively large burden with respect to application initialization as compared to a straight Windows application. ...
    (microsoft.public.dotnet.framework)