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 8802669
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T01:08:30+00:00 2026-06-14T01:08:30+00:00

Consider following model situations: DLL interface is not changed but implementation does. Is it

  • 0

Consider following model situations:

  1. DLL interface is not changed but implementation does. Is it neccessary to link executable with new import library? Both application and DLL are being compiled and linked in the same IDE using same compiler and linker.

  2. DLL interface is not changed but implementation does. New versions of application and DLL are compiled and linked in IDE version 2.0 (symbolic meaning, replace with for example C++ Builder XE2). Is it possible to link application binary with older version of import library compiled in version of IDE 1.0 (for example C++ Builder 6)? Will the program run OK without some run-time errors (like access violations for example)?

  • 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-14T01:08:32+00:00Added an answer on June 14, 2026 at 1:08 am

    Staying with the same compiler manufacturer and version, even mangled names will be the same, so you should be fine with #1.

    #2 can, which means consider it likely will, introduce name mangling compatibility that may bite you. If you’re exports are all “C” style (simple names) and/or hard-mapped through a .def file to non-mangled ids (or you load by ordinal, which nobody seems to do these days anymore), #2 is still possible.

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

Sidebar

Related Questions

Consider following: Partial View: <%= Html.ListBox(BlackList, Model.Select( x => new SelectListItem { Text =
Sweet but simple, how do Persistent joins work? Consider the following model: Person number
Consider the Following object model (->> indicates collection): Customer->Orders Orders->>OrderLineItems->Product{Price} The app is focused
Consider the following Django models: class Host(models.Model): # This is the hostname only name
Consider the following data model: Suppose I have a table called SuperAwesomeData where each
Consider I have defined the following models: class Tag(models.Model): name = models.CharField(max_length=20) class Entry(models.Model):
Consider the following code: [Authenticate(Order = 1)] public ActionResult SomeActionThatRequiresAuthentication() { var model =
The problem is best explained by example, consider the following two models: class Topping(models.Model):
consider the following model: class Tweet(db.Model): text = db.StringProperty created_at = db.DateTimeProperty() class Company(db.Model):
Consider the following model: public class BandProfileModel { public BandModel Band { get; set;

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.