仅使用FPC的GUI [英] GUI Only By Using FPC

查看:95
本文介绍了仅使用FPC的GUI的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道如何仅使用安装了Lazarus的FPC(Pascal)而不使用Delphi语言(Object Pascsl)来开发GUI应用程序(32位).谢谢.

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.

推荐答案

直接使用小部件集.看例如Unix的packages/gtk2中的示例,或Windows win32api使用演示. (在FPC win32安装中为demo \ win32)

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)

但是不使用lazarus会使您失去平台的独立性,并且非常容易.

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

看看lazarus是怎么做的,仍然有可能.

Looking how lazarus does it, is still a possibility.

第二个选项是 https://github.com/mse-org/mseide-msegui

这篇关于仅使用FPC的GUI的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆