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

  • SEARCH
  • Home
  • 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 8171319
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T21:25:30+00:00 2026-06-06T21:25:30+00:00

For example, we have an interface of program for image processing written in C/C++.

  • 0

For example, we have an interface of program for image processing written in C/C++. And we have such things as filters, blurring, deblurring, resizing, compressing and all other stuff that takes a lot of computations. How would you design such app modules – as .exe interface + group of .exe modules throwing files between each other or as .exe interface + .dlls with needed methods?

What are advantages and disadvantages of every method?

If I use .dlls, in what cases I will be forced to recompile interface’s .exe?
Let’s suggest that data size that must be given to modules is big enough to prefer to write it on disk in some places of execution.

Thanks in advance.

P.S. Image processing is just the example, any system with such modules can be places in the question.

  • 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-06-06T21:25:32+00:00Added an answer on June 6, 2026 at 9:25 pm

    I’d use DLLs, that’s what they’re intended for. In terms of recompilation: You will have to recompile your DLLs if you change the binary interface between the EXE and the DLL!

    If you go for DLLs and want to be compiler independent, you will have to define a STABLE ABI. This can either be done in terms of C + some typedefs (signedness of char, size of bool, …) or akin to how COM handles that.

    I personally would go for the second route – knowing how much time it takes to define a good binary stable ABI…

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

Sidebar

Related Questions

Can a Objective c interface have more than one implementation? Example I could have
Consider the following example. I have an interface MyInterface, and then two abstract classes
For example, you have an IRepository interface. You also have a SqlRepository class, which
I have a fairly large program written in C. It spans several files, and
I have a bunch of COM objects which all implement the same interface, and
I have such piece of code: namespace NetHacking { interface IPlugin { void Execute(PluginData
If I for example have <p> some long text </p> on my HTML page,
Why does: const char example; (uint64*)example have a value of 140734799798420 and *(uint64*)example have
Here's the problem. I ,for example,have a string 2500.Its converted from byte array into
Example: I have an class that inherits from UIImageView. An object creates an instance

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.