用于 Windows 基本编译的最佳开源/免费解决方案

发布于 2024-09-29 23:14:05 字数 1540 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(9

琴流音 2024-10-06 23:14:05

您可以从命令提示符使用 Microsoft 的 Visual Basic 编译器

vbc.exe Source.vb

编译器是 .NET Framework 安装的一部分,位于

%SystemRoot%\Microsoft.NET\Framework\<Framework version>\vbc.exe

You can use Microsoft's Visual Basic compiler from the command prompt:

vbc.exe Source.vb

The compiler is part of the .NET Framework installation and is located in

%SystemRoot%\Microsoft.NET\Framework\<Framework version>\vbc.exe
弃爱 2024-10-06 23:14:05

FreeBASIC 是一款免费/开源 (GPL)、32 位 BASIC 编译器[1],适用于 Microsoft Windows、保护模式 DOS(DOS 扩展程序)、Linux、FreeBSD 和 Xbox。

http://freebasic.net

操作系统 DOS、FreeBSD、Linux、Microsoft Windows
许可 GNU GPL,根据 GNU LGPL 许可的标准库

FreeBASIC is a free/open source (GPL), 32-bit BASIC compiler[1] for Microsoft Windows, protected-mode DOS (DOS extender), Linux, FreeBSD and Xbox.

http://freebasic.net

OS DOS, FreeBSD, Linux, Microsoft Windows
License GNU GPL, Standard libraries licensed under the GNU LGPL

蓝礼 2024-10-06 23:14:05

我使用搜索找到了快速基本编译器链接:

http://www.qbcafe。净/qbc/english/download/compiler/qbasic_compiler.shtml

清醇 2024-10-06 23:14:05

qbasic 版本仍在开发中,位于 http://www.qbasic.com/

There's a qbasic version still in development at http://www.qbasic.com/

墟烟 2024-10-06 23:14:05

QBasic http://www.qbcafe.net/qbc/english/download/编译器/qbasic_compiler.shtml
我认为最好的 BASIC 编程环境(VisualBasic 和 Real Basic 不算,但它们同样很棒)

QBasic http://www.qbcafe.net/qbc/english/download/compiler/qbasic_compiler.shtml
Best BASIC programming environment ever in my opinion (VisualBasic and Real Basic don't count but they are equally awesome)

御弟哥哥 2024-10-06 23:14:05

然后是 XBasic

XBasic 是 BASIC 编程语言的变体

http://xbasic.sourceforge.net/

提到的两个 FOSS 变体都可以针对 Windows 进行编译,

希望有帮助

And then there is XBasic

XBasic is a variant of the BASIC programming language

http://xbasic.sourceforge.net/

Both mentioned FOSS variants can compile for Windows

Hope it helps

最冷一天 2024-10-06 23:14:05

JustBasic 是免费的、小而精彩的!论坛中的用户非常友好且乐于助人! http://www.justbasic.com (我不确定它是否是开源的......但它是免费的)

JustBasic is free, small, and wonderful! And the users in the forums are extremely friendly and helpful! http://www.justbasic.com (I'm not sure if it's open source though... but it IS free)

蓝色星空 2024-10-06 23:14:05

我使用 QB64,一个适用于 Windows XP 7 8 的 64 位编译器。编译大多数(或容易转换的)QuickBasic 4.5 程序。

I use QB64 a 64-bit compiler for Windows XP 7 8. Compiles most (or easily converted) QuickBasic 4.5 programs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文