Author Topic: autoCAD 2013 Unknown command  (Read 1889 times)

0 Members and 1 Guest are viewing this topic.

FELIX

  • Bull Frog
  • Posts: 242
autoCAD 2013 Unknown command
« on: November 04, 2012, 07:17:26 PM »
I use VB Express 2008 and have an application that runs in AutoCAD 2010/2011/2012 and when I run AutoCAD 2013 shows the message Unknown command.

What does it take to run in AutoCAD 2013?
OK.

gile

  • Gator
  • Posts: 2507
  • Marseille, France
Re: autoCAD 2013 Unknown command
« Reply #1 on: November 05, 2012, 01:35:54 AM »
Hi,

A2013 requires to target the .NET framework 4 and the new AutoCAD libraries.

So you need to use VS 2010 and reference the AcCoreMgd.dll, AcDbMgd.dll and AcMgd.dll from ObjectARX 2013.
You can have a look here.
Speaking English as a French Frog

FELIX

  • Bull Frog
  • Posts: 242
Re: autoCAD 2013 Unknown command
« Reply #2 on: November 05, 2012, 08:13:44 PM »
Thank you so much my colleague!!!

OK.
OK.