cnCalc计算器论坛

 找回密码
 注册
搜索
查看: 2225|回复: 2

[89/92/V200] ti 89钛 使用大字体输出字符串

[复制链接]
发表于 2013-5-4 14:44:49 | 显示全部楼层 |阅读模式
/*#define USE_TI89*/
#define RETURN_VALUE
#define OPTIMIZE_ROM_CALLS
#define ENABLE_ERROR_RETURN
/*#define MIN_AMS 202*/
#include <stdio.h>
#include <tigcclib.h>
void _main(void)
{
  ESI argptr = top_estack;
  float x=GetFloatArg (argptr);
  float y=GetFloatArg (argptr);
  const char *str=GetStrnArg (argptr);
while (GetArgType (top_estack) != END_TAG)  // 清除多余的参数
    top_estack = next_expression_index (top_estack);
  top_estack--;
FontSetSys(F_8x10);
printf_xy(x,y,"%s",str);
return;
}
将ti 89钛和谐后,希望用ti basic调用此程序,编译通过,basic程序也没问题,可就是不显示字符串,不知道问题出在哪了
 楼主| 发表于 2013-5-4 14:48:45 | 显示全部楼层
我是用preos和谐的计算器
发表于 2013-5-4 17:58:48 | 显示全部楼层
你好,ti 89t的朋友,加我QQ269633640,我们共同探讨
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|cnCalc计算器论坛

GMT+8, 2024-5-2 14:24 , Processed in 0.044183 second(s), 18 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表