My issue is simply that 开发者_开发知识库I am getting errors when trying to run a test bundle with Objective-C++.
I am writing my program in Visual Studio 2010. I am unable to link a file named ws2_32.dll with my project.
Unfortunately I cannot post all of the source code here.I can describe the structure though.All header files have #ifndef/#define/#endif guards.The structure is as follows:
I was asked by someone开发者_Python百科 to look into some project, where he wanted me to implement a specific feature. However, I\'m unable to get the program to run, it uses both SFML and GLUT. I\'m
I have a reasonably large C++ program (~11mb exe) compiled under VS2008 and was interested to see if whole program optimization would significantly affect its performance.However, turning on whole pro
At first I warn that I/m not programmer, but administrator only I try to understand some actions When I installed program made by Oracle,I got log message:
Link errors like this sometimes occur when compiling C++ using Microsoft Visual C++ 6.0: error LNK2001: unresolved external symbol __imp__close
SOLVEDreadline - a library for editing typed command lines After following the Android open source directions here, for the life of me I cannot figure out what is missing. I am building on Fedora 1
I have a static library, liborc-0.4.a with no shared library. I have another library, libschroedinger-1.0.a (no shared) that depends on symbols in liborc-0.4.a. If I run nm on liborc-0.4.a, symbols su
I am trying to use the functions from boost::filesystem to change my current working directory (and create it if necessary).I am getting linking errors: