Message 1 of 3
ObjectARX 2013 does not include acedapi.dll
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am recompiling ARX code for 2013 and am receiving the error:
error LNK1104: cannot open file 'acedapi.lib'
Searching the ObjectARX 2013 lib files, I cannot find this file in the SDK.
The last time I compiled this code was with ObjectARX 2010, which allowed it to work with 2010, 2011, and 2012. I found a post from a person compiling ObjectARX 2011 code and the answer was that acedapi is no longer needed and no longer included in the SDK.
Since I am getting an error, it appears that it is needed.
Where may I find acedapi.lib ?
If it is not needed, how do I fix my code to not need it??? I removed it from the Linker dependencies and received over 150 errors in the code with it removed from the dependencies list.