linker
Linker not recognizing some #includes?
I have a VC++ solution with multiple projects and multiple namespaces. Each project has its own namespace, and some projects have multiple namespaces.[详细]
2023-04-03 17:19 分类:问答What is the difference between the various compiler debug flags?
I have found the list of ifort debug flags. However, I am开发者_JAVA百科 confused about some explanation of debug flags. As it stated, -debug can be configured as all, full, minimal and none. May I as[详细]
2023-04-03 14:21 分类:问答How to link static library into static library in Eclipse CDT
I have 3 projects A, B and C. A is开发者_如何学编程 universal and used by B and eventually C. B is a bit more special and up to now only used by C.[详细]
2023-04-03 05:01 分类:问答Compiling a C++ library both as a static lib and dynamic dll with VS
I need to compile an existing C++ library both as a lib and a dll, and then use the static a开发者_运维技巧nd dynamic libraries in different applications. I use VS2010.[详细]
2023-04-02 23:09 分类:问答Visual Studio 2005 Debugging: Generating MAP file| Crash Dump
Hi all I am running Visual2005 and wan开发者_StackOverflow社区t to generate the MAP file to analyze the[详细]
2023-04-02 21:56 分类:问答Programming Windows Compiler Link Error - unresolved external
I am new to Windows Programming. I created a win32 console project (without preCompiled header) with VS2005. And the code as below.[详细]
2023-04-02 18:15 分类:问答Linking C++ to C in GCC
I have one function extern \"C\" int ping(void) in a C++ \"static-library\" project. Now, I would like to write a simple Hello-World C program that will call this function int x = ping();.[详细]
2023-04-02 17:18 分类:问答USB GCC Development Environment with Libraries
I\'m trying to get something of an environment on a usb stick to develop C++ code in. I plan to use other computers, most of the time linux, to work on this from a comma开发者_StackOverflownd line usi[详细]
2023-04-02 17:03 分类:问答Linking FORTRAN and C++ objects files
I am going to call a C++ function from FORTRAN, for which I am using ISO_C_Binding module. After compaction of the FORTRAN main file and C++ function with commands[详细]
2023-04-02 03:44 分类:问答C++ Linker Error LNK2019
I\'m still kind of new to C++ and don\'t know why I\'m getting these linker errors while trying trying to call these functions in another class.[详细]
2023-04-02 00:49 分类:问答