GUI Only By Using FPC

我们两清 提交于 2019-12-07 06:28:45

问题


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.


回答1:


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




回答2:


You can also use FPC Qt4 Binding.




回答3:


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



来源:https://stackoverflow.com/questions/1813477/gui-only-by-using-fpc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!