static-linking
How to link multiple assembler files for MMIX
Assume, I wrote a small li开发者_运维问答b implementing something \"fprint\"-likely. The book that teaches me MMIX (Das MMIX-Buch, german) always copies the whole lib into the new program, but I disli[详细]
2023-02-11 11:27 分类:问答Using Curl in Delphi without the DLL
I have a Delphi program in which I need to use Curl, but I do not want to redistribute the curl DLL with it (and I don\'t want to add the DLL as a resource and write it to a file at runtime and do it[详细]
2023-02-10 19:51 分类:问答Program can't find libgcc_s_dw2-1.dll [duplicate]
This question already has answers here: Closed 10 years ago. Possible Duplicate: The program can't start because libgcc_s_dw2-1.dll is missing[详细]
2023-02-10 18:35 分类:问答Problem with linking one file containing namespace definition with another using that namespace in C++?
I have two files once is named as test.cpp and another as ani.cpp. test.cpp is as follows: #include<iostream>[详细]
2023-02-10 15:49 分类:问答How to force gcc to link unreferenced, static C++ objects from a library
I\'m using开发者_JAVA百科 a C++ library that can be built as either a shared or a static library.[详细]
2023-02-06 17:13 分类:问答Statically linking libs in Visual Studio
When you choose /MTd static linking in Visual Studio, would it try to link to each lib statically or there are some exceptions 开发者_运维百科to system libs?Description: /MTd: Defines _DEBUG and _MT.[详细]
2023-02-06 12:30 分类:问答How to set up a mature building process for my C program that uses a third-party library (APR - Apache Portability Runtime)
I have written a C program that consists of a number of files, and uses APR (http://apr.apache.org) - it includes its headers and I would prefer dynamic linking of its libraries.[详细]
2023-02-05 20:18 分类:问答Partial link in MS Visual Studio?
I am trying to reduce link time when building a large C++ application in MS Visual Studio 2005. My link time is currently 7 to 100 seconds, usually closer to 7 (but it seems to depend on luck).[详细]
2023-02-05 19:53 分类:问答C++ Avoiding library linking
I currently have a c++ setup like the following class FlowController { public: //... private: cntrl::OneWayValve _intake;[详细]
2023-02-05 17:41 分类:问答Linking : Static vs Dynamic
In my application I have 3 major parts: Exe : an executable file Lib_A : a library contains a singleton class and a base class for some calculations to be use in singleton[详细]
2023-02-05 11:53 分类:问答