• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk ObjectARX

    Reply
    Mentor
    Posts: 246
    Registered: ‎12-04-2009
    Accepted Solution

    Fix: 'ads_xload' undefined; assuming extern returning ?

    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

    Please use plain text.
    Mentor
    Posts: 239
    Registered: ‎08-06-2002

    Re: Fix: 'ads_xload' undefined; assuming extern returning ?

    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
    Please use plain text.