Skip to main content
12-Amethyst
June 29, 2015
Question

visual studio and modeling

  • June 29, 2015
  • 1 reply
  • 2801 views

Hi,

 

 

Does somebody know how to connect visual studio 2013/2015 with Creo elements direct modeling 18.1? DDE doesn't exist anymore in visual studio. Somebody has an idea and/or example to do this?

 

 

Thanks in advance


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

1 reply

13-Aquamarine
July 16, 2015

What do you have in mind?

With Visual Studio you are typically develing C++ or .NET to "extend" CED Modeling

Another usage of Visual Studio is to compile LISP sources into DLLs to be loaded into CED Modeling

What do you want to achieve with DDE?

I guess you want to "talk" to CED Modeling?

12-Amethyst
July 17, 2015

I want to use visual studio to make some kind of menu that talks trough DDE with modeling. But the new visual studio software doesn't use DDE anymore, so maybe there is another way to solve this problem?

13-Aquamarine
July 17, 2015

DDE has been deprecated by Microsoft many years ago, therefore it is no longer available in Visual Studio.

Do you want to talk to Modeling from "outside" (=from a application which is not Modeling itself)?