11-18-2011 06:45 AM
Whenever I write anything, or import a sample project (unedited), the compiler spews errors about that. Errors that I've never seen before. I'm on Windows XP 32-bit. For example, one sample project (provided on the blackberry website) gives me 60+ errors. Completely unedited. I can't fix these errors because they're related to the most basic of things that should work. There's no cause for them. The only error that seems to have a cause shouldn't. I don't have it to hand right now, but it says something like: "error: expected '=', ',', ';', 'asm' or '__attribute__' before XXXXX", and that happens usually with #typedef's or when a #ifndef is used. The other errors are mostly regarding things being undeclared, when they have been declared.
Any ideas why this is happening? The code obviously works for other people otherwise it wouldn't be published on the NDK site.
Solved! Go to Solution.
11-18-2011 07:59 AM
11-19-2011 01:52 AM