问题标签 [freebasic]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
flow-control - 在 FreeBasic 中设置硬件流控参数
我很感激有关如何在 FreeBasic 中设置以下硬件流控制参数的建议
dll - 如何在 FreeBasic DLL 中获取当前文件名?
如何让 FreeBASIC DLL 找到自己的文件名和路径?到目前为止,我已经尝试过:(使用 rundll32 文件名,DllMain 运行它)代码:
. . . 但它不起作用。
但是,当我将其编译为 EXE 时,它工作正常。
有什么建议么?谢谢!
facebook-login - 当网站托管在 internet.org 上时,我们可以使用 Facebook/twitter/linkedin 登录吗
是否有任何黑客支持第三方登录网站?
目前它给出的错误是“标准数据费用您将离开 Free Basics。:// 不是免费网站,将收取标准数据费用。 ”
c# - 如何通过按回车键退出通过 COM 端口读取条形码?
我正在通过 COM 端口使用我的条形码扫描仪,使用下面的代码,它模拟 POS 终端并将产品名称及其价格打印到从 MySQL 数据库中提取的屏幕上。问题是,当 com 端口打开并准备读取数据时,例如loop until inkey=chr(13)
,当我想退出“扫描模式”并获得应付总额时,它将不起作用。
这是用 FreeBasic 编写的,但我对如何解决这个问题的一般概念感兴趣,而不是特定于语言的解决方案。
deprecated - Get/set cursor position in BASIC
I know BASIC is a deprecated language but it's fun to play around with. I'm using FreeBASIC on Windows and I'm trying to re-compile an old program that I originally wrote for the Apple ][.
One instruction that no longer works is HOME
, which coincidentally HOME
s the cursor. I found this about getting/setting the cursor position in VB.NET, but as I'm using BASIC I assume it will not work.
Therefore, my question is... how can I get/set the cursor position in BASIC?
console - 与宏的整数连接
如何用宏正确连接整数?我必须在这里调用它两次,因为我不能在 ","(error) 之后添加一些东西
python - 在 python 中使用 libpruio 和 libpruw1?
有没有办法在 python 中使用 libpruio 和/或 libpruw1 ( http://users.freebasic-portal.de/tjf/Projekte/libpruw1/doc/html/ )?我想使用 libpruw1 来读取(超过 10 个)ds18b20,因为它比使用 dts 文件的“正常”方式快得多(在此处描述http://www.bonebrews.com/temperature-monitoring-with- the-ds18b20-on-a-beaglebone-black/)。所有传感器都需要不到一秒的时间,而不是每个传感器的 0.7 秒。据我了解,它没有 max_slave_count = 10 的限制。
arrays - 如何允许使用 free-BASIC 中的数组打印用户请求的数据?
对于这个问题,我需要让用户输入一个数字,然后接收教师的姓名、当前工资和新工资。我试过这样的东西
但它不起作用(下面的链接显示错误)请有人帮忙!这是给 Sba 的……我的老师不久前想让我的班级输入成绩,但没有人知道如何做到这一点,所以知道有人提交了……我已经尝试这样做好几天了,但我们从来没有被教过太多关于数组:(
arrays - qbasic 如何将数组和变量传递给函数/子程序?
如何将 Deck(52) 数组从 Newgame 函数传递到 deckshuffle 函数
目前,当我尝试执行程序时出现“未定义数组”错误。