有没有C语言的RealBasic studio?
有没有像 GNU C 语言那样的 RealBasic 工作室,我只用 1 分钟编写了 GUI 按钮和 msgBox,花了 2 分钟来制作和部署应用程序,对于跨平台来说非常快速。全屏模式/计时器等全部通过单击鼠标来准备,免费演示版本给我留下了深刻的印象。
请看屏幕截图,我的意思是: https://i.sstatic.net/UPzBP.png
msgBox("Hello, Easy peasy gui and programming?")
Is there any RealBasic studio like for GNU C language, Where i just wrote in 1 minute GUI button and msgBox, took 2 minutes to make it and deploy application, very fast and rapid for cross platform. Full screen mode/timer etc all prepared by click of mouse, i am really impressed with the free demo version.
Please see screen shot, what i mean:
https://i.sstatic.net/UPzBP.png
msgBox("Hello, Easy peasy gui and programming?")
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
如果您喜欢Real Studio和RealBasic语言的快速开发和跨平台能力,但需要使用一些外部C库,有一个称为声明的语言功能可以公开您需要的C函数。
http://docs.realsoftware.com/index.php/Declare
If you like the rapid development and cross-platform abilities of Real Studio and the RealBasic language, but need to use some external C libraries, there is a language feature called declares that can expose the C functions you need.
http://docs.realsoftware.com/index.php/Declare
你可以试试 GTK 和它的编辑器(不记得它的名字了)
You can try GTK and its editor (cant remember its name)
嗯,不。看,与 RealBasic 不同,C 不知道按钮、消息、框等。您需要的是研究一些支持 C 的特定 GUI 库。
根据您的要求,我认为您会更高兴使用另一个语言优于C;如果您想要一种类似 C 的语言,Java 和像 NetBeans 这样的 IDE 可能适合您。
Well, no. See, unlike RealBasic, C doesn't know about buttons, messages, boxes etc. What you need is to look into some particular GUI library that supports C.
From what you're asking, I think you'd be much happier with another language than C; if you want a C-like language, Java and an IDE like NetBeans might suit you.
Real Studio 有一个基于 C 的插件 SDK,允许您创建扩展框架的插件。如果您想利用 Real Studio 的优势并将其与 C 的强大功能相结合,请考虑这一点。
Real Studio has a C-based plugin SDK that allows you to create plugins that extend the framework. Look into that if you want to take the benefits of Real Studio and combine it with the power of C.
使用 Delphi 的 C++ Builder XE3 怎么样?这就是您正在寻找的。
http://www.embarcadero.com/products/cbuilder
它可以编译到 Windows 和 Mac,很快他们就会发布针对 IOS 和 Android 的更新
在切换到 realbasic 之前,我使用了他们的 Pascal RAD 应用程序构建器。老实说,如果他们早在 2007 年就有能力编译到 OS X 和 Windows,我就永远不会切换到 realbasic。
祝你好运
What about using Delphi's C++ Builder XE3? It's what you're looking for.
http://www.embarcadero.com/products/cbuilder
It can compile to windows and mac and very shortly they'll realease an update for IOS and Android
I used their Pascal RAD app builder before switching to realbasic. Honestly, if they had the ability to compile to OS X and Windows back in 2007, I never would have switched to realbasic.
Good LUck