CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: keang

Search: Search took 0.22 seconds.

  1. Replies
    8
    Views
    11,284

    Re: please help ..!! its a minor error

    Yes, if you can work out what the anonymous class does you can rewrite it as top level class.

    Unfortunately, I can't help you do this unless I'm confident you aren't infringing someone's license.
  2. Replies
    8
    Views
    11,284

    Re: please help ..!! its a minor error

    Decompilers can often struggle to successfully decompile anonymous inner classes.

    Can't you get the original source?
    Do you have the legal right to decompile this code, doing this often breaches...
  3. Replies
    8
    Views
    11,284

    Re: please help ..!! its a minor error

    I think you need to explain what you were trying to do when you wrote the line:
    _cls1 _lcls1 = new Object() /* anonymous class not found*/
    class _anm1 {}

    ;This isn't legal Java...
  4. Replies
    8
    Views
    11,284

    Re: please help ..!! its a minor error

    Post the relevant code in code tags and post the compiler message(s) and I'll look at it for you..
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured