Book a Demo

Author Topic: Programming Language Datatypes  (Read 3046 times)

lesh

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Programming Language Datatypes
« on: November 19, 2003, 12:15:06 pm »
I've added new datatypes in a project.  Is there an easy way to get the new types into other projects?  Instead of having to create them for each new project.  I'm very new with this app so need very simple instructions if it can be done.  Thanks.

CJ

  • EA User
  • **
  • Posts: 288
  • Karma: +0/-0
    • View Profile
Re: Programming Language Datatypes
« Reply #1 on: November 21, 2003, 05:00:13 am »
G'day,

I'd say setup a base project at the start, then every new project you create, use your base project as the model for the new project.

If your projects are already created:
1-Export all packages in the project that doesn't have your datatypes
2-Create a new project modelled after the project that does have your datatypes
3-import all previously exported packages into the new project.

Of course, I've never tried any of this.  Maybe there's a better way?
Cheers and best regards.

Sean Kearon

  • EA User
  • **
  • Posts: 126
  • Karma: +0/-0
    • View Profile
Re: Programming Language Datatypes
« Reply #2 on: November 25, 2003, 01:29:17 am »
Hi Lesh

We do it just like Jason suggests and it works very well - you can work wonders with a little rearranging and exporting/importing of packages!

Cheers

Sean