Results 1 to 2 of 2

Thread: development of aidl compiler which generates c++ proxy and stubs

  1. #1
    Join Date
    May 2013
    Beans
    1

    development of aidl compiler which generates c++ proxy and stubs

    hi,
    I want to design android interface design language compiler to generate c++ proxy and stub interfaces.Now the existing aidl compiler generates .java interface.
    I will use the native binder classes written in cpp to create a basic aidl compiler .

    Share any ideas on this topic.

  2. #2
    Join Date
    Jun 2011
    Location
    United Kingdom
    Beans
    Hidden!
    Distro
    Lubuntu Development Release

    Re: development of aidl compiler which generates c++ proxy and stubs

    Compiler design is difficult. The generated C++ will be horrible to debug.

    Not discouraging you; I just hope you know what you're letting yourself in for.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •