Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi another framework (https://www.delphipraxis.net/5774-another-framework.html)

Mr.Sade 18. Jun 2003 19:47


another framework
 
is there another delphi framework, maybe something similar to the mfc from vc++ that lets you work with resources and use its classes.
thanks

Specialwork 18. Jun 2003 20:08

Hey, Mr. Sade,

I don't think so. But why do want to use MFC classes in Delphi !?. Everything what's integrated in the mfc is also integrated in Delphi Units. The only difference is: Delphi Classes/Units are much easier to understand and to work with.

regards, Tom

Mr.Sade 18. Jun 2003 20:20

Hey
I dont want to work with the MFC in Delphi.
I work with nonVCL, and I want something similar to teh MFC, so I dont have to code everything.
Something in the middle from Windows API and the VCL

CalganX 18. Jun 2003 20:30

Hm... If I unterstand you right you want to use functions from VCL-Units e.g. SysUtils.
You could include Units from the VCL, but then your programs are bigger. So I would say: Don't do this.

You should work with the Win32-API-Translations by the JEDIs! So you can use all API-Functions. And the most of the VCL-Functions are only simplyfications of the API-Functions.

Chris

jbg 18. Jun 2003 20:38

Zitat:

Zitat von Chakotay1308
you want to use functions from VCL-Units e.g. SysUtils.

SysUtils is part of RTL not VCL.


KOL & MCK is a framework for WinAPI.

Mr.Sade 19. Jun 2003 02:56

Hello,
KOL&MCK Cool, I will take a look into it.
VCL puts too much code, code that I dont need.


Alle Zeitangaben in WEZ +1. Es ist jetzt 16:29 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz