C++; sds_dictremove(...)

Hi,I'm trying to convert several routines from "ads" (Ac14) environment into the "sds" (ICAD) environment. But, I'm not able to find and use an ICAD "version" of AutoCAD ads_dictremove(...) function. Maybe there'll be more such functions, maybe only the "dict" ones.So, how can I suply the "ads_dictremove" function?ThanksLuP

Comments

  • if you check the sds.h header you'll find sds_dictadd, sds_dictnext, etc. You'll also see sds_dictdel. Obviously, sds_dictdel is unfortunate naming.regards, sander, bricscad

This discussion has been closed.