DateUtils.hpp fehlt

Hallo,

ich habe ein Problem und zwar bin ich am dem Tutorial hängengeblieben
http://www.cbuilder.de/artikel/tutorial_triph/2.htm

dasteht man soll

#include

einbinden habe ich gemacht aber bei mir kommt eine Fehlermeldung:

Kann DateUtils.hpp nicht öffnen/finden!

ich finde sie manuel auch nicht kann mir jemand sagen wo ich sie her bekommen kann??

Ich arbeite mit dem Borland C++ Builder 5 Proffesional.

Vielen Dank für euere Hilfe!

Grüße

Rudolf

Hallo,

ich habe ein Problem und zwar bin ich am dem Tutorial
hängengeblieben
http://www.cbuilder.de/artikel/tutorial_triph/2.htm

dasteht man soll

#include

aber anscheinend hast du sie nicht,

gefunden hab ich die hier zum downloaden

http://cvs.decisionsoft.com/viewcvs/Pathan/src/utils…

hoffe das ist sie, wenn ja downloaden und speichern da wo sie der compiler finden tut

oder mit
#include „DateUtils.hpp“
im selben Verzeichniss wie Programm

Hallo,
und noch was gefunden , was dir vielleicht beim lokalisieren der Datei hilft

Note: You must add Borland.Vcl.DateUtils to the implementation uses clause to use
the EncodeDateTime() function

last and least
In my opinion, the presence of RTL.NET alone provides a compelling argument to use Delphi as your preferred .NET language. RTL.NET includes literally hundreds of useful routines, including those in the Borland.Vcl.SysUtils, Borland.Vcl.StrUtils, Borland.Vcl.DateUtils, and Borland.Vcl.Math units, to name a few.

Another Borland technology, Db Web Controls for ASP.NET, is available for use when you’re building WebForms. These are visual, data-aware Web controls that you can use with ADO.NET and BDP.NET classes to quickly and easily build database Web applications.

The remaining technologies listed earlier in this section are designed to simplify the process of migrating existing applications from Win32 to .NET, as well as to permit developers to leverage their current skill sets when building new .NET applications. These technologies can be broadly referred to as VCL.NET, with dbExpress.NET, IBX.NET, DataSnap.NET, and BDE.NET being subsets of VCL.NET technologies.

VCL.NET is a component framework that provides extensive source code compatibility between Delphi Win32 and Delphi for .NET. The classes and types available in VCL.NET represent a rich subset of the Win32 VCL. Furthermore, these classes and types sport interfaces that are essentially identical to their VCL counterparts, permitting you to easily create single source projects that can be compiled either to the .NET platform or Win32, as well as to provide a greatly simplified migration path to .NET

Danke für den Link. Funktioniert jetzt.

Tut mir Leid ich verstehe das auf englisch nicht :face_with_hand_over_mouth: