Author Topic: About AutoCAD 2013 "acedTrans "  (Read 3608 times)

0 Members and 1 Guest are viewing this topic.

huangc

  • Guest
About AutoCAD 2013 "acedTrans "
« on: April 11, 2012, 09:43:23 PM »
Hello, everyone.
   I found "acedTrans" in 2013 can not continue to use.
Code - C#: [Select]
  1.         [DllImport("acad.exe", CallingConvention = CallingConvention.Cdecl, EntryPoint = "acedTrans")]
  2.         static extern int acedTrans(
  3.           double[] point,
  4.           IntPtr fromRb,
  5.           IntPtr toRb,
  6.           int disp,
  7.           double[] result
  8.         );
  9.  
   Prompt I can not find acedTrans entry point

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8709
  • AKA Daniel
Re: About AutoCAD 2013 "acedTrans "
« Reply #1 on: April 11, 2012, 11:25:15 PM »
it may not be in acad.exe anymore, I think some stuff was moved out to one of the dlls... core.dll or something

huangc

  • Guest
Re: About AutoCAD 2013 "acedTrans "
« Reply #2 on: April 19, 2012, 05:51:24 AM »
You are right, it has been removed

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: About AutoCAD 2013 "acedTrans "
« Reply #3 on: April 19, 2012, 07:41:43 AM »

I don't have time to play, but acedTrans in in acCore.dll

http://www.theswamp.org/index.php?topic=41527.0

kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.