linker
What's an object file in C?
I am reading about libraries in C but I have not y开发者_如何学JAVAet found an explanation on what an object file is. What\'s the real difference between any other compiled file and an object file?[详细]
2023-04-12 15:04 分类:问答How to link a SharePoint list with a Word form?
I want to store Word forms into a library and then use them to populate with data from a Sha开发者_Go百科rePoint list. Push data from the list to the forms, by selecting one of them.[详细]
2023-04-12 14:05 分类:问答Can't compile and link programs with clang
I recently compiled Clang 2.9 (from here) on an Ubuntu system. I\'m having trouble compiling and linking a simple program. Does anyone know how to fix this? Here\'s the output I see:[详细]
2023-04-12 13:38 分类:问答correct linking order with ifort and .so libraries
I have two 3rd party libraries A.so and B.so that I am linking together with my executable executable.exe. A.so contains a bug that is addressed by B.so, that is, say:[详细]
2023-04-12 13:33 分类:问答Inserting new record into linking table with linq to entities with POCO
I have a Team table and a Player table in many to many relationship. There is a linking table called TeamOnPlayer. EF with POCO generates navigation propertie called Person for the Team entity and als[详细]
2023-04-12 10:48 分类:问答Linking To V8 Snapshot
I\'m trying to link to a V8 library (v8_base.lib) that I\'ve compiled in Visual Studio 2008 with the /MDd option. When I link to it from another library I get errors like:[详细]
2023-04-12 09:16 分类:问答Unresolved external symbol with x64 flag c++ [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-12 04:02 分类:问答How can I link with a directory which might not exist while running?
I\'m writing a library for Linux which has some functionality which relies on the a shared library libfoo.so.[详细]
2023-04-12 02:49 分类:问答Undefined symbols for architecture x86_64
I am trying to use imagemagick in Xcode, and I am getting this error : Ld /Users/sarashafaei/Library/Developer/Xcode/DerivedData/test4-bwkmkpnssqhpxgfntgtgkmzrcskr/Build/Products/Debug/test4 normal x[详细]
2023-04-11 18:29 分类:问答How to know library to link in command line?
So, for example, I want to link a boost::thread library, I have to type -lboost_thread in the command line. However, how do I know the name of other libraries, so I don\'t have to guess the name to pu[详细]
2023-04-11 16:33 分类:问答