Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EDT:How to move RBD app to EDT"

(New page: An EDT project has different layout with an RBD project, the best way to make RBD code working in EDT is to create a new EDT project and copy the code to it. There have also been some chan...)
 
Line 9: Line 9:
  
 
== Create new EDT project  ==
 
== Create new EDT project  ==
 +
 +
 +
[[Category:EDT]]

Revision as of 04:42, 23 November 2011

An EDT project has different layout with an RBD project, the best way to make RBD code working in EDT is to create a new EDT project and copy the code to it. There have also been some changes to the EGL language that may require you to change your RBD-developed code to be modified prior to running on EDT. See the EGL Language conversion page for more information about updates to EGL.

Create new EDT project

Create new EDT project

Create new EDT project

Back to the top