Autor Beitrag
peter_muster
Hält's aus hier
Beiträge: 1



BeitragVerfasst: Fr 23.07.04 11:21 
Mit dem Borland C++ Builder kann man ja VCL Programmieren?

Ist das das gleiche VCL wie hier im Forum behandelt wird?


Moderiert von user profile iconPeter Lustig: Topic aus VCL (Visual Component Library) verschoben am Fri 23.07.2004 um 11:22
ErnestoChe
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 528

Win 2000 pro, CRUX 2.0
Delphi 6 Pers, Open K3
BeitragVerfasst: Fr 23.07.04 12:16 
Hallo,

der Builder nutzt die gleiche in Delphi geschriebene VCL wie Delphi auch. Auch die IDE ist die gleiche. Die VCL wird aber aus dem Builder heraus in C++ angesprochen. z.B:

ausblenden Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
void Foo()
{
  TStringList *sl = new TStringList;
  
  //........

  delete sl;
}


MFG

- Ernesto -

// Edit: wenn du ein Forum zum Builder suchst: hier gibt es eins.
Spieler1
ontopic starontopic starontopic starhalf ontopic starofftopic starofftopic starofftopic starofftopic star
Beiträge: 469


D6 Pers
BeitragVerfasst: Fr 23.07.04 12:49 
Der C++ Builder verwendet die in Delphi geschriebene VCL? :shock:
Die IDE ist dann wohl auch in Delphi geschrieben.
Vielleicht sogar der C++ Compiler? :mrgreen: :wink:
UC-Chewie
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 531

WinXP
D5 Ent
BeitragVerfasst: Fr 23.07.04 13:04 
Die IDE ist AFAIK mit Delphi geschrieben. Der Compiler allerdings in C, genauso wie der Delphi-Compiler.

_________________
Egal wie dumm man selbst ist, es gibt immer andere, die noch dümmer sind