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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T04:20:37+00:00 2026-05-19T04:20:37+00:00

I know some linkers have a limit of how many object files are allowed

  • 0

I know some linkers have a limit of how many object files are allowed on the command line. What is Visual Studio’s? Also, if you exceed this number, some linkers allow you to specify a file containing the name of all the object files, and you would only pass that as an argument. Here’s an example to show you what I mean:

some_linker file1.o file2.o ... file9000.o -out=some.lib

Suppose 9000 is too much for this linker, but it allows you to write the path to the objects in another file, example.txt:

file1.o
file2.o
...
file9000.o

And the linker call becomes:

some_linker -input=example.txt -out=some.lib

How is Visual Studio behaving in this situation? Does it allow for something like this?

  • 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-19T04:20:38+00:00Added an answer on May 19, 2026 at 4:20 am

    The maximum number of arguments doesn’t appear to be specified in that portion of the documentation. I’m not sure if this is provided elsewhere, but I personally haven’t seen it.

    However, link.exe does allow you to specify a text file containing the name of all the object files, which it calls a “command file”. According to the documentation, you specify a command file by prepending its filename with an at sign:

    LINK @commandfile
    

    The arguments in the command file can be separated by either spaces or tabs (as on the command line) and by newline characters.

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

Sidebar

Related Questions

I know some SEO, but I have to ask: Is it unnecessary to add
While I know some jQuery to simplify front-end manipulation programming, I also aware of
I am new to Windows and Visual Studio. I have a strong background in
Consider this synthetic example. I have two native C++ projects in my Visual Studio
I have a common scenario: Some source files for an executable which depend on
I am a newbie in GCC and Linux. I have been using Visual Studio
I know some of the escape characters in Java, e.g. \n : Newline \r
I know some languages allow this. Is it possible in C++?
Someone know some interesting and complete tutorial about how to create a Parent-Child dimension
I do know some basic differences but there are still some questions in my

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.