[Delphi] Version 4 par rapport à la 5

Version 4 par rapport à la 5 [Delphi] - Programmation

Marsh Posté le 21-07-2001 à 18:20:37    

Quels sont les "plus" signifiants de la version 5 de Delphi par rapport à la version 4 ??? (côté technique et interface utilisateur)

Reply

Marsh Posté le 21-07-2001 à 18:20:37   

Reply

Marsh Posté le 21-07-2001 à 23:09:11    

Y a bien quelqu'un qui doit savoir me répondre...

Reply

Marsh Posté le 22-07-2001 à 12:03:44    

je n'ai pas remarqué de grande différence.
la peronalisation de la barre d'outils était différente.
à part ça je vois pas.
peut-être quelques composants supplémentaires...
aussi le fait que certains composants trouvés sur le web ne fonctionnent qu'avec D5 et pas D4.


---------------
mes programmes ·· les voitures dans les films ·· apprenez à écrire
Reply

Marsh Posté le 22-07-2001 à 18:51:09    

C'est pas possible qui ont sorti une version 5 avec si peu de changements...
 
En fait, je fait cette petite enquête car j'voudrais savoir si ça vaut la peine de me proccuré ?!?!

Reply

Marsh Posté le 22-07-2001 à 19:03:40    

http://www.consist.it/D5wtsnew.htm
 
en gros, pour moi:

  • integration de IE dans le composant TWebBrowser  
  • le composant TPageProducer (que je m'etais fais chier a developper 1 mois avant que l'on passe D5 :fou: )
  • le composant TFrame (que je m'etais AUSSI fais chier a developper 1 mois avant que l'on passe D5 :fou: :fou:)
  • moins de plantage de l'IDE (surtout avec le dernier SP)
  • moins de crash du debuggueur
  • les outils de gestion de langues (pas trop utilisé, cependant)


http://www.delphizine.com/opinion/ [...] 02fn_o.asp

 

[edtdd]--Message édité par JWhy--[/edtdd]


---------------
www.alliancefrancophone.org ... Home is where the heart is
Reply

Marsh Posté le 22-07-2001 à 19:10:00    

y'a un chapitre "What's new in Delphi" dans l'aide de Delphi5... tu veux que je te fasse un copier/coller (c'est tres tres long...)


---------------
www.alliancefrancophone.org ... Home is where the heart is
Reply

Marsh Posté le 22-07-2001 à 19:12:57    

bon allez, soyons fous:
 

Citation :


What’s new
 
Delphi 5 introduces the following new features and enhancements.  
 
Note Some of the features are not available in all versions of Delphi.
 

  • ADO Dataset (Enterprise and add-on to Professional edition)


The ADO dataset provides an alternative technology to the Borland Database Engine (BDE) to gain access to data in a variety of formats using Microsoft’s Active Data Objects (ADO) technology.
 

  • Data Module Designer (All editions)


The Data Module Designer is a new visual design tool that makes it easy to create and maintain data modules.  
 

  • InterBase Express (Professional and Enterprise editions)


InterBase Express (IBX) components integrate InterBase with Delphi better than any other database access components and do not require the Borland Database Engine (BDE).
 

  • MIDAS enhancements (Enterprise edition)


The architecture to support multi-tier database (MIDAS) applications now supports stateless remote data modules and the new InternetExpress components let you create Web applications where browsers interact with data from a MIDAS application server.
 

  • CORBA changes (Enterprise edition)


CORBA has been upgraded to work with the VisiBroker for C++ ORB version 3.32. In addition, message traffic is reduced because the CORBA client no longer pings messages to the server to maintain the client connection. Connections time out automatically if they are inactive for too long.
 

  • New debugging features (All editions)


The Integrated debugger has new features, including the ability to set debugging options for specific processes, new Run menu items, and additional debugging options.
 

  • VCL enhancements (All editions)


The VCL has many new objects, properties, and events incorporating new technology and responding to developer’s requests.
 

  • Frames (All editions)


Frames are a special kind of form that can be nested within a form or another frame. You create frames by choosing File|New Frame, or by choosing File|New and double-clicking Frame on the New tab of the New Items dialog box.
 

  • Customizable desktop settings (All editions)


You can customize various desktop layouts, then name and save them globally. Select the desktop layout you want from the Desktop toolbar or using View|Desktops. You can also specify a debugging desktop to load during runtime.
 

  • To-Do Lists (Professional and Enterprise editions)


A to-do list maintains a list of tasks to be completed for the project. You can add items in the source code or directly to the list.
 

  • Property categories in the Object Inspector (All editions)


The Object Inspector allows you to display and filter properties and events by category.
 

  • Images in drop down lists in the Object Inspector (All editions)


Owner draw support has been added to the Object Inspector so you can view images such as cursors, image lists, and colors in drop down lists.
 

  • New Project Manager features (All editions)


The Project Manager simplifies project management by allowing you to drag and drop files from Windows folders or other projects into your current project. You can also copy project items from one project to another and add any type of file to a project. Resource files that you add to your project are compiled into RES files and linked to the project.  
 

  • TeamSource (Enterprise edition)


TeamSource is a new integrated workflow management tool. For more information, see TeamSrc.hlp in the Help directory. Note: TeamSource is a separate product and a separate installation, and is not provided with all versions of Delphi. It can be purchased separately.
 

  • ActiveX Enhancements (Professional and Enterprise editions)


Imported COM servers can be implemented as components to for visual development. Other features have been added to simplify ActiveX development.
 

  • New application wizards (Professional and Enterprise editions)


Two new wizards help with creating control panel applets (File|New then select Control Panel Application or Control Panel Module) and console applications (File|New then select Console Wizard).
 

  • Editor enhancements (All editions)


Editing preferences are now centralized under a separate command (Tools|Editor Options). It is now easier to customize editor key binding with the Key Bindings tab on the Editor Options and Open Tools API enhancements.  
 

  • New project browser (All editions)


A new project browser can browse symbols in your project (project-wide) or it can browse all symbols (VCL-wide).
 

  • Forms now saved as text (All editions)


Form files (DFMs) are now saved as text rather than binary, by default. Right-click on a form and uncheck Text DFM to save that form as binary. Uncheck the New forms as text on the Preferences page of the Tools|Environment Options to save forms in binary.
 

  • Option to auto create forms (All editions)


An option on Tools|Environment Options Preferences page lets you choose whether or not to automatically create forms. You must have at least one auto-created form to use this option. When unchecked, forms added to the project are put into the Available Forms list rather than the Auto Create list. You can change where forms are listed using the Forms tab of the Project|Options dialog box.
 

  • IDE command line options (All editions)


You can start the IDE from the command line using several new options particularly useful for debugging.
 

  • International tools (Enterprise edition)


A new suite of tools called the Integrated Translation Environment (ITE) is now provided to simplify software localization and simultaneous development for different locales.  
 

  • NetMasters components (Professional and Enterprise editions)


The NetMasters components now appear on a separate page (called FastNet) in the Component Palette. Note that the TWebBrowser component on the Internet page, which imports the Internet Explorer ActiveX component, replaces the THTML component.
 

  • Help menu changes (All editions)



---------------
www.alliancefrancophone.org ... Home is where the heart is
Reply

Marsh Posté le 22-07-2001 à 20:00:45    

JWhy a écrit a écrit :

 

  • le composant TFrame (que je m'etais AUSSI fais chier a developper 1 mois avant que l'on passe D5 :fou: :fou:)





 
ha ouais c vrai que ça c pas mal


---------------
mes programmes ·· les voitures dans les films ·· apprenez à écrire
Reply

Marsh Posté le 22-07-2001 à 21:04:01    

Pour résumer, il faut que j'me le proccure...
 
Merci à tous

Reply

Marsh Posté le 22-07-2001 à 21:13:51    

passe peut-etre directement a Delphi 6 ;) (enfin, si tu as les $$$ nécessaires :( )


---------------
www.alliancefrancophone.org ... Home is where the heart is
Reply

Marsh Posté le 22-07-2001 à 21:13:51   

Reply

Marsh Posté le 23-07-2001 à 22:18:53    

J'ai été lire quelques témoignages sur Delphi 6 et du coup, j'suis occupé à télécharger une version d'évaluation de ce fameux Delphi 6...Il à l'air hallucinant !!!
 
http://www.developpez.com/delphi/temoignagesD6.htm

Reply

Marsh Posté le 24-07-2001 à 17:36:57    

Yoooo  da Benneke!
 
Tu fais du Delphi maintenant???
 
chuis d'accord avec viiz qu'ils super tourné vers les produits borland chez developpez.com. Ils pronent que JBuilder c'est mega super génial, mais je suis pas 100% convaincu quand j'ai essayé la version personal. D'ailleurs si tu lis un peu leurs articles en gros il n'y a que les produits borland qui vallent quelque chose (article comparant les différents IDE pour java).

Reply

Marsh Posté le 24-07-2001 à 21:01:16    

Yo Gregy, comment va ? ça à l'air pour developpez.com. Par contre j'ai migrer un de mes programmes de VB vers Delphi 4 et putain que ça marche du tonnerre et en plus y a possibilités de faire bien plus qu'avec ViiiiiBiiiii (j'devrais peut-être travailler pour developpez.com...). Alors j'pense à passer à une autre version !
 
J'en profite, Greg, il y a Cap Gemini Ersnt & Young qui essaye de te joindre...Dis-moi si tu es chez toi ces jours-ci, j'passerai dire bonjour...

 

[edtdd]--Message édité par Bendes--[/edtdd]

Reply

Marsh Posté le 24-07-2001 à 21:42:16    

viiz a écrit a écrit :

 
 
Certes le problème c'est que developpez.com est un site ultra-archi-pro Borland...
 




 
En effet...  :D  
 
J'ai ecrit a Borland pour savoir si il avait une offre etudiants pour jbuilder entreprise. Reponse en bref:  
 
"non, mais on peut s'arranger : on cherche des personnes pour écrire des articles/tutoriels sur jbuilder sur developpez.com..."

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed