Book a Demo

Author Topic: Build scripts and debugging  (Read 3077 times)

Sandman27

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Build scripts and debugging
« on: September 11, 2006, 03:16:48 am »
Hi,

I am using EA for reverse engineering some older projects in order to create proper documentations of the sources. For that reason, I created a build script which basically tells EA how to compile the project.

Now, when I try to debug the project in EA, it gives me an error "Failed to load common language runtime". What does it mean? Did I configure something wrong? There is on limited information available about how to write build scripts for different environments.

BTW, I am using Borland Delphi 7.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Build scripts and debugging
« Reply #1 on: September 11, 2006, 02:54:49 pm »
Common Language Runtime = .Net

Although you can create any build script for EA,  it only supports debugging .Net and Java applications at the moment.

Sandman27

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Build scripts and debugging
« Reply #2 on: September 11, 2006, 10:38:57 pm »
Thanks a lot!