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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:54:01+00:00 2026-05-25T10:54:01+00:00

In Visual C++, i faced fatal error LNK1169: one or more multiply defined symbols

  • 0

In Visual C++, i faced “fatal error LNK1169: one or more multiply defined symbols found” with below code, How can i solve the problem if i wanna include both header file in both source for the other functions usage?

main.cpp
========
#include main.h
#include sub.h

sub.cpp
========
#include main.h
#include sub.h

sub.h
=========

typedef struct{
      char colour;
      char name;
}person;

person ssss = { red, ali};
  • 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-25T10:54:01+00:00Added an answer on May 25, 2026 at 10:54 am

    Your problem is you are defining a variable in the header file:

    person ssss = { red, ali };
    

    One is instantiated in main.cpp and one in sub.cpp. You would be better to put an:

    extern person ssss;
    

    In the header file and then define the variable once in one of the source files. This will let both source files know it exists and both will refer to the same variable, assuming this is what you want. Like the other answers have suggested I would definitely suggest using header guards too, whilst you don’t specifically need them for this example it is good practice and will save you headaches in the long run.

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

Sidebar

Related Questions

I faced one issue while working on a C code with Microsoft Visual Studio-2005
I've faced a problem I can't solve that's why I beg you to help
Visual Studio Team system 2008 crashes without any error messages whenever I try to
Visual Studio - Determining Lines No Of Lines of code in a project -
Visual Studio 2008 I am using the following source code that compiles ok using
I faced a problem in Visual studio 2008.When i click on Sorce Control Explorer(Views->
How can I separate Visual State Management from a Custom Control template? I have
I am faced with an error many times, and I need some guide to
One of the problem I faced when using branches in GIT was that it
I have deploy my code in visual studio .NET 2010 in order to select

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.