compiler-errors
Error: method was not declared in this scope (but it is included)
I have two folders, f1 and f2, and they are on same level (have same folder for parent). In f1 I have source code of my project, and in f2 I have unit tests.[详细]
2023-04-04 04:57 分类:问答Compile Time Error - Corrupt XIB/NIB in XCode 4.1, iOS 4
Could anyone suggest what this error might be caused by and suggest any possible solution? This is a compile time error and doesn\'t开发者_StackOverflow中文版 seem to have anything to do with code as[详细]
2023-04-04 04:16 分类:问答Stopping Compiler from generating errors in a C++ code that has legacy C code
I am porting a legacy C program to C++. However, the compiler is not happy and requires additional typecastings for C++. For example, I have this function...[详细]
2023-04-04 02:41 分类:问答VC++: Weird compiler errors
I\'m working in visual studio with DirectX and today I\'ve gotten some weird compiler errors that don\'t make any sense (to me at least)...[详细]
2023-04-04 01:22 分类:问答Compilation error with Grails 1.3.7 and springcache plugin 1.2.1
I am trying to compile a Grails project using Grails 1.3.7 . The project has a dependency to springcache 1.2.1 plugin. However, I get the following compilation error (29 times):[详细]
2023-04-04 00:15 分类:问答c++ compile error "redefinition of", need help to find it
it\'s a long time that I don\'t use C++ and I\'m not so friendly with it. I\'m resuming an old project of mine and trying to compile it, but I get the following error output launching Makefile:[详细]
2023-04-03 21:13 分类:问答ActionScript Property - Public Getter, Protected Setter
Is it possible t开发者_开发技巧o have a property with a public getter and protected setter? I have the following code:[详细]
2023-04-03 21:06 分类:问答C++ Compilation error against GNU's Multi-precision library
I get the following error when compiling this third-party library (called azove 2.0) which relies on the GNU Multi-precision library:[详细]
2023-04-03 15:58 分类:问答NSString "Expected ':' before ']' token" error
My method aims to extract information on a game level from an input string. The input specifies the size of the 2D array playing area, as well as what items are present at what points in the 2D array.[详细]
2023-04-03 12:02 分类:问答C++ friend function declaration between two seperate files
I\'ve been instructed to create开发者_如何学C two Classes: Customer and Barber, Barber should have a function : cutHair() that can change the value of private member hairLength in Customer.[详细]
2023-04-03 10:01 分类:问答