TheSwamp

Code Red => .NET => Topic started by: huangc on April 11, 2012, 09:43:23 PM

Title: About AutoCAD 2013 "acedTrans "
Post by: huangc 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
Title: Re: About AutoCAD 2013 "acedTrans "
Post by: It's Alive! 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
Title: Re: About AutoCAD 2013 "acedTrans "
Post by: huangc on April 19, 2012, 05:51:24 AM
You are right, it has been removed
Title: Re: About AutoCAD 2013 "acedTrans "
Post by: Kerry 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