.net2003环境下编译出错的问题
请问:我用.net2003编译symbian的示例程序helloworldbasic,编译Release Thumb版本时出错,输出如下:
正在执行生成文件项目操作
Sorry, \epoc32\tools\bldmake.bat is not supported in this release. Please use a different
device. Use 'devices' to view the available devices.
'abld' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
Project : error PRJ0019: 工具从"正在执行生成文件项目操作"
生成日志保存在“file://e:\Symbian\8.0a\epoc32\Build\Symbian\8.0a\Series60ex\Helloworldbasic\Group\Helloworldbasic\Wins\Release\BuildLog.htm”中
HELLOWORLDBASIC - 1 错误,0 警告
---------------------- 完成 ---------------------
生成: 0 已成功, 1 已失败, 0 已跳过
请问应该如何解决?
我想要生成手机上用的sis文件,除了在release thumb下编译出pkg文件用makesis转,还有什么其他办法么?用carbide vs是不是可以直接生成sis文件?应该怎么做?