linker
Trying to link SDL in MinGW's G++ is failing miserably.. :/
Late last night I got bored.. so I began writing a small \'Noughts and Crosses\' type game in C++ and SDL. I wrote a fair majority of the basic part of the game, but when I compiled it to check for er[详细]
2023-04-07 08:41 分类:问答Linking error in MSVC 2008
I have a file structure like this: file1.h extern const char *build_info[][3]; file1.cpp #include \"file1.h\"[详细]
2023-04-07 06:44 分类:问答c++ undefined reference class constructor
I\'m trying to use a library where one of the classes has a constructor like so: public: AreaNodeIndex(size_t cacheSize);[详细]
2023-04-07 06:28 分类:问答libdvm.so location
I have a linker error when trying to build my JNI application: undefined refer开发者_如何转开发ence to `JNI_GetCreatedJavaVMs\'[详细]
2023-04-07 02:49 分类:问答Trying to understand the interaction between compiler and linker for multi-platform compilation
I have a C++ Visual Studio project which I\'m trying to compile for x86 and x64 architecture. 开发者_如何学编程I\'ve googled and found a lot information how to do it and it seems to work, but it left[详细]
2023-04-06 06:47 分类:问答Undefined external symbol in shared library
I recently ran nm -m -p -g on the System.B.dylib library from the iOS SDK4.3 and was surprised to find a lot of symbols marked (undefined) (external). Why and when would an undefined symbol be marked[详细]
2023-04-06 06:22 分类:问答getting linking error due to different library for ios and iphonesimulator?
I am using libiVisualizationChart.a library, there are separate libraries for iphoneos and iphonesimulator. I have added both the libraries in xcode project and mentioned both the library paths in 开发[详细]
2023-04-06 05:52 分类:问答Linking DLL with .DEF or .LIB file
Caution: I know nothing about C++. I\'m comfortable using C#, but this is confusing the hell out of me.[详细]
2023-04-06 01:41 分类:问答masm32 Linking 2 .obj files (SIMPLE)
I just started to learn masm32 and am a bit confused about the .obj files, I used C# before, so the compiler linked for me, now I have qeditor but I cant find an option to assemble multiple .asm files[详细]
2023-04-05 21:18 分类:问答Reference books or documents about loading and linking an elf file
I have implemented some aspects of 开发者_JAVA百科an elf parser in Windows til getting the symbol table information and the symbol related information. Now I want to go ahead and know more about linki[详细]
2023-04-05 21:08 分类:问答