- 积分
- 15
- 帖子
- 34
- 主题
- 4
- 精华
- 0
- 最后登录
- 2020-7-6
- 在线时间
- 14 小时
新手上路
兴趣点(最多三项):
VegaPrime
- 私信
|
发表时间 : 2019-7-3 23:22:41
|
浏览 : 1285 评论 : 3
vs2008编译警告C4251:“vsgu::Options::m_entries”: class“vuVector”需要有 dll 接口由 struct“vsgu::Options”的客户端使用 ,是什么原因?
- Will automatically link with vsgu6D.lib
- Will automatically link with vsgc6D.lib
- d:\software\presagis\suite13\vega_prime\include\vsg\vuallocraw.h(363) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
- d:\software\microsoft visual studio 9.0\vc\include\string.h(74) : 参见“strcpy”的声明
- d:\software\presagis\suite13\vega_prime\include\vsg\vuoptions.h(134) : warning C4251: “vsgu::Options::m_entries”: class“vuVector”需要有 dll 接口由 struct“vsgu::Options”的客户端使用
- with
- [
- Type=vsgu::Options::Entry
- ]
- d:\software\presagis\suite13\vega_prime\include\vsg\vuclasstype.h(221) : warning C4251: “vuClassType::m_derived”: class“vuVector”需要有 dll 接口由 class“vuClassType”的客户端使用
- with
- [
- Type=vuClassType *
- ]
复制代码
|
|