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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T18:55:19+00:00 2026-05-13T18:55:19+00:00

When I try to build my application the linker gives loads of errors like

  • 0

When I try to build my application the linker gives loads of errors like this one:

modlauch.obj : error LNK2005: “public:
virtual __thiscall
lolbutton::~lolbutton(void)”
(??1lolbutton@@UAE@XZ) already defined
in lolbutton.obj

I suspect it has something to do with misconfigured compiler but I don’t know how to fix it. My class is only included once so I don’t think it has anything to do with the code. I have tried rebuilding and cleaning the project but it didn’t help.

Can someone suggest a solution to this problem? My platform is Win32(C++) and I’m using MFC.

  • 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-13T18:55:19+00:00Added an answer on May 13, 2026 at 6:55 pm

    You’ll get the linker error when you wrote the class like this:

    lolbutton.h:

    class lolbutton {
    public:
      virtual ~lolbutton();
    };
    
    lolbutton::~lolbutton() {
      // something...
    }
    

    You won’t get it when you write it like this:

    class lolbutton {
    public:
      virtual ~lolbutton()
      { 
         // inlined something...
      }
    };
    

    Fix the linker error by moving the destructor definition from the .h file to a .cpp file. This ensures there is only one definition of the destructor.

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

Sidebar

Related Questions

I am getting this error when I try to build for the device: Code
Now I try to build iPhone application, like magazine online, that can download new
I try to build some application using hibernate for persistence (my first one). The
Whenever I try to build an application with Interix's GCC on Windows, this is
I was able to build one application up to this morning, then I don't
I try to build project in Eclipse on Linux Ubuntu. Eclipse show error message:
I've included: #import QuartzCore/QuartzCore.h but when I try to build, I get the error
I try to build an application on Android. And I'm new in Android. But
I try to build an application which uses pthreads and __m128 SSE type. According
I try to build my multiproject application in Visuas C++ 10 in release mode.

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.