Book a Demo

Author Topic: VB.NET code generation (namespaces)  (Read 3185 times)

EA_Nj

  • EA User
  • **
  • Posts: 48
  • Karma: +0/-0
    • View Profile
VB.NET code generation (namespaces)
« on: October 24, 2002, 12:01:52 pm »
I am using the beta version that was recently posted on the EA website. I am trying to generate code from my classes. I thought the beta version takes care of Namespaces for VB.NET code. But when I generated code, there was not namespaces statement.


Further the beta version doesn't include the "inherit" statement for my classes that inherit from ancestor classes.

Has anyone seen the same bugs?

Jamal

EA_Nj

  • EA User
  • **
  • Posts: 48
  • Karma: +0/-0
    • View Profile
Re: VB.NET code generation (namespaces)
« Reply #1 on: October 24, 2002, 12:03:54 pm »
I double checked this for Java and it seems that EA does generate the package statement for Java.

But I need it for VB.NET :<

Jamal