Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.
Solved! Go to Solution.