Autodesk ObjectARX
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Fix: 'ads_xload ' undefined; assuming extern returning ?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
65 Views, 1 Replies
11-17-2012 12:31 AM
I want to fix this error
But the function "ads_xload" does not exist ObjectARX-SDK
Please help me?
ameapi \ SAGET.C (198): warning C4013: 'ads_xload' undefined; external Assuming returning int
Solved! Go to Solution.
Re: Fix: 'ads_xload ' undefined; assuming extern returning ?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-17-2012 03:24 AM in reply to:
diagodose2009
The ads_xload() function is obsolete. It was used to load old style ADS modules at one time, but those are no longer used in AutoCAD. Whatever it was loading needs to be replaced with a modern ObjectARX DLL and loaded with acedArxLoad instead.
--
Owen Wengerd
ManuSoft
Owen Wengerd
ManuSoft

