object-files
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 分类:问答Sharing intermediate files between C++ projects?
I\'m currently trying to figure out whether it is possible for two different native Visual-C++ projects (that have exactly the same compiler settings) to share their intermediate files (obj, pch, ...)[详细]
2023-04-07 23:52 分类:问答How do the tries work that are used in the mmo object format's symbol tables?
I try to understand, how the mmo object file format works, which is used for Don Knuth\'s educational MMIX architecture开发者_如何学Go. I have not bought MMIXware, so I have to guess most of the detai[详细]
2023-04-06 16:26 分类:问答On what does the size of an C++ object file depend?
Whenever we compile a c++ file, an obj file is generated. I want to know that on what factors does the size of the obj file depend?[详细]
2023-04-02 13:28 分类:问答Is there anyway to get the statically linked functions contained in a .exe and reuse them?
For example: S开发者_如何学编程ay I have linked myprogram.obj with myprogram.lib to make myprogam.exe[详细]
2023-03-31 18:03 分类:问答Change ELF Endian Data Format
I am trying to edit some software to work with both Big and Little Endian ELF/DWARF files. In order to this, I think it would be a good ide开发者_StackOverflowa to have both a Little and Big ELF file[详细]
2023-03-29 22:28 分类:问答Windows Executable file structure
I know that generally the object file has code, data, heap an开发者_JS百科d stack sections. But I want to know how this is arranged in windows executables and Linux executables.[详细]
2023-03-28 21:32 分类:问答WxWidgets Compile Help
I tried to compile WxWidgets (Latest; VC9; Release), but it outputted only *.obj and *.pch files, no *.lib files. I know *.obj files are Object Files and *.pch files are Pre-Compiled Headers, but do I[详细]
2023-03-26 15:40 分类:问答Can't link assembly file in Mac OS X using ld
I\'m trying to run a basic assembly file using 64 Bit Mac OS X Lion, using nasm and ld which are installed by default with Xcode.[详细]
2023-03-26 08:14 分类:问答C/C++. Advantages of libraries over combined object files
While it is commonplace to combine multiple object files in a library, it is possible (at least in Linux) to combine multiple object files into another object file.[详细]
2023-03-10 18:16 分类:问答