RFX_BigInt错误 [英] RFX_BigInt error

查看:173
本文介绍了RFX_BigInt错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个字段

_int64  m_initial_amount;

并具有相应的行

RFX_BigInt(pFX, _T("[initial_amount]"), m_initial_amount);

我收到一个错误 C2065:'RFX_BigInt':undeclared标识符

与什么相关的错误?
我缺少一些头文件,包括库?

What is the error related to? Am I missing upon some header file, includes, libraries?

注意:我正在编译VC ++ 6.0中的代码?

Note: I am compiling the code in VC++ 6.0?

推荐答案

没有 RFX_xxxxx 宏传输64位整数 - 您必须获取原始数据并转换它手动将其改为64位整数。
请参见 http://msdn.microsoft.com/en- us / library / 1z45tz8b.aspx http://msdn.microsoft .com / en-us / library / ca5a16kd.aspx

There is no RFX_xxxxx macro to transfer 64 bit integer - you have to get the raw data and convert it manually to a 64 bit integer. See documentation at http://msdn.microsoft.com/en-us/library/1z45tz8b.aspx, http://msdn.microsoft.com/en-us/library/ca5a16kd.aspx

这篇关于RFX_BigInt错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆