Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 223915
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T19:16:02+00:00 2026-05-11T19:16:02+00:00

I have 2 desktop applications that I wish to integrate with external applications. One

  • 0

I have 2 desktop applications that I wish to integrate with external applications. One of the applications is extended with plugins which are developed by me, to provide specific features which are not common for all distributions. The situation can be described in the following diagram:

alt text http://img32.imageshack.us/img32/8902/integration1.png

As I mentioned, I want to integrate (receive and send data) my applications with external applications or SDKs. Usually there 2 types of data from external applications:

  1. General/Common data – which is always relevant
  2. Specific data – which should be handled differently for each external application

With “Core Application”, the wanted situation can is described in this diagram:

alt text http://img32.imageshack.us/img32/3299/integration2.png

The General data is handled in the Core Application, and the specific data is handled in plugins (support plugins).

A distribution of this application might be one of

  • Core Application + Yakko App + Yakko App Integrator + Yakko App Support Plugin
  • Core Application + Dot App + Dot App Integrator

For the other application, I want to keep the same “Integrators”, but to handle them differently inside the application:

alt text http://img32.imageshack.us/img32/2088/integration3x.png

How would you recommend to implement support in my applications for integrating external applications and SDKS, as I just described?

Notes:

  • I’m using C++ on Windows and the plugins are distributed as DLLs.
  • The data types that will be used are always known in advance, I just need some generic way to move it from the source to the handler.
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T19:16:02+00:00Added an answer on May 11, 2026 at 7:16 pm

    I agree with the commenter, COM seems like a good strategy.
    Your support dlls get registered when they are installed, then your core app can look for plugins, something like:

    hr = CLSIDFromProgID(L"Wakko.1.0", &clsid);  
    hr = GetActiveObject(clsid, NULL, &punk);
    

    or
    hr = CoCreateInstance(clsid, ...,..., IID_IWAKKO, ...);

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have heard mention that some desktop applications are pretty much just wrappers for
We currently have a number of desktop applications (PowerBuilder, Winforms, WPF) that make use
I have seen web applications that have desktop look and feel (e.g those done
I've written a few desktop applications in .NET that provide both a front-end GUI
I have encountered many web sites and even desktop applications that have a breadcrumb
We have a desktop application that performs a pretty rigorous set of calculations in
I have a desktop application that will 'sync' with an iPhone application. The sync
I have a desktop application that needs to upload/download images to/from service computer over
I have a desktop (winforms) application that uses a Firebird database as a data
I have a VB6 desktop application that is deployed on well over 1200 desktops.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.