GUI Only By Using FPC
Asked Answered
W

3

5

I want to know how I can develop GUI applications(32 Bits) without using Delphi language(Object Pascsl), only by using FPC with Lazarus installed(Pascal). Thanks.

Wornout answered 28/11, 2009 at 19:18 Comment(0)
D
4

Use a widget set directly. Look at e.g. the examples in packages/gtk2 for unix, or the windows win32api usage demo. (demo\win32 in the FPC win32 installation)

But not using lazarus makes you lose platform independance, and a lot of ease.

Looking how lazarus does it, is still a possibility.

A second option is https://github.com/mse-org/mseide-msegui

Discount answered 28/11, 2009 at 20:37 Comment(0)
C
2

You can also use FPC Qt4 Binding.

Chimere answered 7/12, 2009 at 18:26 Comment(0)
S
1

Take a look at built in LCL, and external fpGUI and mseGUI.

Scarfskin answered 9/11, 2010 at 8:37 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.