Fix: 'ads_xload' undefined; assuming extern returning ?

Fix: 'ads_xload' undefined; assuming extern returning ?

diagodose2009
Collaborator Collaborator
488 Views
1 Reply
Message 1 of 2

Fix: 'ads_xload' undefined; assuming extern returning ?

diagodose2009
Collaborator
Collaborator

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

0 Likes
Accepted solutions (1)
489 Views
1 Reply
Reply (1)
Message 2 of 2

owenwengerd
Advisor
Advisor
Accepted solution

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
0 Likes