Menu

What about CoCreateInstance-like function?

Anonymous
2004-01-06
2004-01-17
  • Anonymous

    Anonymous - 2004-01-06

    A great job! But my question is:
    Why haven't you implemented easy-to-use class creation with a helper like CoCreateInstance? That seems to be easy to do.

     
    • Chris Dawes

      Chris Dawes - 2004-01-17

      good point. i'll look into it.

       
    • Chris Dawes

      Chris Dawes - 2004-01-17

      ok so I've added that with minimal amount of fuss.
      I decided against implementing CoCreateInstanceEx which can create many different kinds of objects because classloader is an in-process system and has no network roundtrip time to consider making CoCreateInstance just as efficient as it's extended version would be.

      Now if, hypothetically, someone were to say "we want network transparency", I would have to say something different like "maybe corba, dbus or dcop would do the trick".

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.