Re: Turbo Delphi... Why ? :(



Jon Robertson wrote:
Delphi-Man wrote:

IMHO, .Net 2.0 framework must be the ONLY requisite to run 1.1 and 2.0 apps..

Did you develop Win32 apps in the past? If using run-time packages, would you expect the newer (say, D7) distributable BPLs to be all that was needed to run apps built with D3 - D6?


Of course I did.

AFAIK, any executable built with VC++ that uses the platform (I mean the Win32API, no 3rd party libraries/components) that run on Windows 95 could run on Windows98, Windows 2000, etc.. because the platform (Win32) is backward compatible..

Note that I'm talking about platforms.. VCL is not a platform, is a framework built on a platform (Win32 or .Net)

If I develop an app using "pure" .Net 1.1 (no 3rd party libararies/componets) I would expect to run in platforms 2.0, 3.0, etc..
as I can do with Win32.. but this is not the case..

Why? because there are some classes in .Net 2.0 that, despite of having the same name and syntax than their respective class in .Net 1.1, behave different and produce different results!!

.



Relevant Pages

  • Re: Turbo Delphi... Why ? :(
    ... is a framework built on another platform (Win32 or WinCE or Mobile or ...). ... But you must consider that, in this case, .Net IS a platform, not a framework. ...
    (borland.public.delphi.non-technical)
  • Re: Adding SDK
    ... on Platform Biulder but now I have another one... ... You should see your new SDK platform ... I've built SDK and I've run the .msi file. ... file I can't include it on .bib file as I did with usb drivers! ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Adding SDK
    ... No Platform Builder needed; don't have to build the OS to change your ... I've created the SDK adding libraries and inclide files folders to the ... I've built SDK and I've run the .msi file. ... file I can't include it on .bib file as I did with usb drivers! ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Adding SDK
    ... I was using Platform Builder for including project on OS image. ... I've created the SDK adding libraries and inclide files folders to the ... I've built SDK and I've run the .msi file. ...
    (microsoft.public.windowsce.platbuilder)
  • Debugging CE Device through VS 2005
    ... This works fine for eVC 3 and 4 and also with the right SDK for CE ... SDK and an SDK built by myself for my CE device. ... Now i'd like to remote debug my application on the device through ... select my platform and device and click on 'Connect'. ...
    (microsoft.public.windowsce.embedded)