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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T11:26:04+00:00 2026-05-29T11:26:04+00:00

What does it mean exactly when I define a class this way in C++

  • 0

What does it mean exactly when I define a class this way in C++ project:

class THIS_DLL_NAME class_name{
…
}

thanks!

  • 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-29T11:26:04+00:00Added an answer on May 29, 2026 at 11:26 am

    As Basile and Hans stated in the comments above, THIS_DLL_NAME will be a macro that conditionally expands depending on whether you are building the library itself, or code that just uses that library.

    (BTW, I’m assuming you’re on Windows here, due to the DLL terminology.)

    THIS_DLL_NAME can expand to either __declspec(dllexport) or __declspec(dllimport). When the header file is included in the .cpp files that you’re compiling into THIS_DLL.dll, the compiler needs to see __declspec(dllexport) in order to generate the proper entry points to export them from the DLL.

    When your class header is included in code that is using THIS_DLL.dll, the compiler needs to see __declspec(dllimport) in order to generate the right code to import the symbol (and resolve it at runtime).

    You can read up on more of the details straight from Microsoft in this article – Importing and Exporting (MSDN).

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

Sidebar

Related Questions

What does this line exactly mean? It is clear what define is, but I
What does this mean exactly? I'm doing something like this: File.Copy(@\\foo\bar\baz.txt, @c:\test\baz.txt); MSDN doesn't
What does exactly this mean? typedef _W64 unsigned int UINT_PTR, *PUINT_PTR; Does this mean
What exactly does immutable mean - that is, what are the consequences of an
What exactly is meant by the term rich user interface? Does it mean the
What does exactly the star in size terms in WPF mean?
What exactly does the word patch mean when referring to 'submitting a patch'? I've
Does it mean search the previous folder for somefile.h or the project folder for
<?php $a=1; ?> <?=$a;?> What does <?= mean exactly?
What exactly does it mean if a function is defined as virtual and is

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.