- 积分
- 1530
- 明经币
- 个
- 注册时间
- 2005-6-11
- 在线时间
- 小时
- 威望
-
- 金钱
- 个
- 贡献
-
- 激情
-
|
楼主 |
发表于 2021-11-23 10:52:11
|
显示全部楼层
这是别人的提问,上面是回答。
ObjectARX 2022: acHeapAlloc/acHeapFree LNK2001
Hello,
on our HLR api implementation I get LNK2001 error on acHeapAlloc and acHeapFree definitions:
LNK2001 external symbol unresolved "void __cdecl acHeapFree(void *,void *)"
(?acHeapFree@@YAXPEAX0@Z)
LNK2001 external symbol unresolved "void * __cdecl acHeapAlloc(void *,unsigned __int64)"
(?acHeapAlloc@@YAPEAXPEAX_K@Z)
I get this only on when compiling with ObjectARX 2022, previous versions works fine. I've double checked inclusion/libs directories and additional dependencies, all seems equivalent to our ObjectARX 2021 configuration.
Thank you for your support. |
|